diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..7c34a3bd
--- /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-m0 --with-float=soft --target_board=-mthumb/-march=armv6s-m/-mtune=cortex-m0/-mfloat-abi=soft/-mfpu=auto qemu_cpu=cortex-m0
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..dc6b4a57
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		71623
+# of flaky entries		0
+# of all tests			375577
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index b1f69b45..3a3b253b 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS
+no regression/no fix
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/181/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 8284989c..f7713244 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_m0_soft_eabi-build/181/",
-            "run_order": "0181 (basepoints/gcc-15-03584-g31ff173c708)",
+            "run_order": "0181 (3-changed-components)",
             "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1628e02267448cd82e219a60a4ed37cfa18fd35a (unchanged)",
             "git_gcc": "https://github.com/gcc-mirror/gcc/commit/31ff173c70847bba94613eac5b1ef2c0bec842e6 (+ 9 commits)",
             "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=1b7c72fdcc4bde7520407d2d3364146f04fb8312 (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=ef166f451fbc2c7b251a251ab23cd35b36c5ee23 (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/a3fb4e93a3a7cf2be355c41cd550bef856f5ffe4 (unchanged)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=ef166f451fbc2c7b251a251ab23cd35b36c5ee23 (+ 44 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/a3fb4e93a3a7cf2be355c41cd550bef856f5ffe4 (+ 173 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-10-04 09:23:51"
+        "Start Time": "2024-10-01 14:03:34"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index d688f8d3..affc42d7 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,32 +1,46 @@
-Dear contributor, our automatic CI has detected problems related to your patch(es).  Please find some details below.  If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
+Dear contributor,
 
-We understand that it might be difficult to find the necessary logs or reproduce the issue locally. If you can't get what you need from our CI within minutes, let us know and we will be happy to help.
+Our automatic CI successfully passed with your patch(es). Please find some details below.
 
-In  arm-eabi cortex-m0 soft after:
-
-  | 9 commits in gcc
+In  arm-eabi cortex-m0 soft, after:
+  | 226 commits in gcc,gdb,qemu
   | 31ff173c708 testsuite: Ensure ltrans dump files get cleaned up properly [PR116140]
   | f97d86242b8 c++: Ensure ANNOTATE_EXPRs remain outermost expressions in conditions [PR116140]
   | 6291f256315 OpenMP: Add interop routines to omp_runtime_api_procname
   | 4e9265a474d fortran/openmp.cc: Fix var init and locus use to avoid uninit values [PR fortran/116661]
   | 9b14a5823b6 Vect: Support form 1 of vector signed integer .SAT_ADD
   | ... and 4 more commits in gcc
+  | ef166f451fb objcopy fixes for commit 68bbe1183379
+  | 389fdfbe0d2 elf.c and elflink.c fixes for commit 68bbe1183379
+  | c1947f57ee8 Automatic date update in version.in
+  | 753e2f771b1 gdb segv in elfread.c:elf_rel_plt_read
+  | 06116013f80 dlltool fixes for commit 68bbe1183379
+  | ... and 39 more commits in gdb
+  | a3fb4e93a3a Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
+  | 6b7d2f6e189 MAINTAINERS: Add myself as maintainer of e500 machines
+  | e300f4c11da docs/devel: Mention post_load hook restrictions where we document the hook
+  | db17daf8c43 tests/functional: Fix hash validation
+  | 33dab2dda09 Merge tag 'edgar/xen-queue-2024-10-03-v2.for-upstream' of https://gitlab.com/edgar.iglesias/qemu into staging
+  | ... and 168 more commits in qemu
+
+
+Used configuration :
+ *CI config* tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv6s-m -mtune=cortex-m0 -mfloat-abi=soft -mfpu=auto
+ *configure and test flags:* --target arm-eabi --disable-multilib --with-mode=thumb --with-cpu=cortex-m0 --with-float=soft --target_board=-mthumb/-march=armv6s-m/-mtune=cortex-m0/-mfloat-abi=soft/-mfpu=auto qemu_cpu=cortex-m0
+
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
+
+-----------------8<--------------------------8<--------------------------8<--------------------------
 
-PASS
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv6s-m -mtune=cortex-m0 -mfloat-abi=soft -mfpu=auto
-configure and test flags: --target arm-eabi --disable-multilib --with-mode=thumb --with-cpu=cortex-m0 --with-float=soft --target_board=-mthumb/-march=armv6s-m/-mtune=cortex-m0/-mfloat-abi=soft/-mfpu=auto qemu_cpu=cortex-m0
+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_m0_soft_eabi-build/181/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/181/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_m0_soft_eabi-build/181/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_m0_soft_eabi-build/181/artifact/artifacts/sumfiles/xfails.xfail
 
------------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
-
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/181/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/180/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/171/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 1901a1c0..aa219efd 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-tburnus@baylibre.com,bcc:tcwg-validation@linaro.org,redi@gcc.gnu.org,cc:gcc-regression@gcc.gnu.org,gccadmin@gcc.gnu.org,pan2.li@intel.com,hongtao.liu@intel.com,alex.coplan@arm.com,cc:jwakely@redhat.com
+bcc:tcwg-validation@linaro.org
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 63784a08..45006cd8 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 9 commits in gcc: PASS on master-thumb_m0_soft_eabi
+[Linaro-TCWG-CI] 226 commits in gcc,gdb,qemu: no regression/no fix on master-thumb_m0_soft_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..dc6b4a57
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		71623
+# of flaky entries		0
+# of all tests			375577
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index acbd09a0..ff0a1aaf 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.1110996
-CURRENT:  /tmp/gxx-sum2.1110996
+REFERENCE:/tmp/gxx-sum1.2176
+CURRENT:  /tmp/gxx-sum2.2176
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
