On Wed, Jul 03, 2024 at 11:18:15PM +0530, Naresh Kamboju wrote: > On Wed, 3 Jul 2024 at 16:20, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 5.4.279 release. > > There are 189 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, 05 Jul 2024 10:28:06 +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.4.279-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-5.4.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > The s390 builds failed on stable-rc 5.4.279-rc1 due to following build > warnings / errors. > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> > > Regressions found on s390: > > - gcc-12-defconfig > - gcc-8-defconfig-fe40093d > > > Build log: > ------ > arch/s390/include/asm/cpacf.h: In function 'cpacf_km': > arch/s390/include/asm/cpacf.h:320:29: error: storage size of 'd' isn't known > 320 | union register_pair d, s; > | ^ > arch/s390/include/asm/cpacf.h:320:32: error: storage size of 's' isn't known > 320 | union register_pair d, s; > | ^ > arch/s390/include/asm/cpacf.h:320:32: warning: unused variable 's' > [-Wunused-variable] > arch/s390/include/asm/cpacf.h:320:29: warning: unused variable 'd' > [-Wunused-variable] > 320 | union register_pair d, s; > | ^ > > Build log link, > [1] https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.278-190-gccd91126c63d/testrun/24509933/suite/build/test/gcc-12-defconfig/log > [2] https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.278-190-gccd91126c63d/testrun/24509933/suite/build/test/gcc-12-defconfig/details/ > > Build config url: > config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2ijXtfDw1Nbem1ANR1V8mLxfNeR/config > download_url: > https://storage.tuxsuite.com/public/linaro/lkft/builds/2ijXtfDw1Nbem1ANR1V8mLxfNeR/ > > metadata: > git_describe: v5.4.278-190-gccd91126c63d > git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > git_short_log: ccd91126c63d ("Linux 5.4.279-rc1") > toolchain: gcc-12 > arch: s390 Should now be fixed, thanks. greg k-h