On 2/9/26 06:23, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.200 release. There are 75 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, 11 Feb 2026 14:22:44 +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.200-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
There's a build warning on RISC-V.
arch/riscv/kernel/probes/uprobes.c: In function 'arch_uprobe_copy_ixol': arch/riscv/kernel/probes/uprobes.c:164:23: warning: unused variable 'start' [-Wunused-variable] 164 | unsigned long start = (unsigned long)dst; | ^~~~~
I've sent a fixup patch.
https://lore.kernel.org/lkml/20260210100148.3674334-1-re@w6rz.net/T/#u