Eric Dumazet
29c6852602
inet: fix races in reqsk_queue_hash_req()
...
Before allowing lockless LISTEN processing, we need to make
sure to arm the SYN_RECV timer before the req socket is visible
in hash tables.
Also, req->rsk_hash should be written before we set rsk_refcnt
to a non zero value.
Fixes: fa76ce7328b2 ("inet: get rid of central tcp/dccp listener timer")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Ying Cai <ycai@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-09-21 16:32:29 -07:00
..
2015-08-11 22:05:36 +02:00
2015-08-30 18:12:36 -04:00
2015-03-02 16:43:41 -05:00
2015-08-18 11:55:06 -07:00
2015-05-11 10:50:17 -04:00
2015-09-17 22:13:32 -07:00
2015-07-15 15:59:58 -07:00
2015-08-27 20:15:34 +02:00
2015-09-17 12:28:27 +02:00
2015-09-11 15:08:20 -07:00
2015-08-18 11:55:07 -07:00
2015-07-12 21:13:22 +02:00
2015-09-04 16:54:41 -07:00
2015-09-15 16:49:43 -07:00
2015-03-06 21:50:02 -05:00
2015-09-21 16:32:29 -07:00
2015-09-09 14:19:50 -07:00
2014-10-01 00:44:04 +10:00
2015-08-31 14:48:02 -07:00
2015-09-01 15:06:22 -07:00
2015-08-18 11:55:07 -07:00
2015-08-29 13:15:03 -07:00
2015-09-21 16:32:29 -07:00
2015-09-20 21:45:08 -07:00
2015-05-11 10:50:17 -04:00
2015-05-25 17:46:21 -04:00
2015-05-11 10:50:17 -04:00
2015-08-24 14:48:10 -07:00
2015-05-11 10:50:18 -04:00
2014-10-24 15:51:42 -04:00
2015-07-27 01:06:53 -07:00
2015-09-04 15:23:22 +02:00
2015-08-10 20:43:06 +02:00
2015-08-31 12:45:09 -07:00
2015-09-17 13:37:31 +02:00
2015-03-31 13:58:35 -04:00
2015-09-20 22:55:31 -07:00
2015-06-18 21:14:32 +02:00
2015-08-20 22:00:11 +02:00
2015-09-17 15:31:49 -07:00
2015-08-17 14:22:48 -07:00
2015-05-11 10:50:17 -04:00
2015-09-10 13:53:15 -07:00
2015-09-04 14:26:56 +02:00
2015-06-24 02:58:51 -07:00
2015-05-11 10:50:17 -04:00
2015-09-01 15:06:22 -07:00
2015-09-11 15:00:02 -07:00
2015-09-09 08:33:31 -07:00
2015-09-05 22:02:11 -07:00
2015-09-20 22:31:20 -07:00
2015-06-10 22:49:20 -07:00
2015-05-11 10:50:17 -04:00
2015-08-09 22:43:52 -07:00
2015-09-04 14:29:25 +02:00
2015-05-11 10:50:17 -04:00
2015-09-03 08:08:17 -07:00
2015-04-09 00:02:26 -04:00
2015-07-21 10:39:03 -07:00
2015-03-04 00:26:06 -05:00
2015-05-11 10:50:17 -04:00