Re: [PATCH 1/4] tools: bpf_jit_disasm: Handle large images.

2017-06-13 Thread Daniel Borkmann
On 06/14/2017 01:49 AM, David Daney wrote: Dynamically allocate memory so that JIT images larger than the size of the statically allocated array can be handled. Signed-off-by: David Daney Acked-by: Daniel Borkmann

[PATCH 1/4] tools: bpf_jit_disasm: Handle large images.

2017-06-13 Thread David Daney
Dynamically allocate memory so that JIT images larger than the size of the statically allocated array can be handled. Signed-off-by: David Daney --- tools/net/bpf_jit_disasm.c | 37 ++--- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/tools/net/bp