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

2019-05-22 Thread Yonghong Song
On 5/22/19 4:20 PM, Roman Gushchin wrote: > This patchset implements a cgroup bpf auto-detachment functionality: > bpf programs are attached as soon as possible after removal of the typo here "attached" => "detached"? > cgroup, without waiting for the release of all associated resources. > >

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

2019-05-22 Thread Roman Gushchin
This patchset implements a cgroup bpf auto-detachment functionality: bpf programs are attached 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. v2: 1)