-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
780e8ef
commit 1954565
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule libbpf
updated
18 files
+5 −0 | .github/actions/build-selftests/action.yml | |
+6 −7 | .github/actions/build-selftests/build_selftests.sh | |
+2,449 −1,269 | .github/actions/build-selftests/vmlinux.h | |
+6 −0 | .github/actions/vmtest/action.yml | |
+5 −5 | .github/workflows/test.yml | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+1 −0 | ci/vmtest/configs/DENYLIST | |
+2 −0 | ci/vmtest/run_selftests.sh | |
+9 −0 | include/uapi/linux/bpf.h | |
+4 −0 | include/uapi/linux/if_xdp.h | |
+4 −2 | include/uapi/linux/perf_event.h | |
+2 −2 | src/Makefile | |
+4 −0 | src/btf.c | |
+5 −3 | src/btf_dump.c | |
+1 −1 | src/btf_relocate.c | |
+3 −0 | src/elf.c | |
+32 −43 | src/libbpf.c |