diff options
author | 2020-08-03 18:40:39 +0200 | |
---|---|---|
committer | 2020-08-03 18:14:20 -0700 | |
commit | 8555c6bfd5fddb1cf363d3cd157d70a1bb27f718 (patch) | |
tree | 82945fabfd5072f5fef867a20be5a0dd49f549e0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'mlxsw-Add-support-for-buffer-drop-traps' (diff) | |
download | wireguard-linux-8555c6bfd5fddb1cf363d3cd157d70a1bb27f718.tar.xz wireguard-linux-8555c6bfd5fddb1cf363d3cd157d70a1bb27f718.zip |
mptcp: fix bogus sendmsg() return code under pressure
In case of memory pressure, mptcp_sendmsg() may call
sk_stream_wait_memory() after succesfully xmitting some
bytes. If the latter fails we currently return to the
user-space the error code, ignoring the succeful xmit.
Address the issue always checking for the xmitted bytes
before mptcp_sendmsg() completes.
Fixes: f296234c98a8 ("mptcp: Add handling of incoming MP_JOIN requests")
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions