diff options
author | 2022-04-20 13:45:49 +0200 | |
---|---|---|
committer | 2022-04-21 12:54:08 +0200 | |
commit | 5af14c29f7a0e6d1fcee44c4ed4a2d12a49c4a43 (patch) | |
tree | e10f46aa3765c51c5bbfbeac7d08abfd3f5f4799 /scripts/gdb/linux/utils.py | |
parent | x86/mm: Fix spacing within memory encryption features message (diff) | |
download | linux-dev-5af14c29f7a0e6d1fcee44c4ed4a2d12a49c4a43.tar.xz linux-dev-5af14c29f7a0e6d1fcee44c4ed4a2d12a49c4a43.zip |
x86/tdx: Annotate a noreturn function
objdump complains:
vmlinux.o: warning: objtool: __tdx_hypercall()+0x74: unreachable instruction
because __tdx_hypercall_failed() won't return but panic the guest.
Annotate that that is ok and desired.
Fixes: eb94f1b6a70a ("x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions")
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220420115025.5448-1-bp@alien8.de
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions