[PATCH net-next] bpf_jit_disasm: also support reading jit dump from file

2015-07-30 Thread Daniel Borkmann
This patch adds support to read the dmesg BPF JIT dump also from a file instead of the klog buffer. I found this quite useful when going through some 'before/after patch' logs. It also fixes a regex leak found by valgrind when no image dump was found. Signed-off-by: Daniel Borkmann --- tools/net

Re: [PATCH net-next] bpf_jit_disasm: also support reading jit dump from file

2015-07-31 Thread David Miller
From: Daniel Borkmann Date: Thu, 30 Jul 2015 16:04:22 +0200 > This patch adds support to read the dmesg BPF JIT dump also from a > file instead of the klog buffer. I found this quite useful when going > through some 'before/after patch' logs. It also fixes a regex leak > found by valgrind when no