diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 269bc53b..f85994e6 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -16,17 +16,17 @@ In tcwg_kernel/llvm-master-arm-stable-allyesconfig, after:
   | 03bb10bea6ed [lldb] Clear Frames when changing `disable-language-runtime-unwindplans` (#151208)
   | 4e596fc2852e [ELF] handle new NVIDIA GPU variants. (#151604)
   | ... and 2282 more commits in llvm
-  | 46c7ff71b4b4 Merge v6.15.8
-  | 353d1690f141 Linux 6.15.8
-  | 061c553c66bc KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls
-  | a834856b08c8 smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
-  | 1c4426ff3edc drm/xe: Move page fault init after topology init
+  | 46c7ff71b4b46 Merge v6.15.8
+  | 353d1690f1419 Linux 6.15.8
+  | 061c553c66bc1 KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls
+  | a834856b08c8b smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
+  | 1c4426ff3edca drm/xe: Move page fault init after topology init
   | ... and 379 more commits in linux
-  | 4e06566dbd1 Merge tag 'pull-riscv-to-apply-20250730-2' of https://github.com/alistair23/qemu into staging
-  | 86bc3a0abf1 target/riscv: Restrict midelegh access to S-mode harts
-  | e443ba03361 target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts
-  | 30ef718423e target/riscv: Fix exception type when VU accesses supervisor CSRs
-  | 09ac27a9b59 riscv: Revert "Generate strided vector loads/stores with tcg nodes."
+  | 4e06566dbd Merge tag 'pull-riscv-to-apply-20250730-2' of https://github.com/alistair23/qemu into staging
+  | 86bc3a0abf target/riscv: Restrict midelegh access to S-mode harts
+  | e443ba0336 target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts
+  | 30ef718423 target/riscv: Fix exception type when VU accesses supervisor CSRs
+  | 09ac27a9b5 riscv: Revert "Generate strided vector loads/stores with tcg nodes."
   | ... and 88 more commits in qemu
 
 Produces Success:
@@ -64,6 +64,17 @@ Produces Success:
   | # 00:39:01 make[6]: *** [scripts/Makefile.build:203: drivers/gpu/drm/amd/amdgpu/imu_v12_0.o] Error 1
   | # 00:40:10 drivers/usb/atm/cxacru.c:1104:6: error: variable 'bp' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
   | # 00:40:10 make[5]: *** [scripts/Makefile.build:203: drivers/usb/atm/cxacru.o] Error 1
+  | # First few build errors in logs:
+  | # 00:16:04 mm/ksm.c:3674:11: error: variable 'output' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
+  | # 00:16:05 make[3]: *** [scripts/Makefile.build:203: mm/ksm.o] Error 1
+  | # 00:18:35 make[2]: *** [scripts/Makefile.build:461: mm] Error 2
+  | # 00:35:01 net/phonet/pep.c:829:37: error: variable 'dst' is uninitialized when passed as a const pointer argument here [-Werror,-Wuninitialized-const-pointer]
+  | # 00:35:02 make[4]: *** [scripts/Makefile.build:203: net/phonet/pep.o] Error 1
+  | # 00:35:08 make[3]: *** [scripts/Makefile.build:461: net/phonet] Error 2
+  | # 00:39:00 drivers/gpu/drm/amd/amdgpu/imu_v12_0.c:374:30: error: variable 'data' is uninitialized when used here [-Werror,-Wuninitialized]
+  | # 00:39:01 make[6]: *** [scripts/Makefile.build:203: drivers/gpu/drm/amd/amdgpu/imu_v12_0.o] Error 1
+  | # 00:40:10 drivers/usb/atm/cxacru.c:1104:6: error: variable 'bp' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
+  | # 00:40:10 make[5]: *** [scripts/Makefile.build:203: drivers/usb/atm/cxacru.o] Error 1
 
 Used configuration :
  tcwg_kernel/llvm-master-arm-stable-allyesconfig
