Message ID | 20231206115326.4295-1-laoar.shao@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Expand bpf_cgrp_storage to support cgroup1 non-attach case | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@kernel.org>: On Wed, 6 Dec 2023 11:53:23 +0000 you wrote: > In the current cgroup1 environment, associating operations between a cgroup > and applications in a BPF program requires storing a mapping of cgroup_id > to application either in a hash map or maintaining it in userspace. > However, by enabling bpf_cgrp_storage for cgroup1, it becomes possible to > conveniently store application-specific information in cgroup-local storage > and utilize it within BPF programs. Furthermore, enabling this feature for > cgroup1 involves minor modifications for the non-attach case, streamlining > the process. > > [...] Here is the summary with links: - [bpf-next,1/3] bpf: Enable bpf_cgrp_storage for cgroup1 non-attach case https://git.kernel.org/bpf/bpf-next/c/73d9eb340d2b - [bpf-next,2/3] selftests/bpf: Add a new cgroup helper open_classid() https://git.kernel.org/bpf/bpf-next/c/f4199271dae1 - [bpf-next,3/3] selftests/bpf: Add selftests for cgroup1 local storage https://git.kernel.org/bpf/bpf-next/c/a2c6380b17b6 You are awesome, thank you!