diff options
author | Andrii Nakryiko <[email protected]> | 2020-07-31 11:28:26 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2020-08-01 20:38:28 -0700 |
commit | 73b11c2ab072d5b0599d1e12cc126f55ee306daf (patch) | |
tree | 0b005d7d70f073d7d908e0d2a1fb263405f3971b /tools/testing/selftests/bpf/prog_tests/queue_stack_map.c | |
parent | 4939b2847d26c025e2e2118744226967f239a1ac (diff) |
bpf: Add support for forced LINK_DETACH command
Add LINK_DETACH command to force-detach bpf_link without destroying it. It has
the same behavior as auto-detaching of bpf_link due to cgroup dying for
bpf_cgroup_link or net_device being destroyed for bpf_xdp_link. In such case,
bpf_link is still a valid kernel object, but is defuncts and doesn't hold BPF
program attached to corresponding BPF hook. This functionality allows users
with enough access rights to manually force-detach attached bpf_link without
killing respective owner process.
This patch implements LINK_DETACH for cgroup, xdp, and netns links, mostly
re-using existing link release handling code.
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Song Liu <[email protected]>
Acked-by: John Fastabend <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/queue_stack_map.c')
0 files changed, 0 insertions, 0 deletions