Hi!
This is the start of the stable review cycle for the 5.10.246 release. There are 332 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.
I'm seeing failures on risc-v:
arch/riscv/kernel/cpu.c: In function 'riscv_of_processor_hartid': 2246 arch/riscv/kernel/cpu.c:24:26: error: implicit declaration of function 'of_get_cpu_hwid'; did you mean 'of_get_cpu_node'? [-Werror=implicit-function-declaration] 2247 24 | *hart = (unsigned long) of_get_cpu_hwid(node, 0); 2248 | ^~~~~~~~~~~~~~~ 2249 | of_get_cpu_node 2250 arch/riscv/kernel/cpufeature.c: In function 'riscv_fill_hwcap': 2251 arch/riscv/kernel/cpufeature.c:107:16: warning: unused variable 'ext_end' [-Wunused-variable] 2252 107 | const char *ext_end = isa; 2253 | ^~~~~~~ 2254 cc1: some warnings being treated as errors 2255 make[2]: *** [scripts/Makefile.build:286: arch/riscv/kernel/cpu.o] Error 1 2256 make[2]: *** Waiting for unfinished jobs....
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1187064... https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/21...
Best regards, Pavel