summaryrefslogtreecommitdiffstats
path: root/net/smc
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2020-08-03 18:40:39 +0200
committerDavid S. Miller <davem@davemloft.net>2020-08-03 18:14:20 -0700
commit8555c6bfd5fddb1cf363d3cd157d70a1bb27f718 (patch)
tree82945fabfd5072f5fef867a20be5a0dd49f549e0 /net/smc
parentf8deaea06fb5002a9ebb7a366ef4066e2d7e0944 (diff)
downloadlinux-8555c6bfd5fddb1cf363d3cd157d70a1bb27f718.tar.bz2
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 'net/smc')
0 files changed, 0 insertions, 0 deletions