Re: [PATCH v5 bpf-next 0/4] cgroup bpf auto-detachment

2019-05-28 Thread Alexei Starovoitov
On Sat, May 25, 2019 at 9:37 AM Roman Gushchin wrote: > > This patchset implements a cgroup bpf auto-detachment functionality: > bpf programs are detached as soon as possible after removal of the > cgroup, without waiting for the release of all associated resources. > > Patches 2 and 3 are require

[PATCH v5 bpf-next 0/4] cgroup bpf auto-detachment

2019-05-25 Thread Roman Gushchin
This patchset implements a cgroup bpf auto-detachment functionality: bpf programs are detached as soon as possible after removal of the cgroup, without waiting for the release of all associated resources. Patches 2 and 3 are required to implement a corresponding kselftest in patch 4. v5: 1) reb