mptcp: fix setsockopt(IP_TOS) subflow locking
authorPaolo Abeni <pabeni@redhat.com>
Mon, 13 Nov 2023 23:16:16 +0000 (00:16 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 15 Nov 2023 04:10:20 +0000 (20:10 -0800)
commit7679d34f97b7a09fd565f5729f79fd61b7c55329
treee4a53bd2fd536aacf1bb4edc341b76da97c973a0
parent8df220b29282e8b450ea57be62e1eccd4996837c
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>
net/mptcp/sockopt.c