commit | 83a399988a411e5be20a4a6fbe8f29819c3f7537 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Fri Mar 31 17:51:03 2023 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Apr 01 15:01:04 2023 -0700 |
tree | f9b2d30918773fd73b2b004acfc57f201f0905a7 | |
parent | 1758abc1f5e687aeccc29dfcf2273cbcd444bdfe [diff] |
bpf: Allowlist fields similar to __rcu tag. Allow bpf program access task->mm, mm->exe_file, skb->sk, req->sk. Signed-off-by: Alexei Starovoitov <ast@kernel.org>