aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/linux
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2024-11-28 10:38:54 +0100
committerPeter Zijlstra <peterz@infradead.org>2024-12-02 12:01:41 +0100
commitbf5febebd99fddfc6226a94e937d38a8d470b24e (patch)
treeea63117bcc22e5ca7ef9bcc8fc06c44c93971a85 /tools/include/linux
parentobjtool: Convert ANNOTATE_NOENDBR to ANNOTATE (diff)
downloadlinux-rng-bf5febebd99fddfc6226a94e937d38a8d470b24e.tar.xz
linux-rng-bf5febebd99fddfc6226a94e937d38a8d470b24e.zip
objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Josh Poimboeuf <jpoimboe@kernel.org> Link: https://lore.kernel.org/r/20241128094311.145275669@infradead.org
Diffstat (limited to 'tools/include/linux')
-rw-r--r--tools/include/linux/objtool_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/linux/objtool_types.h b/tools/include/linux/objtool_types.h
index 4884f8cf8429..1b348361ad1d 100644
--- a/tools/include/linux/objtool_types.h
+++ b/tools/include/linux/objtool_types.h
@@ -58,5 +58,6 @@ struct unwind_hint {
* Annotate types
*/
#define ANNOTYPE_NOENDBR 1
+#define ANNOTYPE_RETPOLINE_SAFE 2
#endif /* _LINUX_OBJTOOL_TYPES_H */