x86/mce: Annotate mce_rd/wrmsrl() with noinstr
authorBorislav Petkov <bp@suse.de>
Mon, 14 Sep 2020 17:21:28 +0000 (19:21 +0200)
committerBorislav Petkov <bp@suse.de>
Fri, 18 Sep 2020 13:21:11 +0000 (15:21 +0200)
commite100777016fdf6ec3a9d7c1773b15a2b5eca6c55
tree8ba2bf230c803b9f1cb80f6648c1dc256f2c94ee
parentdc0592b73715c8e84ad8ebbc50c6057d5e203aac
x86/mce: Annotate mce_rd/wrmsrl() with noinstr

They do get called from the #MC handler which is already marked
"noinstr".

Commit

  e2def7d49d08 ("x86/mce: Make mce_rdmsrl() panic on an inaccessible MSR")

already got rid of the instrumentation in the MSR accessors, fix the
annotation now too, in order to get rid of:

  vmlinux.o: warning: objtool: do_machine_check()+0x4a: call to mce_rdmsrl() leaves .noinstr.text section

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200915194020.28807-1-bp@alien8.de
arch/x86/kernel/cpu/mce/core.c