mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 07:40:53 +07:00
bpf: sockmap, on update propagate errors back to userspace
When an error happens in the update sockmap element logic also pass
the err up to the user.
Fixes: e5cd3abcb3
("bpf: sockmap, refactor sockmap routines to work with hashmap")
Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
parent
683d2ac390
commit
e23afe5e7c
@ -1875,7 +1875,7 @@ static int sock_map_ctx_update_elem(struct bpf_sock_ops_kern *skops,
|
|||||||
write_unlock_bh(&osock->sk_callback_lock);
|
write_unlock_bh(&osock->sk_callback_lock);
|
||||||
}
|
}
|
||||||
out:
|
out:
|
||||||
return 0;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
int sock_map_prog(struct bpf_map *map, struct bpf_prog *prog, u32 type)
|
int sock_map_prog(struct bpf_map *map, struct bpf_prog *prog, u32 type)
|
||||||
|
Loading…
Reference in New Issue
Block a user