Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 suck lock at the helper invocation time. Add the required locking. Fixes: ffcacff ("mptcp: Support for IP_TOS for MPTCP setsockopt()") Closes: multipath-tcp/mptcp_net-next#457 Signed-off-by: Paolo Abeni <[email protected]>
- Loading branch information