On Mon, 23 Mar 2026 14:39:56 +0100 Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.12.78 release. There are 460 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, 25 Mar 2026 13:44:33 +0000. Anything received after that time might be too late.
Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested for loongarch64:
Tested-by: Miguel Ojeda ojeda@kernel.org
loongarch64 failed to build for me:
arch/loongarch/kernel/machine_kexec.c:139:13: error: static declaration of 'machine_kexec_mask_interrupts' follows non-static declaration 139 | static void machine_kexec_mask_interrupts(void) | ^ ./include/linux/irq.h:698:13: note: previous declaration is here 698 | extern void machine_kexec_mask_interrupts(void); | ^
The `static void machine_kexec_mask_interrupts(void)` for loongarch64 was not removed because it was adjusted in:
429bf3f04c24 ("LoongArch: Add machine_kexec_mask_interrupts() implementation")
which is only in 6.12.
Cc: Huacai Chen chenhuacai@loongson.cn Cc: Tianyang Zhang zhangtianyang@loongson.cn
I hope that helps!
Cheers, Miguel