aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_sock.c
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2025-07-16 00:31:30 +0000
committerJakub Kicinski <[email protected]>2025-07-16 00:31:30 +0000
commitdae7f9cbd1909de2b0bccc30afef95c23f93e477 (patch)
tree2e2fbd0140a085a99fa42ab3724f3c299113595d /net/bluetooth/l2cap_sock.c
parentnet: libwx: fix multicast packets received count (diff)
parentmptcp: reset fallback status gracefully at disconnect() time (diff)
downloadkernel-dae7f9cbd1909de2b0bccc30afef95c23f93e477.tar.gz
kernel-dae7f9cbd1909de2b0bccc30afef95c23f93e477.zip
Merge branch 'mptcp-fix-fallback-related-races'
Matthieu Baerts says: ==================== mptcp: fix fallback-related races This series contains 3 fixes somewhat related to various races we have while handling fallback. The root cause of the issues addressed here is that the check for "we can fallback to tcp now" and the related action are not atomic. That also applies to fallback due to MP_FAIL -- where the window race is even wider. Address the issue introducing an additional spinlock to bundle together all the relevant events, as per patch 1 and 2. These fixes can be backported up to v5.19 and v5.15. Note that mptcp_disconnect() unconditionally clears the fallback status (zeroing msk->flags) but don't touch the `allows_infinite_fallback` flag. Such issue is addressed in patch 3, and can be backported up to v5.17. ==================== Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/bluetooth/l2cap_sock.c')
0 files changed, 0 insertions, 0 deletions