Re: Re: [PATCH 6.12 000/460] 6.12.78-rc1 review
From: Greg KH
Date: Fri Mar 27 2026 - 05:19:14 EST
On Thu, Mar 26, 2026 at 09:12:22AM +0800, 陈华才 wrote:
> Hi, Greg, Sasha,
>
>
> > -----原始邮件-----
> > 发件人: "Miguel Ojeda" <ojeda@xxxxxxxxxx>
> > 发送时间:2026-03-25 08:06:00 (星期三)
> > 收件人: gregkh@xxxxxxxxxxxxxxxxxxx
> > 抄送: achill@xxxxxxxxxx, akpm@xxxxxxxxxxxxxxxxxxxx, broonie@xxxxxxxxxx, conor@xxxxxxxxxx, f.fainelli@xxxxxxxxx, hargar@xxxxxxxxxxxxx, jonathanh@xxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, linux@xxxxxxxxxxxx, lkft-triage@xxxxxxxxxxxxxxxx, patches@xxxxxxxxxxxx, patches@xxxxxxxxxxxxxxx, pavel@xxxxxxxxxxxx, rwarsow@xxxxxx, shuah@xxxxxxxxxx, sr@xxxxxxxxxxxxxxxx, stable@xxxxxxxxxxxxxxx, sudipm.mukherjee@xxxxxxxxx, torvalds@xxxxxxxxxxxxxxxxxxxx, "Miguel Ojeda" <ojeda@xxxxxxxxxx>, "Huacai Chen" <chenhuacai@xxxxxxxxxxx>, "Tianyang Zhang" <zhangtianyang@xxxxxxxxxxx>
> > 主题: Re: [PATCH 6.12 000/460] 6.12.78-rc1 review
> >
> > 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")
> Yes, 429bf3f04c24 ("LoongArch: Add machine_kexec_mask_interrupts() implementation")
> should be reverted for this version. But why you ignore Miguel's report?
Sorry, but your footer email:
> 本邮件及其附件含有龙芯中科的商业秘密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制或散发)本邮件及其附件中的信息。如果您错收本邮件,请您立即电话或邮件通知发件人并删除本邮件。
> This email and its attachments contain confidential information from Loongson Technology , which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this email in error, please notify the sender by phone or email immediately and delete it.
>
>
Caused me to miss this as my filters shove it aside :(
Anyway, my fault, I'll go take your revert now, and do a quick release
to resolve this issue, sorry about that. They "joys" of doing stable
releases while traveling at a conference at the same time...
greg k-h