On Mon, 16 Sept 2024 at 17:32, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.10.11 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 Wed, 18 Sep 2024 11:42:05 +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.10.11-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.10.y and the diffstat can be found below.
thanks,
greg k-h
The s390 builds failed on the Linux stable-rc linux-6.10.y and linux-6.6.y due to following build warnings / errors with gcc-13 and clang-19 with defconfig.
* 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
First seen on v6.10.10-122-ge9fde6b546b5 Good: v6.10.10 BAD: v6.10.10-122-ge9fde6b546b5
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
build log: -------- arch/s390/kernel/setup.c: In function 'reserve_lowcore': arch/s390/kernel/setup.c:741:31: error: implicit declaration of function 'get_lowcore'; did you mean 'setup_lowcore'? [-Werror=implicit-function-declaration] 741 | void *lowcore_start = get_lowcore(); | ^~~~~~~~~~~ | setup_lowcore arch/s390/kernel/setup.c:741:31: warning: initialization of 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] cc1: some warnings being treated as errors
Build Log links, -------- - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.10.y/build/v6.10.... - https://storage.tuxsuite.com/public/linaro/lkft/builds/2m9VsokpNpc89Dqg5cG7d...
Build failed comparison: - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240909/tes...
metadata: ---- git describe: v6.10.10-122-ge9fde6b546b5 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git sha: e9fde6b546b56159c192819586894f0e5b8ff6f3 kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2m9VsokpNpc89Dqg5cG7d... build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2m9VsokpNpc89Dqg5cG7d... toolchain: gcc-13, gcc-8 and clang-19 config: defconfig, tinyconfig and allnoconfig arch: s390
Steps to reproduce: --------- - # tuxmake --runtime podman --target-arch s390 --toolchain gcc-13 --kconfig defconfig
-- Linaro LKFT https://lkft.linaro.org