summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/ibt.h
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2023-06-22 16:36:50 +0300
committerPeter Zijlstra <peterz@infradead.org>2023-07-10 10:52:23 +0300
commitbe0fffa5ca894a971a31c5e28aa77b633a97d1dc (patch)
treefb8c2146f3ff9ab43b62294f04138b47dd590f8a /arch/x86/include/asm/ibt.h
parent0479a42d4c15bd554f54d89d12bf68218e3e70da (diff)
downloadlinux-be0fffa5ca894a971a31c5e28aa77b633a97d1dc.tar.xz
x86/alternative: Rename apply_ibt_endbr()
The current name doesn't reflect what it does very well. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Kees Cook <keescook@chromium.org> Reviewed-by: Sami Tolvanen <samitolvanen@google.com> Link: https://lkml.kernel.org/r/20230622144321.427441595%40infradead.org
Diffstat (limited to 'arch/x86/include/asm/ibt.h')
-rw-r--r--arch/x86/include/asm/ibt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/ibt.h b/arch/x86/include/asm/ibt.h
index baae6b4fea23..1e59581d500c 100644
--- a/arch/x86/include/asm/ibt.h
+++ b/arch/x86/include/asm/ibt.h
@@ -34,7 +34,7 @@
/*
* Create a dummy function pointer reference to prevent objtool from marking
* the function as needing to be "sealed" (i.e. ENDBR converted to NOP by
- * apply_ibt_endbr()).
+ * apply_seal_endbr()).
*/
#define IBT_NOSEAL(fname) \
".pushsection .discard.ibt_endbr_noseal\n\t" \