On Thu, Jul 23, 2020 at 10:40 PM Martin KaFai Lau <kafai@xxxxxx> wrote: > > On Thu, Jul 23, 2020 at 11:47:40PM -0500, YiFei Zhu wrote: > > > > This patch set introduces a significant change to the semantics of > > CGROUP_STORAGE map type. Instead of each storage being tied to one > > single attachment, it is shared across different attachments to > > the same cgroup, and persists until either the map or the cgroup > > attached to is being freed. > > > > YiFei Zhu (5): > > selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches > > selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs > > bpf: Make cgroup storages shared between programs on the same cgroup > > selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress > > Documentation/bpf: Document CGROUP_STORAGE map type > Acked-by: Martin KaFai Lau <kafai@xxxxxx> Applied. Thanks