Skip to content

Commit

Permalink
cilium, bpftool: pull in latest changes from bpf-next
Browse files Browse the repository at this point in the history
For CONFIG_HZ and getpeername hook.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
  • Loading branch information
borkmann committed May 20, 2020
1 parent 829f0e9 commit 7877cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.bpftool
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
git ca-certificates binutils build-essential libelf-dev python3 && \
git clone -b master git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git linux && \
cd linux/tools/bpf/bpftool/ && \
git checkout -b 115506fea499f1cd9a80290b31eca4352e0559e9 115506fea499f1cd9a80290b31eca4352e0559e9 && \
git checkout -b dda18a5c0b75461d1ed228f80b59c67434b8d601 dda18a5c0b75461d1ed228f80b59c67434b8d601 && \
git --no-pager remote -v && \
git --no-pager log -1 && \
make -j `getconf _NPROCESSORS_ONLN` && \
Expand Down

0 comments on commit 7877cb0

Please sign in to comment.