Re: [PATCH net-next 4/4] bpf: also show process name/pid in bpf_jit_dump

2015-07-30 Thread Alexei Starovoitov
On 7/30/15 3:42 AM, Daniel Borkmann wrote: It can be useful for testing to see the actual process/pid who is loading a given filter. I was running some BPF test program and noticed unusual filter loads from time to time, triggered by some other application in the background. bpf_jit_disasm is sti

[PATCH net-next 4/4] bpf: also show process name/pid in bpf_jit_dump

2015-07-30 Thread Daniel Borkmann
It can be useful for testing to see the actual process/pid who is loading a given filter. I was running some BPF test program and noticed unusual filter loads from time to time, triggered by some other application in the background. bpf_jit_disasm is still working after this change. Signed-off-by: