Hi!
This is the start of the stable review cycle for the 5.15.196 release. There are 123 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.
Same problem as 5.10:
arch/riscv/kernel/cpufeature.c: In function 'riscv_fill_hwcap': 2328 arch/riscv/kernel/cpufeature.c:107:16: warning: unused variable 'ext_end' [-Wunused-variable] 2329 107 | const char *ext_end = isa; 2330 | ^~~~~~~ 2331 arch/riscv/kernel/cpu.c: In function 'riscv_of_processor_hartid': 2332 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] 2333 24 | *hart = (unsigned long) of_get_cpu_hwid(node, 0); 2334 | ^~~~~~~~~~~~~~~ 2335 | of_get_cpu_node 2336 CC arch/riscv/kernel/ptrace.o 2337 AR usr/built-in.a 2338 cc1: some warnings being treated as errors 2339 make[2]: *** [scripts/Makefile.build:289: arch/riscv/kernel/cpu.o] Error 1 2340 make[2]: *** Waiting for unfinished jobs
BR, Pavel