diff --git a/notify/jira/description b/notify/jira/description
index 00975e67..6690e8cb 100644
--- a/notify/jira/description
+++ b/notify/jira/description
@@ -8,9 +8,7 @@ Date:   Sat Sep 24 22:18:04 2022 +0800
     Previously we only have an extension that warn void pointer deferencing
     in C++, but for C we did nothing.
     
-    C2x 6.5.3.2p4 says The unary * operator denotes indirection. If it points
-    to an object, the result is an lvalue designating the object. However, there
-... 9 lines of the commit log omitted.
+... 11 lines of the commit log omitted.
 
 * tcwg_kernel
 ** llvm-master-aarch64-lts-allmodconfig
@@ -51,9 +49,9 @@ Date:   Sat Sep 24 22:18:04 2022 +0800
 *** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
 ** llvm-master-arm-stable-allmodconfig
 *** Failure
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/llvm-master-arm-stable-allmodconfig/details.txt
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/llvm-master-arm-stable-allmodconfig/details.txt
 *** https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-arm-stable-allmodconfig/498/artifact/artifacts
 ** llvm-master-arm-stable-allyesconfig
 *** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
 
-Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/jira/yaml
+Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/jira/yaml
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index b4bf711c..1f82bac7 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,11 +1,8 @@
-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 appreciate 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/LLVM-646 , please let us know if you are looking at the problem and/or when you have a fix.
-
-In CI config tcwg_kernel/llvm-master-arm-stable-allmodconfig after:
+Our automatic CI has detected problems related to your patch(es). Please find some details below.
 
+In tcwg_kernel/llvm-master-arm-stable-allmodconfig, after:
   | commit llvmorg-16-init-5673-ge07ead85a368
   | Author: Jun Zhang <jun@junz.org>
   | Date:   Sat Sep 24 22:18:04 2022 +0800
@@ -15,94 +12,56 @@ In CI config tcwg_kernel/llvm-master-arm-stable-allmodconfig after:
   |     Previously we only have an extension that warn void pointer deferencing
   |     in C++, but for C we did nothing.
   |     
-  |     C2x 6.5.3.2p4 says The unary * operator denotes indirection. If it points
-  |     to an object, the result is an lvalue designating the object. However, there
-  | ... 9 lines of the commit log omitted.
+  | ... 11 lines of the commit log omitted.
+
+Produces Failure:
+  | Results changed to
+  | -10
+  | # build_abe binutils:
+  | -9
+  | # build_kernel_llvm:
+  | -5
+  | # build_abe qemu:
+  | -2
+  | # linux_n_obj:
+  | 36
+  | # First few build errors in logs:
+  | # 00:00:50 ./include/linux/fortify-string.h:159:10: error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference]
+  | # 00:00:50 ./include/linux/fortify-string.h:232:10: error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference]
+  | # 00:00:50 ./include/linux/fortify-string.h:470:9: error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference]
+  | # 00:00:50 ./include/linux/string.h:315:15: error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference]
+  | # 00:00:50 make[1]: *** [scripts/Makefile.build:117: scripts/mod/devicetable-offsets.s] Error 1
+  | # 00:00:52 make: *** [Makefile:1203: prepare0] Error 2
+  | # First few build errors in logs:
+  | 
+  | From
+  | -10
+  | # build_abe binutils:
+  | -9
+  | # build_kernel_llvm:
+  | -5
+  | # build_abe qemu:
+  | -2
+  | # linux_n_obj:
+  | 22763
 
-Results changed to
--10
-# build_abe binutils:
--9
-# build_kernel_llvm:
--5
-# build_abe qemu:
--2
-# linux_n_obj:
-36
-# First few build errors in logs:
-# 00:00:50 ./include/linux/fortify-string.h:159:10: error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference]
-# 00:00:50 ./include/linux/fortify-string.h:232:10: error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference]
-# 00:00:50 ./include/linux/fortify-string.h:470:9: error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference]
-# 00:00:50 ./include/linux/string.h:315:15: error: ISO C does not allow indirection on operand of type 'void *' [-Werror,-Wvoid-ptr-dereference]
-# 00:00:50 make[1]: *** [scripts/Makefile.build:117: scripts/mod/devicetable-offsets.s] Error 1
-# 00:00:52 make: *** [Makefile:1203: prepare0] Error 2
+Used configuration :
+ tcwg_kernel/llvm-master-arm-stable-allmodconfig
 
-From
--10
-# build_abe binutils:
--9
-# build_kernel_llvm:
--5
-# build_abe qemu:
--2
-# linux_n_obj:
-22763
+We track this bug report under https://linaro.atlassian.net/browse/LLVM-646. Please let us know if you have a fix.
 
-The configuration of this build is:
-CI config tcwg_kernel/llvm-master-arm-stable-allmodconfig
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
 -----------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
+
+
 
 Current build   : https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-arm-stable-allmodconfig/498/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-arm-stable-allmodconfig/497/artifact/artifacts
 
-Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/llvm-master-arm-stable-allmodconfig/reproduction_instructions.txt
+Instruction to reproduce the build : https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/llvm-master-arm-stable-allmodconfig/reproduction_instructions.txt
 
 Full commit : https://github.com/llvm/llvm-project/commit/e07ead85a368173a56e96a21d6841aa497ad80f8
 
-List of configurations that regressed due to this commit :
-* tcwg_kernel
-** llvm-master-aarch64-lts-allmodconfig
-*** Failure
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/llvm-master-aarch64-lts-allmodconfig/details.txt
-*** https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-aarch64-lts-allmodconfig/499/artifact/artifacts
-** llvm-master-aarch64-lts-allyesconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-aarch64-mainline-allmodconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-aarch64-mainline-allyesconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-aarch64-next-allmodconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-aarch64-norov-allmodconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-aarch64-stable-allmodconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-aarch64-stable-allyesconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-arm-lts-allmodconfig
-*** Failure
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/llvm-master-arm-lts-allmodconfig/details.txt
-*** https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-arm-lts-allmodconfig/495/artifact/artifacts
-** llvm-master-arm-lts-allyesconfig
-*** Failure
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/llvm-master-arm-lts-allyesconfig/details.txt
-*** https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-arm-lts-allyesconfig/489/artifact/artifacts
-** llvm-master-arm-mainline-allmodconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-arm-mainline-allyesconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-arm-next-allmodconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-arm-next-allyesconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-arm-norov-allyesconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-** llvm-master-arm-stable-allmodconfig
-*** Failure
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/llvm-master-arm-stable-allmodconfig/details.txt
-*** https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-arm-stable-allmodconfig/498/artifact/artifacts
-** llvm-master-arm-stable-allyesconfig
-*** Failure after llvmorg-16-init-5673-ge07ead85a368: [Clang] Warn when trying to dereference void pointers in C:
-
