diff options
author | Paolo Abeni <pabeni@redhat.com> | 2023-11-14 00:16:16 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-11-14 20:10:20 -0800 |
commit | 7679d34f97b7a09fd565f5729f79fd61b7c55329 (patch) | |
tree | e4a53bd2fd536aacf1bb4edc341b76da97c973a0 /tools/testing | |
parent | 8df220b29282e8b450ea57be62e1eccd4996837c (diff) |
mptcp: fix setsockopt(IP_TOS) subflow locking
The MPTCP implementation of the IP_TOS socket option uses the lockless
variant of the TOS manipulation helper and does not hold such lock at
the helper invocation time.
Add the required locking.
Fixes: ffcacff87cd6 ("mptcp: Support for IP_TOS for MPTCP setsockopt()")
Cc: stable@vger.kernel.org
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/457
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts <matttbe@kernel.org>
Link: https://lore.kernel.org/r/20231114-upstream-net-20231113-mptcp-misc-fixes-6-7-rc2-v1-4-7b9cd6a7b7f4@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions