RE: [PATCH v2 1/3] x86/mce/inject: Remove call to mce_notify_irq()

From: Zhuo, Qiuxu
Date: Tue Feb 11 2025 - 07:37:40 EST


> From: Nikolay Borisov <nik.borisov@xxxxxxxx>
> [...]
> >> +static int mce_notify_irq(void)
> >
> > Why make mce_notify_irq() return an int?
>
>
> Pff... because I based my patches off master and not tip, which has it as
> bool...

The return type of this function has been "bool" since mainline v6.14-rc1.
It's better to rebase the patch on top of the new version.

-Qiuxu