aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/um_arch.c
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2023-06-22 15:36:50 +0200
committerPeter Zijlstra <peterz@infradead.org>2023-07-10 09:52:23 +0200
commitbe0fffa5ca894a971a31c5e28aa77b633a97d1dc (patch)
treefb8c2146f3ff9ab43b62294f04138b47dd590f8a /arch/um/kernel/um_arch.c
parent0479a42d4c15bd554f54d89d12bf68218e3e70da (diff)
downloadlinux-be0fffa5ca894a971a31c5e28aa77b633a97d1dc.tar.gz
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/um/kernel/um_arch.c')
-rw-r--r--arch/um/kernel/um_arch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c
index 918fed7ad4d8af..b1bfed0c85288f 100644
--- a/arch/um/kernel/um_arch.c
+++ b/arch/um/kernel/um_arch.c
@@ -437,7 +437,7 @@ void __init arch_cpu_finalize_init(void)
os_check_bugs();
}
-void apply_ibt_endbr(s32 *start, s32 *end)
+void apply_seal_endbr(s32 *start, s32 *end)
{
}