Re: [PATCH 6.12 000/460] 6.12.78-rc1 review
From: Miguel Ojeda
Date: Tue Mar 24 2026 - 20:06:31 EST
On Mon, 23 Mar 2026 14:39:56 +0100 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxx>
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@xxxxxxxxxxx>
Cc: Tianyang Zhang <zhangtianyang@xxxxxxxxxxx>
I hope that helps!
Cheers,
Miguel