]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp_poll-flakes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Apr 2017 19:42:11 +0000 (15:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Apr 2017 19:42:11 +0000 (15:42 -0400)
commit3ced1364688dc071f35e627823fe73bf492fe0ad
tree24e08556cbd89b183cfb02743e268f61346e9997
parent4487ac6d7f7790377b0d0956dfb71bc1d5c9eec6
parent677028203f367c2043e1c68ab5c2e32b8707672d
Merge branch 'tcp_poll-flakes'

Eric Dumazet says:

====================
tcp: address two poll() flakes

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>