Re: [PATCH 4/4] x86/mce: Get rid of the ->quirk_no_way_out() indirect call

From: Yazen Ghannam
Date: Thu Sep 23 2021 - 10:52:04 EST


On Fri, Sep 17, 2021 at 12:53:55PM +0200, Borislav Petkov wrote:
> From: Borislav Petkov <bp@xxxxxxx>
>
> Use a flag setting to call the only quirk function for that.
>

I'd like to add another quirk function. First revision here:
https://lkml.kernel.org/r/20210504174712.27675-2-Yazen.Ghannam@xxxxxxx

Do you recommend this create another quirk flag and follow this patch? Or
should the quirks be grouped together somehow?

Thanks,
Yazen