diff options
author | Josh Poimboeuf <[email protected]> | 2019-07-17 20:36:37 -0500 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2019-07-18 21:01:03 +0200 |
commit | d99a6ce70ec6ed990b74bd4e34232fd830d20d27 (patch) | |
tree | 65d5441e5695f5fc25e8b56f74b85d8b3d079186 /net/lapb/lapb_timer.c | |
parent | 083db6764821996526970e42d09c1ab2f4155dd4 (diff) |
x86/kvm: Fix fastop function ELF metadata
Some of the fastop functions, e.g. em_setcc(), are actually just used as
global labels which point to blocks of functions. The global labels are
incorrectly annotated as functions. Also the functions themselves don't
have size annotations.
Fixes a bunch of warnings like the following:
arch/x86/kvm/emulate.o: warning: objtool: seto() is missing an ELF size annotation
arch/x86/kvm/emulate.o: warning: objtool: em_setcc() is missing an ELF size annotation
arch/x86/kvm/emulate.o: warning: objtool: setno() is missing an ELF size annotation
arch/x86/kvm/emulate.o: warning: objtool: setc() is missing an ELF size annotation
Signed-off-by: Josh Poimboeuf <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/c8cc9be60ebbceb3092aa5dd91916039a1f88275.1563413318.git.jpoimboe@redhat.com
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions