diff options
author | Dave Marchevsky <davemarchevsky@fb.com> | 2023-08-17 15:53:53 -0700 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2023-08-18 18:12:59 +0200 |
commit | 63ae8eb2c5b1388eeda39bc95e89e4ad906fa336 (patch) | |
tree | 4421cdd02656d6f376341fe86f52ee76354edeb5 /samples/bpf/tracex1_kern.c | |
parent | 5964a223f5e47a593c6ada9b9c54b61f04ac0a3b (diff) | |
download | linux-63ae8eb2c5b1388eeda39bc95e89e4ad906fa336.tar.gz linux-63ae8eb2c5b1388eeda39bc95e89e4ad906fa336.tar.bz2 linux-63ae8eb2c5b1388eeda39bc95e89e4ad906fa336.zip |
selftests/bpf: Add CO-RE relocs kfunc flavors tests
This patch adds selftests that exercise kfunc flavor relocation
functionality added in the previous patch. The actual kfunc defined
in kernel/bpf/helpers.c is:
struct task_struct *bpf_task_acquire(struct task_struct *p)
The following relocation behaviors are checked:
struct task_struct *bpf_task_acquire___one(struct task_struct *name)
* Should succeed despite differing param name
struct task_struct *bpf_task_acquire___two(struct task_struct *p, void *ctx)
* Should fail because there is no two-param bpf_task_acquire
struct task_struct *bpf_task_acquire___three(void *ctx)
* Should fail because, despite vmlinux's bpf_task_acquire having one param,
the types don't match
Signed-off-by: Dave Marchevsky <davemarchevsky@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: David Vernet <void@manifault.com>
Link: https://lore.kernel.org/bpf/20230817225353.2570845-2-davemarchevsky@fb.com
Diffstat (limited to 'samples/bpf/tracex1_kern.c')
0 files changed, 0 insertions, 0 deletions