Hi!
This is the start of the stable review cycle for the 5.10.238 release. There are 270 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.
We see build problem on risc-v:
drivers/clocksource/timer-riscv.c: In function 'riscv_timer_dying_cpu': 1932 drivers/clocksource/timer-riscv.c:82:2: error: implicit declaration of function 'riscv_clock_event_stop' [-Werror=implicit-function-declaration] 1933 82 | riscv_clock_event_stop(); 1934 | ^~~~~~~~~~~~~~~~~~~~~~ 1935 CC fs/namei.o 1936 CC net/sunrpc/rpcb_clnt.o 1937 cc1: some warnings being treated as errors 1938 make[2]: *** [scripts/Makefile.build:286: drivers/clocksource/timer-riscv.o] Error 1 1939 make[1]: *** [scripts/Makefile.build:503: drivers/clocksource] Error 2 1940 make[1]: *** Waiting for unfinished jobs....
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/18...
Huh. And on arm....?
drivers/clocksource/timer-riscv.c: In function 'riscv_timer_dying_cpu': 2053 drivers/clocksource/timer-riscv.c:82:2: error: implicit declaration of function 'riscv_clock_event_stop' [-Werror=implicit-function-declaration] 2054 82 | riscv_clock_event_stop(); 2055 | ^~~~~~~~~~~~~~~~~~~~~~ 2056 CC drivers/mmc/core/slot-gpio.o 2057 CC drivers/crypto/virtio/virtio_crypto_core.o 2058 CC drivers/firmware/efi/libstub/lib-cmdline.o 2059 cc1: some warnings being treated as errors
Best regards, Pavel