Skip to content

Commit

Permalink
libbpf: bump to v1.4.0 (20ea95b) (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan authored Apr 2, 2024
1 parent d37a026 commit 3b66f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbpf
Submodule libbpf updated 42 files
+2 −0 .github/actions/build-selftests/prepare_selftests-4.9.0.sh
+2 −0 .github/actions/build-selftests/prepare_selftests-5.5.0.sh
+81,280 −81,311 .github/actions/build-selftests/vmlinux.h
+17 −0 .github/actions/vmtest/action.yml
+0 −16 .github/workflows/test.yml
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+1 −1 README.md
+0 −89 ci/diffs/0001-selftests-bpf-xskxceiver-ksft_print_msg-fix-format-t.patch
+56 −0 ci/diffs/0002-xdp-bonding-Fix-feature-flags-when-there-are-no-slav.patch
+1 −0 ci/vmtest/configs/ALLOWLIST-5.5.0
+14 −0 ci/vmtest/configs/DENYLIST
+4 −0 ci/vmtest/configs/DENYLIST-latest
+13 −0 ci/vmtest/configs/DENYLIST-latest.s390x
+8 −0 include/linux/filter.h
+2 −0 include/linux/kernel.h
+134 −9 include/uapi/linux/bpf.h
+3 −0 include/uapi/linux/fcntl.h
+1 −0 include/uapi/linux/if_link.h
+55 −6 include/uapi/linux/if_xdp.h
+98 −2 include/uapi/linux/netdev.h
+13 −0 include/uapi/linux/perf_event.h
+0 −47 include/uapi/linux/pkt_cls.h
+0 −109 include/uapi/linux/pkt_sched.h
+2 −2 src/Makefile
+49 −9 src/bpf.c
+74 −14 src/bpf.h
+84 −8 src/bpf_core_read.h
+214 −214 src/bpf_helper_defs.h
+7 −0 src/bpf_helpers.h
+36 −7 src/btf.c
+3 −4 src/elf.c
+583 −0 src/features.c
+1,185 −743 src/libbpf.c
+32 −2 src/libbpf.h
+9 −2 src/libbpf.map
+78 −5 src/libbpf_internal.h
+16 −3 src/libbpf_probes.c
+1 −1 src/libbpf_version.h
+24 −5 src/linker.c
+2 −2 src/netlink.c
+3 −0 src/str_error.h

0 comments on commit 3b66f81

Please sign in to comment.