diff options
author | 2022-08-16 23:17:37 -0700 | |
---|---|---|
committer | 2022-08-18 17:06:13 -0700 | |
commit | 1df055d3c7d91878fe7eaa61c1c228c03d4a92b7 (patch) | |
tree | 5bde29e77ded3bdbfefd8c4da540b17aaac7f899 /net/core | |
parent | bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and capable() (diff) | |
download | linux-dev-1df055d3c7d91878fe7eaa61c1c228c03d4a92b7.tar.xz linux-dev-1df055d3c7d91878fe7eaa61c1c228c03d4a92b7.zip |
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capable()
Similar to the earlier patch that avoids sk_setsockopt() from
taking sk lock and doing capable test when called by bpf. This patch
changes do_ip_setsockopt() to use the sockopt_{lock,release}_sock()
and sockopt_[ns_]capable().
Reviewed-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Link: https://lore.kernel.org/r/20220817061737.4176402-1-kafai@fb.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions