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..6448f16e
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		282
+# of flaky entries		0
+# of all tests			406383
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 427481a9..a1b437b5 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-
+improvements
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/684/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index a1edaba2..0f7c016d 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,15 +7,15 @@
         "Info": {
             "tag": "tcwg_gnu_embed_check_gcc",
             "test_url": "https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/684/",
-            "run_order": "0684 (basepoints/gcc-15-05200-gf42f8dcf495e)",
+            "run_order": "0684 (4-changed-components)",
             "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=768f23b94f3360058cdfa873e75ba563a600e994 (unchanged)",
             "git_gcc": "https://gcc.gnu.org/git/gcc.git (f42f8dcf495e0a17df95a71c6a91093532cb9f3b) (+ 11 commits)",
-            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=3dbc8c3fbdc99d3f0f68fab8ba2a814ecdc27e17 (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=2c781c5fcf82741d84cce66d3f86e6a0f4e6269a (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/34754a3a627e1937be7f3daaa0c5e73d91c7d9b5 (unchanged)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=3dbc8c3fbdc99d3f0f68fab8ba2a814ecdc27e17 (+ 13 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=2c781c5fcf82741d84cce66d3f86e6a0f4e6269a (+ 94 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/34754a3a627e1937be7f3daaa0c5e73d91c7d9b5 (+ 87 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-11-22 20:48:45"
+        "Start Time": "2024-11-17 05:37:01"
     },
     "Tests": [
         {
@@ -28,7 +28,7 @@
 	   ,
         {
             "Data": [
-                72
+                0
             ],
             "Info": {},
             "Name": "tcwg_gnu_embed_check_gcc.TOTAL.flaky.nb_flaky"
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 9543d20e..c53cacaa 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,17 +1,33 @@
 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:
-  | 11 commits in gcc
-  | f42f8dcf495e RISC-V: Add Multi-Versioning Test Cases
-  | 917d03e4f366 RISC-V: Implement TARGET_GENERATE_VERSION_DISPATCHER_BODY and TARGET_GET_FUNCTION_VERSIONS_DISPATCHER
-  | 0c77c4b082bf RISC-V: Implement TARGET_MANGLE_DECL_ASSEMBLER_NAME
-  | 78753c75cf15 RISC-V: Implement TARGET_COMPARE_VERSION_PRIORITY and TARGET_OPTION_FUNCTION_VERSIONS
-  | bd975bd1ce5f RISC-V: Implement TARGET_OPTION_VALID_VERSION_ATTRIBUTE_P
+  | 205 commits in gcc,newlib,gdb,qemu
+  | f42f8dcf495 RISC-V: Add Multi-Versioning Test Cases
+  | 917d03e4f36 RISC-V: Implement TARGET_GENERATE_VERSION_DISPATCHER_BODY and TARGET_GET_FUNCTION_VERSIONS_DISPATCHER
+  | 0c77c4b082b RISC-V: Implement TARGET_MANGLE_DECL_ASSEMBLER_NAME
+  | 78753c75cf1 RISC-V: Implement TARGET_COMPARE_VERSION_PRIORITY and TARGET_OPTION_FUNCTION_VERSIONS
+  | bd975bd1ce5 RISC-V: Implement TARGET_OPTION_VALID_VERSION_ATTRIBUTE_P
   | ... and 6 more commits in gcc
-
-Produces :
+  | 3dbc8c3fbd Cygwin: cygtls: rename sig to current_sig
+  | 63804a28b3 Cygwin: gendef: unify comments in terms of acquiring/releasing stacklock
+  | 26144e4008 Cygwin: sigtimedwait: Fix segfault when timeout is used
+  | 21a2c9db69 Cygwin: SetThreadName: avoid spurious debug message
+  | 8dee07a1f1 Cygwin: flock: Fix overlap handling in lf_setlock() and lf_clearlock()
+  | ... and 8 more commits in newlib
+  | 2c781c5fcf8 [sim] Run spellcheck.sh in sim (part 2)
+  | 9f43244a41e [gdb/contrib] Add two words to common-misspellings.txt
+  | d2d240ff89b [sim] Run spellcheck.sh in sim (part 1)
+  | 8dfa29fcbd6 [sim] Rename local variable in ARMul_NthReg
+  | 60d465be9d3 [gdbsupport] Rerun autoreconf -f
+  | ... and 89 more commits in gdb
+  | 34754a3a627 Update version for v9.2.0-rc1 release
+  | 5eeb09d63e0 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
+  | 687fe4f39c0 Merge tag 'pull-aspeed-20241119' of https://github.com/legoater/qemu into staging
+  | b73d7eff1ee scsi: fix allocation for s390x loadparm
+  | 9b0a36494a4 docs: aspeed: Reorganize the "Boot options" section
+  | ... and 82 more commits in qemu
 
 
 Used configuration :
@@ -24,13 +40,13 @@ 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/684/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/684/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/684/artifact/artifacts/notify/
 The list of [ignored] baseline and flaky failures are in
  * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/684/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/684/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/683/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/674/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 3dbacd61..aa219efd 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-jakub@gcc.gnu.org,bcc:tcwg-validation@linaro.org,cc:jakub@redhat.com,cc:gcc-regression@gcc.gnu.org,kito.cheng@sifive.com,pault@gcc.gnu.org,cc:uecker@tugraz.at,cc:cyy@cyyself.name,uecker@gcc.gnu.org
+bcc:tcwg-validation@linaro.org
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 7dee6103..93fceb1e 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 11 commits in gcc:  on master-thumb_m55_hard_eabi
+[Linaro-TCWG-CI] 205 commits in gcc,newlib,gdb,qemu: improvements on master-thumb_m55_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
index 9c3a812e..6448f16e 100644
--- a/notify/regressions.sum
+++ b/notify/regressions.sum
@@ -2,5 +2,5 @@
 		=== Results Summary ===
 
 # of stable fails		282
-# of flaky entries		72
+# of flaky entries		0
 # of all tests			406383
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index 3aff4a6c..e8f35284 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -1,5 +1,5 @@
 		=== Results Summary ===
 
 # of stable fails		282
-# of flaky entries		72
+# of flaky entries		0
 # of all tests			406383
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 9ca9d76e..daa55637 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.1314054
-CURRENT:  /tmp/gxx-sum2.1314054
+REFERENCE:/tmp/gxx-sum1.24707
+CURRENT:  /tmp/gxx-sum2.24707
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
