Skip to content

Commit

Permalink
images/bpftool: Update bpftool image
Browse files Browse the repository at this point in the history
We want our bpftool image to support dumping netkit programs, with
kernel commit bec981a4add6 ("bpftool: Extend net dump with netkit
progs"). Let's update to a recent version: v7.4.0 was tagged yesterday,
let's use the corresponding kernel commit.

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Apr 3, 2024
1 parent 6003f9d commit 769ae95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/bpftool/checkout-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ set -o errexit
set -o pipefail
set -o nounset

rev="93270357daa949e4bed375b40d0a100ce04f3399"
# bpftool v7.4.0
rev="14bb1e8c8d4ad5d9d2febb7d19c70a3cf536e1e5"

# git clone git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git /src/linux
# cd /src/linux
Expand Down
2 changes: 1 addition & 1 deletion images/bpftool/test/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ commandTests:
command: "bpftool"
args: ["version"]
expectedOutput:
- 'bpftool\ v7\.0\.0'
- 'bpftool\ v7\.4\.0'

0 comments on commit 769ae95

Please sign in to comment.