diff options
author | Stanislav Fomichev <sdf@google.com> | 2019-01-07 09:46:46 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-01-07 13:15:55 -0800 |
commit | a8911d6d5878587767a78c6bde371298ca2a3be3 (patch) | |
tree | 85d622fbc4afb974a19887bc1dd2d92f3573816e /ipc | |
parent | 97274b6126193cca2b820579f5d758589a2badc2 (diff) | |
download | linux-stable-a8911d6d5878587767a78c6bde371298ca2a3be3.tar.gz linux-stable-a8911d6d5878587767a78c6bde371298ca2a3be3.tar.bz2 linux-stable-a8911d6d5878587767a78c6bde371298ca2a3be3.zip |
selftests/bpf: fix incorrect users of create_and_get_cgroup
We have some tests that assume create_and_get_cgroup returns -1 on error
which is incorrect (it returns 0 on error). Since fd might be zero in
general case, change create_and_get_cgroup to return -1 on error
and fix the users that assume 0 on error.
Fixes: f269099a7e7a ("tools/bpf: add a selftest for bpf_get_current_cgroup_id() helper")
Fixes: 7d2c6cfc5411 ("bpf: use --cgroup in test_suite if supplied")
v2:
- instead of fixing the uses that assume -1 on error, convert the users
that assume 0 on error (fd might be zero in general case)
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions