Files
linux_media/tools/objtool
Josh Poimboeuf 55eeab2a8a objtool: Ignore exc_double_fault() __noreturn warnings
This is a hack, but it works for now.

Problem is, exc_double_fault() may or may not return, depending on
whether CONFIG_X86_ESPFIX64 is set.  But objtool has no visibility to
the kernel config.

"Fix" it by silencing the exc_double_fault() __noreturn warning.

This removes the following warning:

  vmlinux.o: warning: objtool: xenpv_exc_double_fault+0xd: exc_double_fault() is missing a __noreturn annotation

Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Link: https://lore.kernel.org/r/a45b085071d3a7d049a20f9e78754452336ecbe8.1681853186.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
2023-05-16 06:31:53 -07:00
..
2023-01-30 16:27:46 -08:00
2023-01-30 16:27:46 -08:00
2023-04-14 16:08:29 +02:00
2023-02-01 09:15:18 -08:00
2023-02-23 09:21:44 +01:00
2023-04-14 16:08:28 +02:00
2023-03-23 23:18:56 +01:00
2022-04-22 12:32:01 +02:00