diff options
author | Paolo Abeni <pabeni@redhat.com> | 2024-12-30 21:12:31 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-01-03 05:44:03 +0300 |
commit | 551844f26da2a9f76c0a698baaffa631d1178645 (patch) | |
tree | 3077e1393ba2f7d3ce48590133e90e69aa366d3f /rust/kernel/workqueue.rs | |
parent | 449e6912a2522af672e99992e1201a454910864e (diff) | |
download | linux-551844f26da2a9f76c0a698baaffa631d1178645.tar.xz |
mptcp: don't always assume copied data in mptcp_cleanup_rbuf()
Under some corner cases the MPTCP protocol can end-up invoking
mptcp_cleanup_rbuf() when no data has been copied, but such helper
assumes the opposite condition.
Explicitly drop such assumption and performs the costly call only
when strictly needed - before releasing the msk socket lock.
Fixes: fd8976790a6c ("mptcp: be careful on MPTCP-level ack.")
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20241230-net-mptcp-rbuf-fixes-v1-2-8608af434ceb@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'rust/kernel/workqueue.rs')
0 files changed, 0 insertions, 0 deletions