You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tcwg-va...@linaro.org, Greg Kroah-Hartman, linaro-t...@lists.linaro.org, clang-bu...@googlegroups.com, ar...@linaro.org
Successfully identified regression in *linux* in CI configuration tcwg_kernel/llvm-master-aarch64-lts-allmodconfig. So far, this commit has regressed CI configurations:
- tcwg_kernel/llvm-master-aarch64-lts-allmodconfig
# 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/
diff --git a/Makefile b/Makefile
index e9621a90e752..232dee1140c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 5
PATCHLEVEL = 10
-SUBLEVEL = 57
+SUBLEVEL = 58
EXTRAVERSION =
NAME = Dare mighty things
</cut>
Greg Kroah-Hartman
unread,
Aug 18, 2021, 1:38:27 AM8/18/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ci_n...@linaro.org, tcwg-va...@linaro.org, linaro-t...@lists.linaro.org, clang-bu...@googlegroups.com, ar...@linaro.org
On Wed, Aug 18, 2021 at 05:22:07AM +0000, ci_n...@linaro.org wrote:
> Successfully identified regression in *linux* in CI configuration tcwg_kernel/llvm-master-aarch64-lts-allmodconfig. So far, this commit has regressed CI configurations:
> - tcwg_kernel/llvm-master-aarch64-lts-allmodconfig
>
> Culprit:
> <cut>
> commit 132a8267adabd645476b542b3b132c1b91988fe8
> Author: Greg Kroah-Hartman <gre...@linuxfoundation.org>
> Date: Thu Aug 12 13:22:21 2021 +0200
>
> Linux 5.10.58
<snip>
And what am I supposed to do with this information?
Maxim Kuvyrkov
unread,
Sep 29, 2021, 7:29:12 AM9/29/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Greg Kroah-Hartman, linaro-toolchain, clang-built-linux, Arnd Bergmann
Hi Greg,
This appears to have been a fluke. Boot-testing succeeded before the merge and failed after. Boot-testing on allmodconfig doesn’t seem to be stable, so we are going to disable it.