]> 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)
commit9d44a69dced15c628553b459da5531ed0945331f
treeec320e5e1cf106fb6ac8897740bc0988817bf11d
parent3802b0a6d2c7795e201d277433423d48068d6273
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: 722bf46cf55b ("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