diff options
author | Josh Poimboeuf <[email protected]> | 2017-07-27 15:56:54 -0500 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-07-28 08:33:32 +0200 |
commit | 0e2bb2bc14b3df754b0a86e87cd8923df0701a1b (patch) | |
tree | 5b8ad66eabab70d8c1360d1edaebc5af23051db8 /arch/x86/kernel/dumpstack.c | |
parent | 649ea4d5a624f061a111b1f1cb0e47cfdc3ac21b (diff) |
objtool: Skip unreachable warnings for 'alt' instructions
When a whitelisted function uses one of the ALTERNATIVE macros, it
produces false positive warnings like:
arch/x86/kvm/vmx.o: warning: objtool: .altinstr_replacement+0x0: unreachable instruction
arch/x86/kvm/svm.o: warning: objtool: .altinstr_replacement+0x6e: unreachable instruction
There's no easy way to whitelist alternative instructions, so instead
just skip any 'unreachable' warnings associated with them.
Reported-by: Arnd Bergmann <[email protected]>
Signed-off-by: Josh Poimboeuf <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/a5d0a8c60155f03b36a31fac871e12cf75f35fd0.1501188854.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'arch/x86/kernel/dumpstack.c')
0 files changed, 0 insertions, 0 deletions