-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodules: update bpftool and libbpf submodule references
Bringing the latest and greatest versions of libbpf and bpftool. Closes: #226 Signed-off-by: Andrii Nakryiko <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bpftool
updated
62 files
Submodule libbpf
updated
12 files
+81,139 −81,821 | .github/actions/build-selftests/vmlinux.h | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+10 −0 | docs/program_types.rst | |
+25 −4 | include/uapi/linux/bpf.h | |
+11 −4 | src/bpf_helper_defs.h | |
+0 −2 | src/bpf_tracing.h | |
+131 −12 | src/elf.c | |
+168 −30 | src/libbpf.c | |
+73 −0 | src/libbpf.h | |
+7 −0 | src/libbpf.map | |
+72 −13 | src/ringbuf.c |