diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..aa3a008e
--- /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-a+simd --with-fpu=crypto-neon-fp-armv8 --with-float=hard --target_board=-mthumb/-march=armv8-a+simd/-mfpu=auto/-mfloat-abi=hard qemu_cpu=any
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..391b1760
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,12 @@
+		=== gcc tests ===
+
+Running gcc:gcc.dg/tree-ssa/tree-ssa.exp ...
+FAIL: gcc.dg/tree-ssa/pow-to-ldexp.c scan-tree-dump-times optimized "__builtin_ldexpl " 7
+FAIL: gcc.dg/tree-ssa/pow-to-ldexp.c scan-tree-dump-times optimized "__builtin_ldexpf " 7
+FAIL: gcc.dg/tree-ssa/pow-to-ldexp.c scan-tree-dump-times optimized "__builtin_powi" 0
+
+		=== Results Summary ===
+
+# of stable fails		224
+# of flaky entries		99
+# of all tests			408694
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 203317d3..a0446733 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_v8a_hard_eabi-build/658/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index df07f6f7..b1f681a5 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_v8a_hard_eabi-build/658/",
-            "run_order": "0658 (basepoints/gcc-15-05460-ga4842917dcb)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=66df4f72b64b18b089b5a1a715230885ce0aaf14 (unchanged)",
+            "run_order": "0658 (5-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=66df4f72b64b18b089b5a1a715230885ce0aaf14 (+ 52 commits)",
             "git_gcc": "https://gcc.gnu.org/git/gcc.git (a4842917dcb8e6524ddf2574e5a0dc869fda1885) (+ 23 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=66df4f72b64b18b089b5a1a715230885ce0aaf14 (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/6b99bb046dd36a6dd5525b8f88c2dcddae49222a (unchanged)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=3dbc8c3fbdc99d3f0f68fab8ba2a814ecdc27e17 (+ 9 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=66df4f72b64b18b089b5a1a715230885ce0aaf14 (+ 52 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/6b99bb046dd36a6dd5525b8f88c2dcddae49222a (+ 12 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-11-23 16:05:59"
+        "Start Time": "2024-11-22 05:20:13"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index d16c11b1..608beeb9 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,21 +1,47 @@
 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 thumb v8-a hard, after:
-  | 23 commits in gcc
+  | 148 commits in binutils,gcc,newlib,gdb,qemu
+  | 66df4f72b64 Automatic date update in version.in
+  | 62065166531 opcodes: fix Werror=format build breaker in opcodes/riscv-dis.c
+  | 3198eb6627e Automatic date update in version.in
+  | 2c781c5fcf8 [sim] Run spellcheck.sh in sim (part 2)
+  | 9f43244a41e [gdb/contrib] Add two words to common-misspellings.txt
+  | ... and 47 more commits in binutils
   | a4842917dcb AVR: ad target/84211 - Fix a build failure on some hosts.
   | 234da38a0e6 amdgcn: Fix build failure (PR117657)
   | 6c11f24532c aarch64: Bypass hidden attribute warnings in MinGW
   | 961c5041092 Add LTO support
   | 55788176f1e aarch64: Extend the offset limit in "symbol + offset" from 1MB to 16MB
   | ... and 18 more commits in gcc
+  | 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 4 more commits in newlib
+  | 66df4f72b64 Automatic date update in version.in
+  | 62065166531 opcodes: fix Werror=format build breaker in opcodes/riscv-dis.c
+  | 3198eb6627e Automatic date update in version.in
+  | 2c781c5fcf8 [sim] Run spellcheck.sh in sim (part 2)
+  | 9f43244a41e [gdb/contrib] Add two words to common-misspellings.txt
+  | ... and 47 more commits in gdb
+  | 6b99bb046dd Merge tag 'pull-lu-20241122' of https://gitlab.com/rth7680/qemu into staging
+  | d95fd9838b5 linux-user: Fix strace output for s390x mmap()
+  | e8b609ac359 linux-user: Print tid not pid with strace
+  | 34754a3a627 Update version for v9.2.0-rc1 release
+  | 5eeb09d63e0 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
+  | ... and 7 more commits in qemu
 
-Produces 3 improvements:
+Produces  3 fixes:
+  | 
+  | fixes.sum:
   | Running gcc:gcc.dg/tree-ssa/tree-ssa.exp ...
-  | FAIL: gcc.dg/tree-ssa/pow-to-ldexp.c scan-tree-dump-times optimized "__builtin_powi" 0
-  | FAIL: gcc.dg/tree-ssa/pow-to-ldexp.c scan-tree-dump-times optimized "__builtin_ldexpf " 7
   | FAIL: gcc.dg/tree-ssa/pow-to-ldexp.c scan-tree-dump-times optimized "__builtin_ldexpl " 7
+  | FAIL: gcc.dg/tree-ssa/pow-to-ldexp.c scan-tree-dump-times optimized "__builtin_ldexpf " 7
+  | FAIL: gcc.dg/tree-ssa/pow-to-ldexp.c scan-tree-dump-times optimized "__builtin_powi" 0
 
 Used configuration :
  *CI config* tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8-a+simd -mfpu=auto -mfloat-abi=hard
@@ -27,13 +53,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_v8a_hard_eabi-build/658/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/658/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_v8a_hard_eabi-build/658/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_v8a_hard_eabi-build/658/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/658/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/656/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/653/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index ceef2b6e..aa219efd 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-schwab@suse.de,cc:ebotcazou@adacore.com,jakub@gcc.gnu.org,fweimer@redhat.com,mikael@gcc.gnu.org,bcc:tcwg-validation@linaro.org,cc:jakub@redhat.com,dkm@gcc.gnu.org,eukarpov@gmail.com,cc:gcc-regression@gcc.gnu.org,rdapp@ventanamicro.com,avr@gjlay.de,ams@baylibre.com,soumyaa@nvidia.com,cc:evgeny.karpov@microsoft.com,richard.sandiford@arm.com
+bcc:tcwg-validation@linaro.org
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index bfb3382c..deb9fa1a 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 23 commits in gcc: 3 improvements on master-thumb_v8a_hard_eabi
+[Linaro-TCWG-CI] 148 commits in binutils,gcc,newlib,gdb,qemu:  3 fixes on master-thumb_v8a_hard_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 36798bb4..405b0708 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.1371929
-CURRENT:  /tmp/gxx-sum2.1371929
+REFERENCE:/tmp/gxx-sum1.19839
+CURRENT:  /tmp/gxx-sum2.19839
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
