Files
linux-st/include/net
WANG Cong d9dc8b0f8b net: fix sleeping for sk_wait_event()
Similar to commit 14135f30e3 ("inet: fix sleeping inside inet_wait_for_connect()"),
sk_wait_event() needs to fix too, because release_sock() is blocking,
it changes the process state back to running after sleep, which breaks
the previous prepare_to_wait().

Switch to the new wait API.

Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-14 13:17:21 -05:00
..
2016-11-09 21:14:05 -05:00
2016-09-27 21:15:21 -04:00
2016-08-26 11:55:18 -07:00
2016-09-23 08:38:50 -04:00
2016-10-14 10:59:15 -04:00
2016-11-03 15:41:11 -04:00
2016-08-17 19:36:23 -04:00
2016-10-23 17:45:01 -04:00
2016-10-03 02:00:22 -04:00
2016-10-04 02:11:51 -04:00
2016-11-14 13:17:21 -05:00
2016-11-07 13:24:41 -05:00
2016-10-29 20:56:31 -04:00