Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: properly annotate nested lock
MPTCP closes the subflows while holding the msk-level lock. While acquiring the subflow socket lock we need to use the correct nested annotation, or we can hit a lockdep splat at runtime. Reported-and-tested-by: Geliang Tang <[email protected]> Fixes: e16163b ("mptcp: refactor shutdown and close") Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Mat Martineau <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information