On Tue, 16 Jul 2024 at 21:37, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.15.163 release. There are 144 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 Thu, 18 Jul 2024 15:27:21 +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/v5.x/stable-review/patch-5.15.163-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
The s390 builds failed on stable-rc 5.15.163-rc1 review due to following build warnings / errors.
First time seen on stable-rc 5.15 branch.
GOOD: ba1631e1a5cc ("Linux 5.15.162-rc1") BAD: b9a293390e62 ("Linux 5.15.163-rc1")
* s390, build - clang-18-allnoconfig - clang-18-defconfig - clang-18-tinyconfig - clang-nightly-allnoconfig - clang-nightly-defconfig - clang-nightly-tinyconfig - gcc-12-allnoconfig - gcc-12-defconfig - gcc-12-tinyconfig - gcc-8-allnoconfig - gcc-8-defconfig-fe40093d - gcc-8-tinyconfig
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Build regressions: -------- arch/s390/include/asm/processor.h:253:11: error: expected ';' at end of declaration 253 | psw_t psw __uninitialized; | ^ | ; 1 error generated.
metadata: ---- config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2jKu9JqgTsYkPJ9AeEnsD... download_url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2jKu9JqgTsYkPJ9AeEnsD... git_describe: v5.15.162-145-gb9a293390e62 git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git_sha: b9a293390e62ec049b3795fd1538a2d2654dfd0e git_short_log: b9a293390e62 ("Linux 5.15.163-rc1") toolchain: clang-18 and gcc-12 arch: s390
Steps to reproduce: --- # tuxmake --runtime podman --target-arch s390 --toolchain clang-18 --kconfig defconfig LLVM_IAS=0
-- Linaro LKFT https://lkft.linaro.org