diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index a57e1711..dae51903 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -22,11 +22,11 @@ In tcwg_kernel/llvm-master-arm-next-allyesconfig, after:
   | 829074c0baa1d Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git
   | 90ea94d3168d1 Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git
   | ... and 961 more commits in linux
-  | 5836af0783 Merge tag 'uefi-20250812-pull-request' of https://gitlab.com/kraxel/qemu into staging
-  | 040237436f hw/uefi: open json file in binary mode
-  | fc8ee8fe58 hw/uefi: check access for first variable
-  | 88e5a28d5a hw/uefi: return success for notifications
-  | f757d9d90d hw/uefi: clear uefi-vars buffer in uefi_vars_write callback
+  | 5836af07832 Merge tag 'uefi-20250812-pull-request' of https://gitlab.com/kraxel/qemu into staging
+  | 040237436f4 hw/uefi: open json file in binary mode
+  | fc8ee8fe58a hw/uefi: check access for first variable
+  | 88e5a28d5aa hw/uefi: return success for notifications
+  | f757d9d90d1 hw/uefi: clear uefi-vars buffer in uefi_vars_write callback
 
 Produces Success:
   | Results changed to
@@ -63,6 +63,17 @@ Produces Success:
   | # 00:48:05 make[2]: *** [scripts/Makefile.build:556: lib] Error 2
   | # 00:49:13 sound/hda/core/stream.c:954:2: error: label followed by a declaration is a C23 extension [-Werror,-Wc23-extensions]
   | # 00:49:13 make[5]: *** [scripts/Makefile.build:287: sound/hda/core/stream.o] Error 1
+  | # First few build errors in logs:
+  | # 00:28:15 ./include/linux/iov_iter.h:171:7: error: variable 'remain' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
+  | # 00:28:18 make[4]: *** [scripts/Makefile.build:287: net/core/skbuff.o] Error 1
+  | # 00:28:26 ./include/linux/iov_iter.h:171:7: error: variable 'remain' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
+  | # 00:28:28 make[4]: *** [scripts/Makefile.build:287: net/core/datagram.o] Error 1
+  | # 00:37:53 make[3]: *** [scripts/Makefile.build:556: net/core] Error 2
+  | # 00:39:30 ./include/linux/iov_iter.h:171:7: error: variable 'remain' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
+  | # 00:39:31 make[3]: *** [scripts/Makefile.build:287: lib/iov_iter.o] Error 1
+  | # 00:48:05 make[2]: *** [scripts/Makefile.build:556: lib] Error 2
+  | # 00:49:13 sound/hda/core/stream.c:954:2: error: label followed by a declaration is a C23 extension [-Werror,-Wc23-extensions]
+  | # 00:49:13 make[5]: *** [scripts/Makefile.build:287: sound/hda/core/stream.o] Error 1
 
 Used configuration :
  tcwg_kernel/llvm-master-arm-next-allyesconfig
