Re: [PATCH 5.15 000/207] 5.15.185-rc1 review

From: Ron Economos
Date: Tue Jun 03 2025 - 03:01:14 EST


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-rc1.gz
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.