diff options
| author | Song Liu <song@kernel.org> | 2023-12-06 14:40:49 -0800 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2023-12-06 17:17:20 -0800 |
| commit | 7a3d9a159b178e87306a6e989071ed9a114a1a31 (patch) | |
| tree | 1b447beb17e72ffcf7eef17b14131ef786f7d181 /kernel/bpf/bpf_struct_ops.c | |
| parent | bpf: Let bpf_prog_pack_free handle any pointer (diff) | |
| download | linux-7a3d9a159b178e87306a6e989071ed9a114a1a31.tar.gz linux-7a3d9a159b178e87306a6e989071ed9a114a1a31.zip | |
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
We are using "im" for "struct bpf_tramp_image" and "tr" for "struct
bpf_trampoline" in most of the code base. The only exception is the
prototype and fallback version of arch_prepare_bpf_trampoline(). Update
them to match the rest of the code base.
We mix "orig_call" and "func_addr" for the argument in different versions
of arch_prepare_bpf_trampoline(). s/orig_call/func_addr/g so they match.
Signed-off-by: Song Liu <song@kernel.org>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Ilya Leoshkevich <iii@linux.ibm.com> # on s390x
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20231206224054.492250-3-song@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel/bpf/bpf_struct_ops.c')
0 files changed, 0 insertions, 0 deletions
