]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Fix returned error sign when link doesn't support updates
authorJakub Sitnicki <jakub@cloudflare.com>
Mon, 25 May 2020 12:29:28 +0000 (14:29 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 1 Jun 2020 21:38:19 +0000 (14:38 -0700)
commit21bcda8268e5874ea72cd5a8d29523724838b74f
treeec320e5e1cf106fb6ac8897740bc0988817bf11d
parent72d9c957dc8c7cd9f7da9b2d08af40051164f05b
bpf: Fix returned error sign when link doesn't support updates

System calls encode returned errors as negative values. Fix a typo that
breaks this convention for bpf(LINK_UPDATE) when bpf_link doesn't support
update operation.

Fixes: 1b533cb73396 ("bpf: Refactor bpf_link update handling")
Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200525122928.1164495-1-jakub@cloudflare.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/syscall.c