On Tue, 16 Jul 2024 at 21:30, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.6.41 release. There are 121 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/v6.x/stable-review/patch-6.6.41-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y and the diffstat can be found below.
thanks,
greg k-h
The s390 builds failed on stable-rc 6.6 branch due to following build warnings / errors.
This is not a new regression, this has been reported on last round of stable-rc 6.6.39-rc1 review.
* s390, build - clang-18-allnoconfig - clang-18-defconfig - clang-18-tinyconfig - clang-nightly-allnoconfig - clang-nightly-defconfig - clang-nightly-tinyconfig - 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@linaro.org
Build log: ---------- arch/s390/include/asm/processor.h: In function '__load_psw_mask': arch/s390/include/asm/processor.h:311:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__uninitialized' 311 | psw_t psw __uninitialized; | ^~~~~~~~~~~~~~~ arch/s390/include/asm/processor.h:311:19: error: '__uninitialized' undeclared (first use in this function) arch/s390/include/asm/processor.h:311:19: note: each undeclared identifier is reported only once for each function it appears in arch/s390/include/asm/processor.h:314:9: error: 'psw' undeclared (first use in this function); did you mean 'psw_t'? 314 | psw.mask = mask; | ^~~ | psw_t
metadata: --------- config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2jKrJxxJX8PC3B3Py92l5... download_url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2jKrJxxJX8PC3B3Py92l5... git_describe: v6.6.38-260-gfb57426efe05 git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git_sha: fb57426efe05b3f2f49a914e3da34e3c9d61c69a git_short_log: fb57426efe05 ("Linux 6.6.41-rc1")
Steps to reproduce: ----- # tuxmake --runtime podman --target-arch s390 --toolchain gcc-13 --kconfig tinyconfig
-- Linaro LKFT https://lkft.linaro.org