[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220218095612.52082-1-laoar.shao@gmail.com>
Date: Fri, 18 Feb 2022 09:56:09 +0000
From: Yafang Shao <laoar.shao@...il.com>
To: ast@...nel.org, daniel@...earbox.net, andrii@...nel.org,
kafai@...com, songliubraving@...com, yhs@...com,
john.fastabend@...il.com, kpsingh@...nel.org
Cc: netdev@...r.kernel.org, bpf@...r.kernel.org,
Yafang Shao <laoar.shao@...il.com>
Subject: [PATCH RFC 0/3] bpf: show attached name for progs without btf name
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
Powered by blists - more mailing lists