diff options
author | Yonghong Song <yhs@fb.com> | 2018-04-29 19:27:48 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2018-04-29 20:36:53 -0700 |
commit | 34745aed515c1d6040110ff82378056533518eb6 (patch) | |
tree | bdd6bbae3a8616d5a53f4299932aceecf61f5921 /kernel/bpf/syscall.c | |
parent | 7ef3771205302a71a8bb4a2286ef98e5cade5d1a (diff) | |
download | linux-34745aed515c1d6040110ff82378056533518eb6.tar.bz2 |
samples/bpf: fix kprobe attachment issue on x64
Commit d5a00528b58c ("syscalls/core, syscalls/x86: Rename
struct pt_regs-based sys_*() to __x64_sys_*()") renamed a lot
of syscall function sys_*() to __x64_sys_*().
This caused several kprobe based samples/bpf tests failing.
This patch fixed the problem in bpf_load.c.
For x86_64 architecture, function name __x64_sys_*() will be
first used for kprobe event creation. If the creation is successful,
it will be used. Otherwise, function name sys_*() will be used
for kprobe event creation.
Fixes: d5a00528b58c ("syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys_*()")
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel/bpf/syscall.c')
0 files changed, 0 insertions, 0 deletions