aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/netlink.c
diff options
context:
space:
mode:
authorHangbin Liu <[email protected]>2022-08-13 00:09:36 +0000
committerAndrii Nakryiko <[email protected]>2022-08-15 21:58:20 +0000
commit1f235777c3a4ab115162fe7d45b82be534b9ae2e (patch)
tree196acb4b85b5a7cd2ba7f4e70e746b0f4e79f655 /tools/lib/bpf/netlink.c
parentselftests/bpf: Update CI kconfig (diff)
downloadkernel-1f235777c3a4ab115162fe7d45b82be534b9ae2e.tar.gz
kernel-1f235777c3a4ab115162fe7d45b82be534b9ae2e.zip
libbpf: Making bpf_prog_load() ignore name if kernel doesn't support
Similar with commit 10b62d6a38f7 ("libbpf: Add names for auxiliary maps"), let's make bpf_prog_load() also ignore name if kernel doesn't support program name. To achieve this, we need to call sys_bpf_prog_load() directly in probe_kern_prog_name() to avoid circular dependency. sys_bpf_prog_load() also need to be exported in the libbpf_internal.h file. Signed-off-by: Hangbin Liu <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/lib/bpf/netlink.c')
0 files changed, 0 insertions, 0 deletions