diff options
author | 2024-02-23 17:14:16 +0100 | |
---|---|---|
committer | 2024-02-26 18:41:56 -0800 | |
commit | b111d8fbd2cbc63e05f3adfbbe0d4df655dfcc5b (patch) | |
tree | 84308a3bc6be76f7217a9c92fba04d9d6972cfbe /tools/testing/selftests/net/mptcp/mptcp_join.sh | |
parent | mptcp: fix snd_wnd initialization for passive socket (diff) | |
download | linux-rng-b111d8fbd2cbc63e05f3adfbbe0d4df655dfcc5b.tar.xz linux-rng-b111d8fbd2cbc63e05f3adfbbe0d4df655dfcc5b.zip |
mptcp: fix potential wake-up event loss
After the blamed commit below, the send buffer auto-tuning can
happen after that the mptcp_propagate_sndbuf() completes - via
the delegated action infrastructure.
We must check for write space even after such change or we risk
missing the wake-up event.
Fixes: 8005184fd1ca ("mptcp: refactor sndbuf auto-tuning")
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://lore.kernel.org/r/20240223-upstream-net-20240223-misc-fixes-v1-6-162e87e48497@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions