diff options
author | Sathvika Vasireddy <[email protected]> | 2022-11-14 23:27:42 +0530 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-11-15 20:11:47 +1100 |
commit | 8d0c21b50655bfe136a76cf384495ba1f9c87224 (patch) | |
tree | 9f6f457a317fbcd9b7819d391864d5f836de185e /scripts/generate_rust_analyzer.py | |
parent | 29a011fc79e625b2b02f25262657f7c4c59ae9f7 (diff) |
powerpc: Curb objtool unannotated intra-function call warnings
objtool throws the following unannotated intra-function call warnings:
arch/powerpc/kernel/entry_64.o: warning: objtool: .text+0x4: unannotated intra-function call
arch/powerpc/kvm/book3s_hv_rmhandlers.o: warning: objtool: .text+0xe64: unannotated intra-function call
arch/powerpc/kvm/book3s_hv_rmhandlers.o: warning: objtool: .text+0xee4: unannotated intra-function call
Fix these warnings by annotating intra-function calls, using
ANNOTATE_INTRA_FUNCTION_CALL macro, to indicate that the branch targets
are valid.
Tested-by: Naveen N. Rao <[email protected]>
Reviewed-by: Naveen N. Rao <[email protected]>
Reviewed-by: Christophe Leroy <[email protected]>
Acked-by: Josh Poimboeuf <[email protected]>
Signed-off-by: Sathvika Vasireddy <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions