On Wed, 31 Jul 2024 at 13:34, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > This is the start of the stable review cycle for the 6.1.103 release. > There are 441 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 Fri, 02 Aug 2024 07:30:23 +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.103-rc2.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 On the 6.1.103-rc2 (and 6.1.103-rc1 ) s390 builds failed with gcc and clang due to following warnings / errors. * s390, build - clang-18-defconfig - clang-nightly-defconfig - gcc-13-defconfig - gcc-8-defconfig-fe40093d Build log: -------- arch/s390/kernel/perf_cpum_cf.c: In function 'cfdiag_diffctr': arch/s390/kernel/perf_cpum_cf.c:226:22: error: implicit declaration of function 'cpum_cf_read_setsize'; did you mean 'cpum_cf_ctrset_size'? [-Werror=implicit-function-declaration] 226 | if (!cpum_cf_read_setsize(i)) | ^~~~~~~~~~~~~~~~~~~~ | cpum_cf_ctrset_size cc1: some warnings being treated as errors commit log: -------- s390/cpum_cf: Fix endless loop in CF_DIAG event stop [ Upstream commit e6ce1f12d777f6ee22b20e10ae6a771e7e6f44f5 ] Metadata: -------- build_name: gcc-13-defconfig config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2k0Kna66eRxxtDjqsue5mHG0j8L/config download_url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2k0Kna66eRxxtDjqsue5mHG0j8L/ git_describe: v6.1.102-442-g5ad01ec1b787 git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git_sha: 5ad01ec1b7877a0e30c018e28e3909f96dbcef8d git_short_log: 5ad01ec1b787 ("Linux 6.1.103-rc2") compiler{'name': 's390x-linux-gnu-gcc', 'version': '13', 'version_full': 's390x-linux-gnu-gcc (Debian 13.2.0-12) 13.2.0'} -- Linaro LKFT https://lkft.linaro.org