diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..a94c92af
--- /dev/null
+++ b/notify/configure-toolchain.txt
@@ -0,0 +1,5 @@
+
+Most relevant configure and test flags: --target arm-eabi --disable-multilib --with-mode=thumb --with-arch=armv8.1-m.main+mve.fp+fp.dp --with-float=hard --target_board=-mthumb/-march=armv8.1-m.main+mve.fp+fp.dp/-mtune=cortex-m55/-mfloat-abi=hard/-mfpu=auto qemu-cpu=cortex-m55
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..c69034bc
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,12 @@
+		=== gcc tests ===
+
+Running gcc:gcc.target/arm/arm.exp ...
+FAIL: gcc.target/arm/wmul-5.c scan-assembler umlal
+FAIL: gcc.target/arm/wmul-6.c scan-assembler smlalbb
+FAIL: gcc.target/arm/wmul-7.c scan-assembler umlal
+
+		=== Results Summary ===
+
+# of stable fails		207
+# of flaky entries		90
+# of all tests			416432
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index d4592613..035a65b3 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
- 3 improvements
+ 3 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/767/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 1cc29266..2abf4006 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -15,7 +15,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/4d5d933bbc7cc52f6cc6b9021f91fa06266222d5 (+ 124 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2025-01-15 00:52:07"
+        "Start Time": "2025-01-15 00:15:20"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 50595093..bf18fa53 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,6 +1,6 @@
 Dear contributor,
 
-Our automatic CI has detected problems related to your patch(es). Please find some details below.
+Our automatic CI successfully passed with your patch(es). Please find some details below.
 
 In  arm-eabi cortex-m55 hard, after:
   | 429 commits in binutils,gcc,newlib,gdb,qemu
@@ -10,11 +10,11 @@ In  arm-eabi cortex-m55 hard, after:
   | 006ccbe61ad xtensa unnecessary free
   | 9e2632e5b00 RISC-V: Added lost zcmt in gas imply testcase.
   | ... and 89 more commits in binutils
-  | 44d21551362f tree-optimization/92539 - missed optimization leads to bogus -Warray-bounds
-  | c6f9f53d6eb5 OpenMP: Fix metadirective test failures on x86_64 with -m32
-  | 59a869d71961 RISC-V: Add -fcf-protection=[full|branch|return] to enable zicfiss, zicfilp.
-  | 2b3efe793e9e RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension
-  | 805a052d0083 RISC-V: Add Zicfilp ISA extension.
+  | 44d21551362 tree-optimization/92539 - missed optimization leads to bogus -Warray-bounds
+  | c6f9f53d6eb OpenMP: Fix metadirective test failures on x86_64 with -m32
+  | 59a869d7196 RISC-V: Add -fcf-protection=[full|branch|return] to enable zicfiss, zicfilp.
+  | 2b3efe793e9 RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension
+  | 805a052d008 RISC-V: Add Zicfilp ISA extension.
   | ... and 97 more commits in gcc
   | 23f4aac7e7 Add posix_spawn_file_actions_add{f}chdir
   | 1e6a3b39f1 Cygwin: cygwin/fs.h: rename FS_COMPRESSED_FL to FS_COMPR_FL
@@ -28,16 +28,16 @@ In  arm-eabi cortex-m55 hard, after:
   | 006ccbe61ad xtensa unnecessary free
   | 9e2632e5b00 RISC-V: Added lost zcmt in gas imply testcase.
   | ... and 89 more commits in gdb
-  | 4d5d933bbc Merge tag 'pull-xenfv-20250116' of git://git.infradead.org/users/dwmw2/qemu into staging
-  | 9061ee2a18 Merge tag 'pull-loongarch-20250116' of https://gitlab.com/bibo-mao/qemu into staging
-  | 0e3327b690 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
-  | 3634039b93 hw/acpi: Add vmclock device
-  | 60f543ad91 virtio-net: vhost-user: Implement internal migration
+  | 4d5d933bbc7 Merge tag 'pull-xenfv-20250116' of git://git.infradead.org/users/dwmw2/qemu into staging
+  | 9061ee2a180 Merge tag 'pull-loongarch-20250116' of https://gitlab.com/bibo-mao/qemu into staging
+  | 0e3327b690b Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
+  | 3634039b93c hw/acpi: Add vmclock device
+  | 60f543ad917 virtio-net: vhost-user: Implement internal migration
   | ... and 119 more commits in qemu
 
-Produces  3 improvements:
+Produces  3 fixes:
   | 
-  | improvements.sum:
+  | fixes.sum:
   | Running gcc:gcc.target/arm/arm.exp ...
   | FAIL: gcc.target/arm/wmul-5.c scan-assembler umlal
   | FAIL: gcc.target/arm/wmul-6.c scan-assembler smlalbb
@@ -53,8 +53,8 @@ If you have any questions regarding this report, please ask on linaro-toolchain@
 
 The information below contains the details of the failures, and the ways to reproduce a debug environment:
 
-You can find the failure logs in *.log.1.xz files in
- * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/767/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/767/artifact/artifacts/
 The full lists of regressions and improvements as well as configure and make commands are in
  * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/767/artifact/artifacts/notify/
 The list of [ignored] baseline and flaky failures are in
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 9d41013d..9e8e862e 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 429 commits in binutils,gcc,newlib,gdb,qemu:  3 improvements on master-thumb_m55_hard_eabi
+[Linaro-TCWG-CI] 429 commits in binutils,gcc,newlib,gdb,qemu:  3 fixes on master-thumb_m55_hard_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 469f49ef..e44054bc 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -1,14 +1,14 @@
 # Comparing directories
 # REFERENCE: base-artifacts/sumfiles
-# CURRENT:   artifacts/sumfiles
+# CURRENT:   artifacts/99-rewrite/artifacts.old/sumfiles
 
 # Comparing 3 common sum files:
 g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.28397
-CURRENT:  /tmp/gxx-sum2.28397
+REFERENCE:/tmp/gxx-sum1.2536
+CURRENT:  /tmp/gxx-sum2.2536
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
