On Tue, Aug 26, 2025 at 02:35:03PM +0200, Borislav Petkov wrote: > On Mon, Aug 25, 2025 at 05:33:02PM +0000, Yazen Ghannam wrote: > > From: Borislav Petkov <bp@xxxxxxx> > > > > Unify the bank preparation into __mcheck_cpu_init_clear_banks(), rename > > that function to what it does now - prepares banks. Do this so that > > generic and vendor banks init goes first so that settings done during > > that init can take effect before the first bank polling takes place. > > > > Move __mcheck_cpu_check_banks() into __mcheck_cpu_init_prepare_banks() > > as it already loops over the banks. > > > > The MCP_DONTLOG flag is no longer needed, since the MCA polling function > > is now called only if boot-time logging should be done. > > > > Signed-off-by: Borislav Petkov <bp@xxxxxxx> > > Yeah, when you send someone else's patch, you need to add your SOB underneath. > I'll add it now. Thanks. Sorry I didn't think of it that way, since it was posted to the mailing list and I was just including it. I was thinking SOB was for submitting on another person's behalf. But I see how any inclusion counts: "Any further SoBs (Signed-off-by:'s) following the author's SoB are from people handling and transporting the patch..." Thanks again. -Yazen