[TCWG CI] Regression caused by linux: MAINTAINERS: add maillist information for LoongArch: commit 059345576d6e25df7d7821e782c614d491fb3b8b Author: Huacai Chen chenhuacai@loongson.cn
MAINTAINERS: add maillist information for LoongArch
Results regressed to # reset_artifacts: -10 # build_abe binutils: -9 # build_abe stage1: -5 # build_abe qemu: -2 # linux_n_obj: 31579 # linux build successful: all # First few build errors in logs:
from # reset_artifacts: -10 # build_abe binutils: -9 # build_abe stage1: -5 # build_abe qemu: -2 # linux_n_obj: 31579 # linux build successful: all # linux boot successful: boot
THIS IS THE END OF INTERESTING STUFF. BELOW ARE LINKS TO BUILDS, REPRODUCTION INSTRUCTIONS, AND THE RAW COMMIT.
This commit has regressed these CI configurations: - tcwg_kernel/gnu-release-aarch64-next-allmodconfig
First_bad build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-al... Last_good build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-al... Baseline build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-al... Even more details: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-al...
Reproduce builds: <cut> mkdir investigate-linux-059345576d6e25df7d7821e782c614d491fb3b8b cd investigate-linux-059345576d6e25df7d7821e782c614d491fb3b8b
# Fetch scripts git clone https://git.linaro.org/toolchain/jenkins-scripts
# Fetch manifests and test.sh script mkdir -p artifacts/manifests curl -o artifacts/manifests/build-baseline.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-al... --fail curl -o artifacts/manifests/build-parameters.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-al... --fail curl -o artifacts/test.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-al... --fail chmod +x artifacts/test.sh
# Reproduce the baseline build (build all pre-requisites) ./jenkins-scripts/tcwg_kernel-build.sh @@ artifacts/manifests/build-baseline.sh
# Save baseline build state (which is then restored in artifacts/test.sh) mkdir -p ./bisect rsync -a --del --delete-excluded --exclude /bisect/ --exclude /artifacts/ --exclude /linux/ ./ ./bisect/baseline/
cd linux
# Reproduce first_bad build git checkout --detach 059345576d6e25df7d7821e782c614d491fb3b8b ../artifacts/test.sh
# Reproduce last_good build git checkout --detach c1bea92e37a126dfe4e81a523209e436567f8f68 ../artifacts/test.sh
cd .. </cut>
Full commit (up to 1000 lines): <cut> commit 059345576d6e25df7d7821e782c614d491fb3b8b Author: Huacai Chen chenhuacai@loongson.cn Date: Thu Jun 16 20:14:56 2022 +0800
MAINTAINERS: add maillist information for LoongArch
Now there is a dedicated maillist (loongarch@lists.linux.dev) for LoongArch, add it for better collaboration.
Link: https://lkml.kernel.org/r/20220616121456.3613470-1-chenhuacai@loongson.cn Signed-off-by: Huacai Chen chenhuacai@loongson.cn Reviewed-by: WANG Xuerui git@xen0n.name Cc: Huacai Chen chenhuacai@loongson.cn Cc: Arnd Bergmann arnd@arndb.de Cc: Xuefeng Li lixuefeng@loongson.cn Cc: Guo Ren guoren@kernel.org Cc: Xuerui Wang kernel@xen0n.name Cc: Jiaxun Yang jiaxun.yang@flygoat.com Signed-off-by: Andrew Morton akpm@linux-foundation.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS index f3be1b26eecf..95b44367f0ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11591,6 +11591,7 @@ F: drivers/gpu/drm/bridge/lontium-lt8912b.c LOONGARCH M: Huacai Chen chenhuacai@kernel.org R: WANG Xuerui kernel@xen0n.name +L: loongarch@lists.linux.dev S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git F: arch/loongarch/ </cut>