[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <51497861.6020804@redhat.com>
Date: Wed, 20 Mar 2013 09:50:41 +0100
From: Daniel Borkmann <dborkman@...hat.com>
To: Ben Hutchings <bhutchings@...arflare.com>
CC: netdev@...r.kernel.org, davem@...emloft.net,
eric.dumazet@...il.com, jasowang@...hat.com,
Eric Dumazet <edumazet@...gle.com>
Subject: Re: [PATCH net-next 4/4] filter: add minimal BPF JIT emitted image
disassembler
On 03/20/2013 03:58 AM, Ben Hutchings wrote:
> On Tue, 2013-03-19 at 14:28 +0100, Daniel Borkmann wrote:
>> This is a minimal stand-alone user space helper, that allows for debugging or
>> verification of emitted BPF JIT images. This is in particular useful for
>> emitted opcode debugging, since minor bugs in the JIT compiler can be fatal.
>> The disassembler is architecture generic and uses libopcodes and libbfd.
> [...]
>> ---
>> scripts/bpf_jit_disasm.c | 216 +++++++++++++++++++++++++++++++++++++++++++++++
>> 1 file changed, 216 insertions(+)
>> create mode 100644 scripts/bpf_jit_disasm.c
> [...]
>
> This might belong in tools. scripts is mostly for build scripts now.
Ok, I thought this would be overkill, since it's just a small C program
(unlike perf, etc) and there are also other things present in scripts/
like Coccinelle scripts etc. But, sure we could do this. What would you
suggest? tools/net/bpf_jit_disasm.c?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists