Re: [patch V4 part 4 22/24] x86/mce: Address objtools noinstr complaints

From: Andy Lutomirski
Date: Fri May 15 2020 - 01:40:25 EST


On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Mark the relevant functions noinstr, use the plain non-instrumented MSR
> accessors. The only odd part is the instr_begin()/end() pair around the
> indirect machine_check_vector() call as objtool can't figure that out. The
> possible invoked functions are annotated correctly.

Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>