Searched hist:dd913410b0a442a53d41a9817ed2208850858e99 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | diff dd913410b0a442a53d41a9817ed2208850858e99 Thu Feb 11 17:30:38 CST 2021 Paolo Abeni <pabeni@redhat.com> mptcp: fix poll after shutdown
The current mptcp_poll() implementation gives unexpected results after shutdown(SEND_SHUTDOWN) and when the msk status is TCP_CLOSE.
Set the correct mask.
Fixes: 8edf08649eed ("mptcp: rework poll+nospace handling") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|