commit | a6ed38361b1e0f08d630bd491051c254d1fc71b9 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Thu Jul 30 16:04:22 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 31 15:13:14 2015 -0700 |
tree | 25d6223bb7b2a4a85e73881acc409f9f35b4c484 | |
parent | 1df33a11454de804661c8e19cd0e464914eefc6d [diff] |
bpf_jit_disasm: also support reading jit dump from file 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 <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>