Re: [PATCH bpf-next 1/4] bpf: introduce verifier internal test flag

2019-08-25 Thread Song Liu
On Fri, Aug 23, 2019 at 2:59 AM Alexei Starovoitov wrote: > > Introduce BPF_F_TEST_STATE_FREQ flag to stress test parentage chain > and state pruning. > > Signed-off-by: Alexei Starovoitov Acked-by: Song Liu > --- > include/linux/bpf_verifier.h | 1 + > include/uapi/linux/bpf.h | 3 +++ >

[PATCH bpf-next 1/4] bpf: introduce verifier internal test flag

2019-08-22 Thread Alexei Starovoitov
Introduce BPF_F_TEST_STATE_FREQ flag to stress test parentage chain and state pruning. Signed-off-by: Alexei Starovoitov --- include/linux/bpf_verifier.h | 1 + include/uapi/linux/bpf.h | 3 +++ kernel/bpf/syscall.c | 1 + kernel/bpf/verifier.c| 5 - 4 files changed, 9 in