On Wed, 22 Jan 2025 at 13:34, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.15.177 release. There are 127 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, 24 Jan 2025 07:38:04 +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.177-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 following build regressions noticed and reported last week and found it here again on arc, arm, mips, parisc, powerpc with gcc and clang toolchains on Linux 5.15.177-rc1 and Linux 5.15.177-rc2
Build regression: arc, arm, mips, parisc, powerpc, drivers/usb/core/port.c struct usb_device has no member named port_is_suspended
First seen on Linux (Linux 5.15.177-rc2) Good: v5.15.176 Bad: Linux 5.15.177-rc2
* arc: build: - gcc-9-axs103_defconfig - gcc-9-vdk_hs38_smp_defconfig
* arm: build: - clang-19-axm55xx_defconfig - clang-19-footbridge_defconfig - gcc-12-axm55xx_defconfig - gcc-12-footbridge_defconfig - gcc-8-axm55xx_defconfig - gcc-8-footbridge_defconfig
* mips: build: - gcc-12-ath79_defconfig - gcc-12-bcm47xx_defconfig - gcc-12-rt305x_defconfig - gcc-8-ath79_defconfig - gcc-8-bcm47xx_defconfig - gcc-8-rt305x_defconfig
* parisc: build: - gcc-11-allyesconfig - gcc-11-defconfig
* powerpc: build: - clang-19-ppc64e_defconfig - gcc-12-cell_defconfig - gcc-12-ppc64e_defconfig - gcc-8-cell_defconfig - gcc-8-ppc64e_defconfig
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Build log: ------- fs/ext4/readpage.c: In function 'ext4_mpage_readpages': fs/ext4/readpage.c:413:1: warning: the frame size of 1132 bytes is larger than 1024 bytes [-Wframe-larger-than=] 413 | } | ^ 2025/01/22 08:45:53 socat-internal[1491] W waitpid(-1, {}, WNOHANG): no child has exited fs/mpage.c: In function 'do_mpage_readpage': fs/mpage.c:336:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] 336 | } | ^ fs/mpage.c: In function '__mpage_writepage': fs/mpage.c:672:1: warning: the frame size of 1156 bytes is larger than 1024 bytes [-Wframe-larger-than=] 672 | } | ^ drivers/usb/core/port.c: In function 'usb_port_shutdown': drivers/usb/core/port.c:299:26: error: 'struct usb_device' has no member named 'port_is_suspended' 299 | if (udev && !udev->port_is_suspended) { | ^~
## Build * kernel: 5.15.177-rc2 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git commit: a38aec37d68a477d59deca3dad2b2108c482c033 * git describe: v5.15.176-124-ga38aec37d68a * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15....
metadata: --------- * Build log: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15.... * Details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15.... * build: https://storage.tuxsuite.com/public/linaro/lkft/builds/2rydJdviHEKygtIIXuzF9... * Kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2rydJdviHEKygtIIXuzF9... * Architecures: arc, arm, mips, parisc, powerpc * Toolchain version: gcc-12, gcc-11, gcc-8 and clang-19
Steps to reproduce: ------ $ tuxmake --runtime podman --target-arch arm --toolchain gcc-12 --kconfig footbridge_defconfig $ tuxmake --runtime podman --target-arch sh --toolchain gcc-11 --kconfig defconfig
-- Linaro LKFT https://lkft.linaro.org