objtool,efi: Update __efi64_thunk annotation
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2090231 commit 537da1ed Author: Peter Zijlstra <peterz@infradead.org> Date: Tue, 8 Mar 2022 16:30:15 +0100 objtool,efi: Update __efi64_thunk annotation The current annotation relies on not running objtool on the file; this won't work when running objtool on vmlinux.o. Instead explicitly mark __efi64_thunk() to be ignored. This preserves the status quo, which is somewhat unfortunate. Luckily this code is hardly ever used. Signed-off-by:Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by:
Josh Poimboeuf <jpoimboe@redhat.com> Link: https://lore.kernel.org/r/20220308154317.402118218@infradead.org Signed-off-by:
Waiman Long <longman@redhat.com>
Please register or sign in to comment