Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-04-01 | bpf: Remove now-defunct task kfuncs | David Vernet | 1 | -73/+0 |
2023-04-01 | bpf: Make struct task_struct an RCU-safe type | David Vernet | 1 | -10/+70 |
2023-03-25 | bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS | David Vernet | 1 | -3/+3 |
2023-03-13 | selftests/bpf: Add various tests to check helper access into ptr_to_btf_id. | Alexei Starovoitov | 1 | -0/+36 |
2023-03-10 | selftests/bpf: fix lots of silly mistakes pointed out by compiler | Andrii Nakryiko | 1 | -0/+1 |
2023-01-25 | bpf: Disallow NULLable pointers for trusted kfuncs | David Vernet | 1 | -2/+2 |
2023-01-23 | selftests/bpf: Use __failure macro in task kfunc testsuite | David Vernet | 1 | -0/+18 |
2022-12-14 | selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=n | Yonghong Song | 1 | -1/+1 |
2022-12-04 | bpf: Do not mark certain LSM hook arguments as trusted | Yonghong Song | 1 | -0/+11 |
2022-11-23 | selftests/bpf: Add selftests for bpf_task_from_pid() | David Vernet | 1 | -0/+13 |
2022-11-20 | bpf/selftests: Add selftests for new task kfuncs | David Vernet | 1 | -0/+260 |