On Tue, Jun 03, 2025 at 12:00:16AM -0700, Ron Economos wrote:
On 6/2/25 06:46, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.185 release. There are 207 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 Wed, 04 Jun 2025 13:42:20 +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.185-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
Build failure on RISC-V.
drivers/clocksource/timer-riscv.c: In function 'riscv_timer_dying_cpu': drivers/clocksource/timer-riscv.c:82:9: error: implicit declaration of function 'riscv_clock_event_stop' [-Werror=implicit-function-declaration] 82 | riscv_clock_event_stop(); | ^~~~~~~~~~~~~~~~~~~~~~
Caused by the patch "clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug" commit 60a72ebfdd28510eee8f53a7aadecca1349d4603
The function riscv_clock_event_stop() wasn't added until v6.7-rc1, so this patch should be dropped.
Thanks for letting me know, now dropped from 5.10.y and 5.15.y
greg k-h