This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: Use spin_lock_bh where appropriate for mpcb_list_lock
mptcp_add_sock/mptcp_del_sock can both be called from user- and bh-context. Thus, we need to do a spin_lock_bh(). Fixes: 7a662b6 ("mptcp: Make subflow-list an RCU-list") Signed-off-by: Christoph Paasch <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]>
- Loading branch information