commit | 170a7e3ea0709eae12c8f944b9f33c54fe80c6c1 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Sun May 27 12:24:08 2018 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed May 30 12:37:38 2018 +0200 |
tree | e15d4fd9b40404cba75181c70d53f7ad3ef72f22 | |
parent | 9ce64f192d161acff17c99ceec7d9ce3db9252fa [diff] |
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found This makes is it possible for bpf prog detach to return -ENOENT. Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>