]> git.baikalelectronics.ru Git - kernel.git/commit
bpftool: Adjust to new print_bpf_insn interface
authorJiri Olsa <jolsa@kernel.org>
Fri, 23 Mar 2018 10:41:29 +0000 (11:41 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 23 Mar 2018 16:38:57 +0000 (17:38 +0100)
commit1119d561e475093dd48db10a21329fce2ee8f064
tree47471e084f1a3727484728c252ad9d121dc3eab3
parentae9fbe7b36d8908e03a45334db7d6ae0bf647f20
bpftool: Adjust to new print_bpf_insn interface

Change bpftool to skip the removed struct bpf_verifier_env
argument in print_bpf_insn. It was passed as NULL anyway.

No functional change intended.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/xlated_dumper.c