netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] bpf: show attached name for progs without btf name
@ 2022-02-18  9:56 Yafang Shao
  2022-02-18  9:56 ` [PATCH RFC 1/3] bpf: rename attach_func_name to attach_name Yafang Shao
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Yafang Shao @ 2022-02-18  9:56 UTC (permalink / raw)
  To: ast, daniel, andrii, kafai, songliubraving, yhs, john.fastabend,
	kpsingh
  Cc: netdev, bpf, Yafang Shao

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-02-22  8:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-18  9:56 [PATCH RFC 0/3] bpf: show attached name for progs without btf name Yafang Shao
2022-02-18  9:56 ` [PATCH RFC 1/3] bpf: rename attach_func_name to attach_name Yafang Shao
2022-02-18  9:56 ` [PATCH RFC 2/3] bpf: set attached cgroup name in attach_name Yafang Shao
2022-02-19 18:27   ` Alexei Starovoitov
2022-02-20 14:17     ` Yafang Shao
2022-02-20 20:59       ` Alexei Starovoitov
2022-02-21  2:33         ` Yafang Shao
2022-02-21 14:26         ` Yafang Shao
2022-02-22  4:30           ` Alexei Starovoitov
2022-02-22  8:34             ` Yafang Shao
2022-02-18  9:56 ` [PATCH RFC 3/3] bpf: set attached sockmap id " Yafang Shao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).