netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] tcp: address two poll() flakes
@ 2017-04-18 16:45 Eric Dumazet
  2017-04-18 16:45 ` [PATCH net-next 1/2] tcp: remove poll() flakes when receiving RST Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric Dumazet @ 2017-04-18 16:45 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet

Some packetdrill tests are failing when host kernel is using ASAN
or other debugging infrastructure.

I was able to fix the flakes by making sure we were not
sending wakeup events too soon.

Eric Dumazet (2):
  tcp: remove poll() flakes when receiving RST
  tcp: remove poll() flakes with FastOpen

 net/ipv4/tcp_input.c | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

-- 
2.12.2.762.g0e3151a226-goog

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-20 19:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18 16:45 [PATCH net-next 0/2] tcp: address two poll() flakes Eric Dumazet
2017-04-18 16:45 ` [PATCH net-next 1/2] tcp: remove poll() flakes when receiving RST Eric Dumazet
2017-04-18 17:49   ` Soheil Hassas Yeganeh
2017-04-18 16:45 ` [PATCH net-next 2/2] tcp: remove poll() flakes with FastOpen Eric Dumazet
2017-04-20  5:55   ` Yuchung Cheng
2017-04-20 19:42 ` [PATCH net-next 0/2] tcp: address two poll() flakes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).