mbox series

[bpf-next,0/2] Fix cgroup attach flags being assigned to effective progs

Message ID 20220820120234.2121044-1-pulehui@huawei.com (mailing list archive)
Headers show
Series Fix cgroup attach flags being assigned to effective progs | expand

Message

Pu Lehui Aug. 20, 2022, 12:02 p.m. UTC
Attach flags is only valid for attached progs of this layer cgroup,
but not for effective progs.

Pu Lehui (2):
  bpf, cgroup: Fix attach flags being assigned to effective progs
  bpftool: Fix cgroup attach flags being assigned to effective progs

 kernel/bpf/cgroup.c        | 5 ++++-
 tools/bpf/bpftool/cgroup.c | 9 +++------
 2 files changed, 7 insertions(+), 7 deletions(-)