[PATCH RFC 0/3] bpf: show attached name for progs without btf name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



With progs.debug we can get the attached name of the bpf prog which is
attached to a kernel function. But we can't get bpf progs which are
attached to others, like a cgroup, sockmap and etc. This patchset means
to extend the attached name to other types.

The member attach_func_name in struct bpf_prog_aux is renamed to
attach_name in patch #1, to avoid possible confusion. Then in patch #2
and #3 I extend the attached name to bpf progs which are attached to a
cgroup or a sockmap. If this solution is acceptable, I will extend it to
other attach types in the next step.

Yafang Shao (3):
  bpf: rename attach_func_name to attach_name
  bpf: set attached cgroup name in attach_name
  bpf: set attached sockmap id in attach_name

 include/linux/bpf.h                           |   3 +-
 kernel/bpf/bpf_iter.c                         |   2 +-
 kernel/bpf/bpf_lsm.c                          |   2 +-
 kernel/bpf/btf.c                              |   2 +-
 kernel/bpf/cgroup.c                           |   8 +
 kernel/bpf/preload/iterators/iterators.bpf.c  |   4 +-
 kernel/bpf/preload/iterators/iterators.skel.h | 488 +++++++++---------
 kernel/bpf/syscall.c                          |   2 +-
 kernel/bpf/verifier.c                         |   4 +-
 net/core/sock_map.c                           |   8 +-
 10 files changed, 276 insertions(+), 247 deletions(-)

-- 
2.17.1




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux