diff options
| author | Ingo Molnar <mingo@kernel.org> | 2025-04-11 07:40:18 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-04-11 11:01:33 +0200 |
| commit | 9586ae48e785b48b8dd25136c34c8d0e3e1d2cc8 (patch) | |
| tree | 06cc7e67f2fc5c5be62bcf54b18edc7e77f98490 /arch/x86/net/bpf_jit_comp.c | |
| parent | x86/alternatives: Rename 'text_poke_bp_batch()' to 'smp_text_poke_batch_proce... (diff) | |
| download | linux-9586ae48e785b48b8dd25136c34c8d0e3e1d2cc8.tar.gz linux-9586ae48e785b48b8dd25136c34c8d0e3e1d2cc8.zip | |
x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'
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-7-mingo@kernel.org
Diffstat (limited to 'arch/x86/net/bpf_jit_comp.c')
| -rw-r--r-- | arch/x86/net/bpf_jit_comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/net/bpf_jit_comp.c b/arch/x86/net/bpf_jit_comp.c index 9e5fe2ba858f..e2b9991c3326 100644 --- a/arch/x86/net/bpf_jit_comp.c +++ b/arch/x86/net/bpf_jit_comp.c @@ -629,7 +629,7 @@ static int __bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, goto out; ret = 1; if (memcmp(ip, new_insn, X86_PATCH_SIZE)) { - text_poke_bp(ip, new_insn, X86_PATCH_SIZE, NULL); + smp_text_poke_single(ip, new_insn, X86_PATCH_SIZE, NULL); ret = 0; } out: |
