On 2/9/26 06:23, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.1.163 release. There are 69 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/v6.x/stable-review/patch-6.1.163-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.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; | ^~~~~
This can fixed with the fixup patch that I sent for 6.6.121.
riscv: Replace function-like macro by static inline function
commit 0b1ac9743f3d9cfced2ac3cb9f274c0675bd4189
The cherry-pick applies cleanly.