-
Notifications
You must be signed in to change notification settings - Fork 4
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
1954565
commit b3a7a7b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule libbpf
updated
31 files
+9,916 −4,738 | .github/actions/build-selftests/vmlinux.h | |
+1 −1 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/cifuzz.yml | |
+0 −3 | .github/workflows/test.yml | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+58 −0 | ci/diffs/0003-selftests-bpf-Fix-uprobe-consumer-test.patch | |
+26 −4 | docs/program_types.rst | |
+18 −18 | include/uapi/linux/bpf.h | |
+13 −0 | include/uapi/linux/netdev.h | |
+2 −2 | src/bpf.h | |
+1 −0 | src/bpf_gen_internal.h | |
+16 −11 | src/bpf_helper_defs.h | |
+2 −1 | src/bpf_helpers.h | |
+16 −9 | src/bpf_tracing.h | |
+223 −61 | src/btf.c | |
+4 −1 | src/btf.h | |
+4 −4 | src/btf_dump.c | |
+1 −1 | src/btf_relocate.c | |
+135 −52 | src/gen_loader.c | |
+10 −10 | src/hashmap.h | |
+109 −68 | src/libbpf.c | |
+13 −5 | src/libbpf.h | |
+3 −0 | src/libbpf.map | |
+41 −2 | src/libbpf_internal.h | |
+2 −2 | src/libbpf_legacy.h | |
+70 −18 | src/linker.c | |
+1 −1 | src/relo_core.c | |
+3 −2 | src/skel_internal.h | |
+1 −1 | src/usdt.bpf.h | |
+1 −1 | src/zip.c |