[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170926223344.3ey6w2qrejrqzqpv@ast-mbp>
Date: Tue, 26 Sep 2017 15:33:46 -0700
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Edward Cree <ecree@...arflare.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, daniel@...earbox.net,
ys114321@...il.com
Subject: Re: [PATCH v2 net-next 1/2] bpf/verifier: improve disassembly of
BPF_END instructions
On Tue, Sep 26, 2017 at 04:35:13PM +0100, Edward Cree wrote:
> print_bpf_insn() was treating all BPF_ALU[64] the same, but BPF_END has a
> different structure: it has a size in insn->imm (even if it's BPF_X) and
> uses the BPF_SRC (X or K) to indicate which endianness to use. So it
> needs different code to print it.
>
> Signed-off-by: Edward Cree <ecree@...arflare.com>
well, it's an improvement over what we have today, so
Acked-by: Alexei Starovoitov <ast@...nel.org>
Powered by blists - more mailing lists