]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2b1ef13e3c737f8506be96a0c2756527417f9ed
tree8ba2bf230c803b9f1cb80f6648c1dc256f2c94ee
parent1e8679d11e30608cf4dc986aca888ec908a5256b
x86/mce: Annotate mce_rd/wrmsrl() with noinstr

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

Commit

  6371643d2f3b ("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