commit | 1758abc1f5e687aeccc29dfcf2273cbcd444bdfe | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Fri Mar 31 17:49:33 2023 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Apr 01 15:01:04 2023 -0700 |
tree | 18ed0df273ad1ae0b0ac9fc339d84d153b915b22 | |
parent | b605be6cef7b73a12a3f7312cdad2d057ff4f58e [diff] |
selftests/bpf: Add a test for walking task->mm->exe_file. Add a test that demonstrates safe walking of task->mm->exe_file and passing file->f_path into bpf_d_path(). Signed-off-by: Alexei Starovoitov <ast@kernel.org>