diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..95921080
--- /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-cpu=cortex-m3 --with-float=softfp --target_board=-mthumb/-march=armv7-m/-mtune=cortex-m3/-mfloat-abi=softfp/-mfpu=auto qemu_cpu=cortex-m3
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..48d09ee5
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		1
+# of flaky entries		0
+# of all tests			2772
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index d53d0d65..9aa924b4 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-
+no regression/no fix
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-thumb_m3_softfp_eabi-build/73/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 6fcea457..42069ed0 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-m3 softfp, after:
   | 285 commits in binutils,gcc,newlib,gdb,qemu
@@ -10,11 +10,11 @@ In  arm-eabi cortex-m3 softfp, after:
   | 8b8a557119f [gdb/symtab] Fix parent map dump
   | 4c5d88facd7 [gdb/testsuite] Add gdb.dwarf2/dw2-tu-dwarf-4-5.exp
   | ... and 51 more commits in binutils
-  | 1046c32de49 optimize basic_string
-  | 87492fb3fd5 c: Fix ICE using function name in parameter type in old-style function definition [PR91193]
-  | 73e5d2f87c2 libstdc++: Remove __builtin_expect from consteval assertion
-  | 17db5742a55 libstdc++: Add cold attribute to assertion failure functions [PR117650]
-  | 093584abb85 i386: x86 can use x >> y for x >> 32+y [PR36503]
+  | 1046c32de495 optimize basic_string
+  | 87492fb3fd5e c: Fix ICE using function name in parameter type in old-style function definition [PR91193]
+  | 73e5d2f87c25 libstdc++: Remove __builtin_expect from consteval assertion
+  | 17db5742a555 libstdc++: Add cold attribute to assertion failure functions [PR117650]
+  | 093584abb854 i386: x86 can use x >> y for x >> 32+y [PR36503]
   | ... and 93 more commits in gcc
   | 522f3e921a Cygwin: sched_setscheduler: allow changes of the priority
   | 153b51ee08 Cygwin: setpriority, sched_setparam: fail if Windows sets a lower priority
@@ -26,15 +26,13 @@ In  arm-eabi cortex-m3 softfp, after:
   | d77a5792b38 gdb/testsuite: skip gdb.threads/omp-par-scope.exp with clang
   | 8b8a557119f [gdb/symtab] Fix parent map dump
   | ... and 52 more commits in gdb
-  | 7872e5fdf3 Update version for v9.2.0-rc2 release
-  | 10bfa161fb Merge tag 'pull-ppc-for-9.2-2-20241127' of https://gitlab.com/npiggin/qemu into staging
-  | 7cbea81618 Merge tag 'pull-target-arm-20241126' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
-  | 0805136a44 hw/ppc/pegasos2: Fix IRQ routing from pci.0
-  | e8185fdc63 ppc/spapr: fix drc index mismatch for partially enabled vcpus
+  | 7872e5fdf38 Update version for v9.2.0-rc2 release
+  | 10bfa161fbc Merge tag 'pull-ppc-for-9.2-2-20241127' of https://gitlab.com/npiggin/qemu into staging
+  | 7cbea816187 Merge tag 'pull-target-arm-20241126' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
+  | 0805136a44d hw/ppc/pegasos2: Fix IRQ routing from pci.0
+  | e8185fdc63e ppc/spapr: fix drc index mismatch for partially enabled vcpus
   | ... and 65 more commits in qemu
 
-Produces :
-
 
 Used configuration :
  *CI config* tcwg_gnu_embed_check_binutils arm-eabi -mthumb -march=armv7-m -mtune=cortex-m3 -mfloat-abi=softfp -mfpu=auto
@@ -46,8 +44,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_binutils--master-thumb_m3_softfp_eabi-build/73/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-thumb_m3_softfp_eabi-build/73/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_binutils--master-thumb_m3_softfp_eabi-build/73/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 702eae6b..96eb6901 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 285 commits in binutils,gcc,newlib,gdb,qemu:  on master-thumb_m3_softfp_eabi
+[Linaro-TCWG-CI] 285 commits in binutils,gcc,newlib,gdb,qemu: no regression/no fix on master-thumb_m3_softfp_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index f2561a75..b27c579c 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:
 binutils.sum
 gas.sum
 ld.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.5976
-CURRENT:  /tmp/gxx-sum2.5976
+REFERENCE:/tmp/gxx-sum1.22066
+CURRENT:  /tmp/gxx-sum2.22066
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
