Re: [PATCH bpf-next] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c

2019-05-04 Thread Alexei Starovoitov
On Mon, Apr 29, 2019 at 5:01 PM Yonghong Song wrote: > > Test test_libbpf.sh failed on my development server with failure > -bash-4.4$ sudo ./test_libbpf.sh > [0] libbpf: Error in bpf_object__probe_name():Operation not permitted(1). > Couldn't load basic 'r0 = 0' BPF program. > test_li

[PATCH bpf-next] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c

2019-04-29 Thread Yonghong Song
Test test_libbpf.sh failed on my development server with failure -bash-4.4$ sudo ./test_libbpf.sh [0] libbpf: Error in bpf_object__probe_name():Operation not permitted(1). Couldn't load basic 'r0 = 0' BPF program. test_libbpf: failed at file test_l4lb.o selftests: test_libbpf [FAILED]