On Tue, 15 Jul 2025 at 19:21, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.10.240 release. There are 208 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, 17 Jul 2025 13:07:32 +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.10.240-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.10.y and the diffstat can be found below.
thanks,
greg k-h
The following build regressions are noticed on the stable -rc 5.10.240-rc1 with gcc-12 and clang-20 toolchains for the arm, arm64, powerpc and s390.
First seen on the tag 5.10.240-rc1. Good: 5.10.239 Bad: 5.10.240-rc1
Regression Analysis: - New regression? Yes - Reproducibility? Yes
Build regression: arm arm64 powerpc s390 drivers base cpu.c undefined reference to `cpu_show_tsa'
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
## Build log drivers/clk/qcom/clk-rpmh.c: In function 'clk_rpmh_bcm_send_cmd': include/linux/minmax.h:20:35: warning: comparison of distinct pointer types lacks a cast 20 | (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) | ^~ include/linux/minmax.h:26:18: note: in expansion of macro '__typecheck' 26 | (__typecheck(x, y) && __no_side_effects(x, y)) | ^~~~~~~~~~~ include/linux/minmax.h:36:31: note: in expansion of macro '__safe_cmp' 36 | __builtin_choose_expr(__safe_cmp(x, y), \ | ^~~~~~~~~~ include/linux/minmax.h:45:25: note: in expansion of macro '__careful_cmp' 45 | #define min(x, y) __careful_cmp(x, y, <) | ^~~~~~~~~~~~~ drivers/clk/qcom/clk-rpmh.c:273:21: note: in expansion of macro 'min' 273 | cmd_state = min(cmd_state, BCM_TCS_CMD_VOTE_MASK); | ^~~ aarch64-linux-gnu-ld: drivers/base/cpu.o:(.data+0x178): undefined reference to `cpu_show_tsa' make[1]: *** [Makefile:1226: vmlinux] Error 1
## Source * Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * Project: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10.... * Git describe: v5.10.239-209-g5baac0406819 * kernel version: 5.10.240-rc1 * Architectures: arm arm64 powerpc s390 * Toolchains: clang-20 gcc-12 * Kconfigs: defconfig
## Build * Test details: https://qa-reports.linaro.org/api/testruns/29133328/log_file/ * Test run: https://regressions.linaro.org/lkft/linux-stable-rc-linux-5.10.y/v5.10.239-2... * Test plan: https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/builds/2zuksckfjh... * Build link: https://storage.tuxsuite.com/public/linaro/lkft/builds/2zuksckfjhEl6lBDDB8nn... * Kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2zuksckfjhEl6lBDDB8nn...
## Steps to reproduce * tuxmake --runtime podman --target-arch arm64 --toolchain gcc-12 --kconfig defconfig
-- Linaro LKFT https://lkft.linaro.org