Skip to content

Commit 63c1a37

Browse files
committed
sync: Pull latest bpftool changes from kernel
Syncing latest bpftool commits from kernel repository. Baseline bpf-next commit: 25601e85441dd91cf7973b002f27af4c5b8691ea Checkpoint bpf-next commit: 9325d53fe9adff354b6a93fda5f38c165947da0f Baseline bpf commit: 0c2623cef4f49e1ef6a908a389eea86130d11057 Checkpoint bpf commit: b4432656b36e5cc1d50a1f2dc15357543add530e Anton Protopopov (1): bpf: Fix a comment describing bpf_attr Jiri Olsa (2): bpf: Add support to retrieve ref_ctr_offset for uprobe perf link bpftool: Display ref_ctr_offset for uprobe link info Martin KaFai Lau (1): bpftool: Fix cgroup command to only show cgroup bpf programs Namhyung Kim (1): tools headers: Update the uapi/linux/perf_event.h copy with the kernel sources Paul Chaignon (2): bpf: Clarify role of BPF_F_RECOMPUTE_CSUM bpf: Clarify the meaning of BPF_F_PSEUDO_HDR YiFei Zhu (1): bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels include/uapi/linux/bpf.h | 19 ++++++++++++------- include/uapi/linux/perf_event.h | 2 ++ src/cgroup.c | 14 +++++++------- src/link.c | 3 +++ 4 files changed, 24 insertions(+), 14 deletions(-) Signed-off-by: Quentin Monnet <[email protected]>
1 parent 1375884 commit 63c1a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BPF-CHECKPOINT-COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0c2623cef4f49e1ef6a908a389eea86130d11057
1+
b4432656b36e5cc1d50a1f2dc15357543add530e

CHECKPOINT-COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25601e85441dd91cf7973b002f27af4c5b8691ea
1+
9325d53fe9adff354b6a93fda5f38c165947da0f

0 commit comments

Comments
 (0)