Skip to content

Commit

Permalink
sync: Pull latest bpftool changes from kernel
Browse files Browse the repository at this point in the history
Syncing latest bpftool commits from kernel repository.
Baseline bpf-next commit:   9e3b47abeb8f76c39c570ffc924ac0b35f132274
Checkpoint bpf-next commit: 45ee73a0722b9e1d0b7a524d06756291b13b5912
Baseline bpf commit:        23d775f12dcd23d052a4927195f15e970e27ab26
Checkpoint bpf commit:      57eb5e1c5c57972c95e8efab6bc81b87161b0b07

Denys Zagorui (1):
  bpftool: Fix -Wcast-qual warning

Stanislav Fomichev (1):
  bpf: Clarify error expectations from bpf_clone_redirect

Yafang Shao (1):
  bpftool: Fix build warnings with -Wtype-limits

Yonghong Song (1):
  bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated

 include/uapi/linux/bpf.h | 13 +++++++++++--
 src/gen.c                |  2 +-
 src/link.c               |  2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Sep 26, 2023
1 parent 99b26e3 commit f75bd53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BPF-CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23d775f12dcd23d052a4927195f15e970e27ab26
57eb5e1c5c57972c95e8efab6bc81b87161b0b07
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9e3b47abeb8f76c39c570ffc924ac0b35f132274
45ee73a0722b9e1d0b7a524d06756291b13b5912

0 comments on commit f75bd53

Please sign in to comment.