Re: [PATCH net-next 2/4] bpf: remove the verifier ops from program structure

2017-10-17 Thread Alexei Starovoitov
On Mon, Oct 16, 2017 at 04:40:54PM -0700, Jakub Kicinski wrote: > Since the verifier ops don't have to be associated with > the program for its entire lifetime we can move it to > verifier's struct bpf_verifier_env. > > Signed-off-by: Jakub Kicinski Acked-by: Alexei Starovoitov

Re: [PATCH net-next 2/4] bpf: remove the verifier ops from program structure

2017-10-17 Thread Daniel Borkmann
On 10/17/2017 01:40 AM, Jakub Kicinski wrote: Since the verifier ops don't have to be associated with the program for its entire lifetime we can move it to verifier's struct bpf_verifier_env. Signed-off-by: Jakub Kicinski Acked-by: Daniel Borkmann

[PATCH net-next 2/4] bpf: remove the verifier ops from program structure

2017-10-16 Thread Jakub Kicinski
Since the verifier ops don't have to be associated with the program for its entire lifetime we can move it to verifier's struct bpf_verifier_env. Signed-off-by: Jakub Kicinski --- include/linux/bpf.h | 1 - include/linux/bpf_verifier.h | 1 + kernel/bpf/syscall.c | 10