-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libbpf to 2024-03-25 snapshot
Update the libbpf submodule to upstream commit 20ea95b4505c ("ci: sync DENYLISTs with BPF CI") to get the latest fixes pertaining struct_ops functionality. Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information
Showing
2 changed files
with
54 additions
and
5 deletions.
There are no files selected for viewing
Submodule libbpf
updated
16 files
+75,631 −74,779 | .github/actions/build-selftests/vmlinux.h | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+0 −129 | ci/diffs/0001-selftests-bpf-test-case-for-callback_depth-states-pr.patch | |
+14 −0 | ci/vmtest/configs/DENYLIST | |
+1 −0 | ci/vmtest/configs/DENYLIST-latest | |
+13 −0 | ci/vmtest/configs/DENYLIST-latest.s390x | |
+18 −2 | include/uapi/linux/bpf.h | |
+20 −0 | include/uapi/linux/netdev.h | |
+14 −2 | src/bpf.c | |
+9 −0 | src/bpf.h | |
+2 −0 | src/bpf_helpers.h | |
+282 −40 | src/libbpf.c | |
+12 −1 | src/libbpf.h | |
+2 −0 | src/libbpf.map | |
+7 −0 | src/libbpf_probes.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters