diff options
author | Yonghong Song <yhs@fb.com> | 2017-12-20 10:37:08 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2017-12-20 19:15:54 -0800 |
commit | c475ffad58a8a2f1d3a2bd433eaa491471981b49 (patch) | |
tree | 4f68acf4814c714328d6c8370654229205b08d0d /arch/sparc | |
parent | 7466177635be4d5f2452284085b5c2cc299367fe (diff) | |
download | linux-c475ffad58a8a2f1d3a2bd433eaa491471981b49.tar.gz linux-c475ffad58a8a2f1d3a2bd433eaa491471981b49.tar.bz2 linux-c475ffad58a8a2f1d3a2bd433eaa491471981b49.zip |
tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_dev_cgroup
The default rlimit RLIMIT_MEMLOCK is 64KB. In certain cases,
e.g. in a test machine mimicking our production system, this test may
fail due to unable to charge the required memory for prog load:
$ ./test_dev_cgroup
libbpf: load bpf program failed: Operation not permitted
libbpf: failed to load program 'cgroup/dev'
libbpf: failed to load object './dev_cgroup.o'
Failed to load DEV_CGROUP program
...
Changing the default rlimit RLIMIT_MEMLOCK to unlimited
makes the test pass.
This patch also fixed a problem where when bpf_prog_load fails,
cleanup_cgroup_environment() should not be called since
setup_cgroup_environment() has not been invoked. Otherwise,
the following confusing message will appear:
...
(/home/yhs/local/linux/tools/testing/selftests/bpf/cgroup_helpers.c:95:
errno: No such file or directory) Opening Cgroup Procs: /mnt/cgroup.procs
...
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions