-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARN in __mptcp_fastopen_gen_msk_ackseq()
: sock owned by user
#539
Labels
Comments
This is not that easy to reproduce:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While looking at upstreaming @pabeni's series called mptcp: rx path refactor having these commits:
I got a WARN in
__mptcp_fastopen_gen_msk_ackseq()
with the newDEBUG_NET_WARN_ON_ONCE(sock_owned_by_user_nocheck(sk));
added in commit 5efe61a ("mptcp: move the whole rx path under msk socket lock protection") when executing the./mptcp_connect.sh
selftest:The text was updated successfully, but these errors were encountered: