-
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.
Merge branch 'netdata:master' into master
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule libbpf
updated
19 files
+0 −3 | .github/PULL_REQUEST_TEMPLATE.md | |
+87,645 −86,826 | .github/actions/build-selftests/vmlinux.h | |
+2 −2 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/pahole.yml | |
+1 −0 | .mailmap | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+32 −0 | ci/diffs/0001-selftests-bpf-fix-inet_csk_accept-prototype-in-test_.patch | |
+8 −0 | docs/libbpf_overview.rst | |
+10 −5 | include/uapi/linux/bpf.h | |
+0 −123 | include/uapi/linux/fcntl.h | |
+22 −0 | include/uapi/linux/netdev.h | |
+0 −43 | include/uapi/linux/openat2.h | |
+1 −1 | src/bpf.c | |
+32 −2 | src/features.c | |
+24 −1 | src/libbpf.c | |
+4 −1 | src/libbpf.h | |
+3 −7 | src/libbpf_internal.h |