On Mon, 14 Oct 2024 at 20:20, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > This is the start of the stable review cycle for the 6.1.113 release. > There are 798 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 16 Oct 2024 14:09:57 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.113-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y > and the diffstat can be found below. > > thanks, > > greg k-h The S390 build broke on the stable-rc linux-6.1.y branch due to following build warnings / errors. First seen on v6.1.112-799-gc060104c065d GOOD: v6.1.112 BAD: v6.1.112-799-gc060104c065d List of regressions, * s390, build - clang-19-allnoconfig - clang-19-defconfig - clang-19-tinyconfig - clang-nightly-allnoconfig - clang-nightly-defconfig - clang-nightly-tinyconfig - gcc-13-allmodconfig - gcc-13-allnoconfig - gcc-13-defconfig - gcc-13-tinyconfig - gcc-8-allnoconfig - gcc-8-defconfig-fe40093d - gcc-8-tinyconfig Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> The bisection pointing to, 73e9443b9ea8d5a1b9b87c4988acc3daae363832 s390/traps: Handle early warnings gracefully [ Upstream commit 3c4d0ae0671827f4b536cc2d26f8b9c54584ccc5 ] Build log: ------- arch/s390/kernel/early.c: In function '__do_early_pgm_check': arch/s390/kernel/early.c:154:30: error: implicit declaration of function 'get_lowcore'; did you mean 'S390_lowcore'? [-Werror=implicit-function-declaration] 154 | struct lowcore *lc = get_lowcore(); | ^~~~~~~~~~~ | S390_lowcore arch/s390/kernel/early.c:154:30: warning: initialization of 'struct lowcore *' from 'int' makes pointer from integer without a cast [-Wint-conversion] cc1: some warnings being treated as errors Build log link: --------- - https://storage.tuxsuite.com/public/linaro/lkft/builds/2nQwhZnhhAGtyIv600SDYdtypnI/ - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.112-799-gc060104c065d/testrun/25432580/suite/build/test/gcc-13-defconfig/log metadata: ---- git describe: v6.1.112-799-gc060104c065d git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git sha: c060104c065dc2884e301155e32dd955e6bb45b5 kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2nQwhZnhhAGtyIv600SDYdtypnI/config build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2nQwhZnhhAGtyIv600SDYdtypnI/ toolchain: clang-19 and gcc-13 config: defconfig arch: S390 Steps to reproduce: ------- # tuxmake --runtime podman --target-arch s390 --toolchain gcc-13 --kconfig defconfig -- Linaro LKFT https://lkft.linaro.org