]> git.ipfire.org Git - thirdparty/linux.git/commit
x86,objtool: Introduce ORC_TYPE_*
authorJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 1 Mar 2023 15:13:10 +0000 (07:13 -0800)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 23 Mar 2023 22:18:57 +0000 (23:18 +0100)
commitf902cfdd46aedd2afb3e8033223312dbf5fbb675
treee2670bfb2354a145170392537ae3bf8632eaf345
parentd88ebba45dfe67114a6ac8c6514f2c65b6ed64c7
x86,objtool: Introduce ORC_TYPE_*

Unwind hints and ORC entry types are two distinct things.  Separate them
out more explicitly.

Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/cc879d38fff8a43f8f7beb2fd56e35a5a384d7cd.1677683419.git.jpoimboe@kernel.org
arch/x86/include/asm/orc_types.h
arch/x86/kernel/unwind_orc.c
include/linux/objtool_types.h
tools/arch/x86/include/asm/orc_types.h
tools/include/linux/objtool_types.h
tools/objtool/orc_dump.c
tools/objtool/orc_gen.c