mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv
Add missing sys_nanosleep name for RISC-V, which is used by some tests
(e.g. attach_probe).
Fixes: 08d0ce30e0
("riscv: Implement syscall wrappers")
Signed-off-by: Björn Töpel <bjorn@rivosinc.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
Link: https://lore.kernel.org/bpf/20231004110905.49024-4-bjorn@kernel.org
This commit is contained in:
parent
0f2692ee43
commit
b55b775f03
@ -417,6 +417,8 @@ int get_bpf_max_tramp_links(void);
|
||||
#define SYS_NANOSLEEP_KPROBE_NAME "__s390x_sys_nanosleep"
|
||||
#elif defined(__aarch64__)
|
||||
#define SYS_NANOSLEEP_KPROBE_NAME "__arm64_sys_nanosleep"
|
||||
#elif defined(__riscv)
|
||||
#define SYS_NANOSLEEP_KPROBE_NAME "__riscv_sys_nanosleep"
|
||||
#else
|
||||
#define SYS_NANOSLEEP_KPROBE_NAME "sys_nanosleep"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user