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:   2147c8d07e1abc8dfc3433ca18eed5295e230ede
Checkpoint bpf-next commit: 0e133a13370389d3894891eafe54fec2c44ad735
Baseline bpf commit:        9077fc228f09c9f975c498c55f5d2e882cd0da59
Checkpoint bpf commit:      9ff8d2717fc8f63e5cb226ddbda20649eefa2728

Daan De Meyer (2):
  bpf: Implement cgroup sockaddr hooks for unix sockets
  bpftool: Add support for cgroup unix socket address hooks

David Vernet (1):
  bpf: Add ability to pin bpf timer to calling CPU

Ian Rogers (2):
  bpftool: Align output skeleton ELF code
  bpftool: Align bpf_load_and_run_opts insns and data

Martynas Pumputis (1):
  bpf: Derive source IP addr via bpf_*_fib_lookup()

 bash-completion/bpftool  | 14 +++++-----
 docs/bpftool-cgroup.rst  | 16 ++++++++---
 docs/bpftool-prog.rst    |  8 +++---
 include/uapi/linux/bpf.h | 27 ++++++++++++++++---
 src/cgroup.c             | 16 ++++++-----
 src/gen.c                | 58 ++++++++++++++++++++++------------------
 src/prog.c               |  7 ++---
 7 files changed, 93 insertions(+), 53 deletions(-)

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet committed Oct 19, 2023
1 parent 087d22a commit 8485b9f
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 @@
9077fc228f09c9f975c498c55f5d2e882cd0da59
9ff8d2717fc8f63e5cb226ddbda20649eefa2728
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2147c8d07e1abc8dfc3433ca18eed5295e230ede
0e133a13370389d3894891eafe54fec2c44ad735

0 comments on commit 8485b9f

Please sign in to comment.