diff options
author | Feng Zhou <[email protected]> | 2023-05-06 11:15:45 +0800 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2023-05-06 13:56:38 -0700 |
commit | 49e0263ab40f15a11cefa397bb17a0204505cead (patch) | |
tree | 0aa9ef72877daa223b52b9856933342d9172b401 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | b5ad4cdc46c7d6e7f8d2c9e24b6c9a1edec95154 (diff) |
selftests/bpf: Add testcase for bpf_task_under_cgroup
test_progs:
Tests new kfunc bpf_task_under_cgroup().
The bpf program saves the new task's pid within a given cgroup to
the remote_pid, which is convenient for the user-mode program to
verify the test correctness.
The user-mode program creates its own mount namespace, and mounts the
cgroupsv2 hierarchy in there, call the fork syscall, then check if
remote_pid and local_pid are unequal.
Signed-off-by: Feng Zhou <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions