x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_handler()'
authorIngo Molnar <mingo@kernel.org>
Fri, 11 Apr 2025 05:40:19 +0000 (07:40 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 11 Apr 2025 09:01:33 +0000 (11:01 +0200)
commit5236b6a0fe921f5de53b8eeea2d8fdd6d643dd7f
tree6fcd8c2e024205756396b31f51bf3ce87eee9dbd
parent9586ae48e785b48b8dd25136c34c8d0e3e1d2cc8
x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_handler()'

All related functions in this subsystem already have a
text_poke_int3_ prefix - add it to the trap handler
as well.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Juergen Gross <jgross@suse.com>
Cc: "H . Peter Anvin" <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250411054105.2341982-8-mingo@kernel.org
arch/x86/include/asm/text-patching.h
arch/x86/kernel/alternative.c
arch/x86/kernel/traps.c