From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quentin Monnet Subject: Re: [PATCHv2 2/2] bpftool: Adjust to new print_bpf_insn interface Date: Wed, 21 Mar 2018 17:30:30 +0000 Message-ID: <83bca487-ade9-7b8e-c303-11256ce50d77@netronome.com> References: <20180321150212.5586-1-jolsa@kernel.org> <20180321150212.5586-2-jolsa@kernel.org> <20180321164324.GD2707@krava> <774f0eca-72cf-1c70-e025-beea2084ebe0@iogearbox.net> <20180321170019.GE2707@krava> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Jiri Olsa , Alexei Starovoitov , lkml , netdev@vger.kernel.org To: Jiri Olsa , Daniel Borkmann Return-path: In-Reply-To: <20180321170019.GE2707@krava> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 2018-03-21 18:00 UTC+0100 ~ Jiri Olsa > On Wed, Mar 21, 2018 at 05:44:52PM +0100, Daniel Borkmann wrote: > > SNIP > >>>> Hi Jiri, this code has changed in the tree. It was moved to >>>> tools/bpf/bpftool/xlated_dumper.c, and there is now a third function to >>>> update: print_insn_for_graph(). Could you please rebase the patch? >>> >>> sure.. I was over perf tree, I'll check on bpf tree >> >> Just to be sure, it should be bpf-next. bpf is for fixes only. > > v2 attached > > thanks, > jirka > > > --- > 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 > --- > tools/bpf/bpftool/xlated_dumper.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > Thank you! Reviewed-by: Quentin Monnet