Message ID | 20211206155120.26929-1-fw@strlen.de (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: fix crash with mptcp-ulp on tcp sockets | expand |
Hi Florian, Mat, On 06/12/2021 16:51, Florian Westphal wrote: > While working on the tls-ULP syzbot report I found that its also > possible to set the "mptcp" ulp from userspace, iff the socket is a > tcp socket returned via accept() on an mptcp listen socket. > > First patch fixes this, second patch adds a test case. > > Florian Westphal (2): > mptcp: clear 'kern' flag from fallback sockets > selftests: mptcp: try to set mptcp ulp mode in different sk states Thank you for the patches and the reviews! - cf6bfb9af34f: mptcp: clear 'kern' flag from fallback sockets (v2) - Results: 4be3d8d5b45c..23aff1c44f69 - 9a7f7dc671fc: selftests: mptcp: try to set mptcp ulp mode in different sk states - Results: 23aff1c44f69..1250e74665ba Builds and tests are now in progress: https://cirrus-ci.com/github/multipath-tcp/mptcp_net-next/export/20211207T135708 https://github.com/multipath-tcp/mptcp_net-next/actions/workflows/build-validation.yml?query=branch:export Cheers, Matt