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..7cc38903
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		259
+# of flaky entries		0
+# of all tests			378627
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 2a1137a6..8fa73213 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,4 +1,3 @@
 [GNU-692]
-https://linaro.atlassian.net/browse/GNU-1342
-FAIL: 4 regressions
+4 regressions
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/202/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 88eca4b1..a553f52d 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,16 +7,16 @@
         "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/202/",
-            "run_order": "0202 (basepoints/gcc-15-03608-gc5009eb88791)",
+            "run_order": "0202 (5-changed-components)",
             "regression": "https://linaro.atlassian.net/browse/GNU-1342",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=893e4fd6231922495175b701a6c44b665e91cd7e (unchanged)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=893e4fd6231922495175b701a6c44b665e91cd7e (+ 207 commits)",
             "git_gcc": "https://gcc.gnu.org/git/gcc.git (c5009eb887910271ea35a857aa68941c7227b9c7) (+ 1 commits)",
-            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=c607889824395f0eac7e85d5b81c906bf8025321 (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=893e4fd6231922495175b701a6c44b665e91cd7e (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/92ec7805190313c9e628f8fc4eb4f932c15247bd (unchanged)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=c607889824395f0eac7e85d5b81c906bf8025321 (+ 9 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=893e4fd6231922495175b701a6c44b665e91cd7e (+ 179 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/92ec7805190313c9e628f8fc4eb4f932c15247bd (+ 520 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-10-25 06:20:57"
+        "Start Time": "2024-10-18 12:05:39"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 0595c772..cbdee2aa 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,59 +1,62 @@
-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.
-
-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.
-
-We track this report status in https://linaro.atlassian.net/browse/GNU-1342 , please let us know if you are looking at the problem and/or when you have a fix.
-
-In  arm-eabi cortex-m0 soft after:
-
-  | commit gcc-15-3608-gc5009eb88791
-  | Author: Jason Merrill <jason@redhat.com>
-  | Date:   Tue Aug 27 13:15:16 2024 -0400
-  | 
-  |     libcpp: adjust pedwarn handling
-  |     
-  |     Using cpp_pedwarning (CPP_W_PEDANTIC instead of if (CPP_PEDANTIC cpp_error
-  |     lets users suppress these diagnostics with
-  |      #pragma GCC diagnostic ignored "-Wpedantic".
-  | ... 46 lines of the commit log omitted.
-
-FAIL: 4 regressions
-
-regressions.sum:
-  | 		=== g++ tests ===
+Dear contributor,
+
+Our automatic CI has detected problems related to your patch(es). Please find some details below.
+
+In  arm-eabi cortex-m0 soft, after:
+  | 916 commits in binutils,gcc,newlib,gdb,qemu
+  | 893e4fd6231 Automatic date update in version.in
+  | 820ebe46a41 Prevent use-after-free of bfd filename in gdb_bfd_close_or_warn
+  | 6c4f88a10e7 gas/doc/riscv: Fixed misaligned instruction table
+  | 004a5bfc72b RISC-V: Dump instruction without checking architecture support as usual.
+  | 4868f6025e9 Automatic date update in version.in
+  | ... and 202 more commits in binutils
+  | c5009eb8879 libcpp: adjust pedwarn handling
+  | c607889824 Cygwin: sigfe: Fix a bug that signal handler destroys fpu states
+  | 7ed9adb356 Cygwin: pipe: Switch pipe mode to blocking mode by default
+  | 1f05c04059 Cygwin: pipe: fix shift value
+  | 04f386e9af Cygwin: console: Inherit pcon hand over from parent pty
+  | ae181b0ff1 Cygwin: lockf: Make lockf() return ENOLCK when too many locks
+  | ... and 4 more commits in newlib
+  | 893e4fd6231 Automatic date update in version.in
+  | 820ebe46a41 Prevent use-after-free of bfd filename in gdb_bfd_close_or_warn
+  | 6c4f88a10e7 gas/doc/riscv: Fixed misaligned instruction table
+  | 004a5bfc72b RISC-V: Dump instruction without checking architecture support as usual.
+  | 4868f6025e9 Automatic date update in version.in
+  | ... and 174 more commits in gdb
+  | 92ec7805190 Merge tag 'pull-riscv-to-apply-20241031-1' of https://github.com/alistair23/qemu into staging
+  | ea8ae47bdd2 Merge tag 'pull-target-arm-20241029' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
+  | c128d39edef target/riscv: Fix vcompress with rvv_ta_all_1s
+  | fd16cfb2995 target/riscv/kvm: clarify how 'riscv-aia' default works
+  | d201a127e16 target/riscv/kvm: set 'aia_mode' to default in error path
+  | ... and 515 more commits in qemu
+
+Produces 4 regressions:
   | 
+  | regressions.sum:
   | Running g++:g++.dg/dg.exp ...
   | FAIL: c-c++-common/pragma-diag-17.c -std=gnu++14 (test for excess errors)
   | FAIL: c-c++-common/pragma-diag-17.c -std=gnu++17 (test for excess errors)
   | FAIL: c-c++-common/pragma-diag-17.c -std=gnu++98 (test for excess errors)
-  | 		=== gcc tests ===
-  | 
   | Running gcc:gcc.dg/dg.exp ...
-  | FAIL: c-c++-common/pragma-diag-17.c -Wc++-compat  (test for excess errors)
-  | ... and 1 more entries
+  | ... and 1 more
+
+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
 
-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
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
-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/202/artifact/artifacts/00-sumfiles/
+-----------------8<--------------------------8<--------------------------8<--------------------------
+
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
+
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/202/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/202/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/202/artifact/artifacts/sumfiles/xfails.xfail
 
-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
-
------------------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/202/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/200/artifact/artifacts
-
-Instruction to reproduce the build : https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_gnu_embed_check_gcc/master-thumb_m0_soft_eabi/reproduction_instructions.txt
-
-Full commit : https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=c5009eb887910271ea35a857aa68941c7227b9c7
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/192/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index c937eee8..aa219efd 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-bcc:tcwg-validation@linaro.org,cc:gcc-regression@gcc.gnu.org,jason@redhat.com
+bcc:tcwg-validation@linaro.org
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 93c17d6e..f355a824 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] gcc-15-3608-gc5009eb88791: FAIL: 4 regressions on master-thumb_m0_soft_eabi
+[Linaro-TCWG-CI] 916 commits in binutils,gcc,newlib,gdb,qemu: 4 regressions on master-thumb_m0_soft_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 6f2c7cab..47234085 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.18692
-CURRENT:  /tmp/gxx-sum2.18692
+REFERENCE:/tmp/gxx-sum1.2681
+CURRENT:  /tmp/gxx-sum2.2681
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
