Eric Dumazet
49a496c97d
tcp: use correct req pointer in tcp_move_syn() calls
...
I mistakenly took wrong request sock pointer when calling tcp_move_syn()
@req_unhash is either a copy of @req, or a NULL value for
FastOpen connexions (as we do not expect to unhash the temporary
request sock from ehash table)
Fixes: 805c4bc05705 ("tcp: fix req->saved_syn race")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Ying Cai <ycai@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-05 15:57:51 -05:00
..
2015-11-05 14:36:09 -05:00
2015-09-29 20:40:33 -07:00
2015-08-25 13:38:50 -07:00
2015-10-20 06:08:27 -07:00
2015-04-03 12:11:15 -04:00
2015-07-29 22:44:04 -07:00
2015-10-21 19:15:20 -07:00
2015-05-28 11:23:20 +08:00
2015-11-03 13:41:45 -05:00
2015-07-24 22:46:11 -07:00
2015-09-09 14:19:50 -07:00
2015-11-04 21:34:37 -05:00
2015-10-27 18:14:51 -07:00
2015-08-29 13:07:54 -07:00
2015-08-10 14:03:54 -07:00
2015-10-26 22:01:18 -07:00
2015-10-14 06:01:07 -07:00
2015-11-04 21:29:59 -05:00
2015-10-23 05:42:21 -07:00
2015-10-03 04:32:41 -07:00
2015-11-02 22:47:14 -05:00
2015-10-23 05:42:21 -07:00
2015-09-21 16:32:29 -07:00
2015-08-28 13:32:36 -07:00
2015-10-08 04:26:54 -07:00
2015-11-02 22:47:14 -05:00
2015-10-22 19:39:25 -07:00
2015-10-12 19:44:16 -07:00
2015-04-03 12:11:15 -04:00
2015-11-01 12:01:27 -05:00
2015-11-04 21:29:59 -05:00
2015-10-08 04:27:02 -07:00
2015-08-10 14:03:54 -07:00
2015-10-08 04:26:54 -07:00
2015-04-03 12:11:15 -04:00
2015-10-18 19:23:52 -07:00
2015-08-10 14:03:54 -07:00
2015-11-03 13:41:45 -05:00
2015-08-27 15:42:48 -07:00
2015-10-21 07:00:48 -07:00
2015-09-29 20:21:32 +02:00
2015-07-09 21:09:10 -07:00
2015-07-21 22:36:33 -07:00
2015-10-08 04:26:54 -07:00
2015-10-08 05:18:47 -07:00
2015-10-23 05:42:21 -07:00
2015-11-04 21:29:06 -05:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-09-25 13:00:38 -07:00
2015-09-17 22:35:07 -07:00
2015-10-23 02:46:52 -07:00
2015-06-15 19:49:22 -07:00
2015-10-23 05:42:21 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-10-21 07:00:53 -07:00
2015-11-05 15:57:51 -05:00
2015-08-28 13:32:36 -07:00
2015-11-05 14:36:09 -05:00
2015-06-11 16:33:10 -07:00
2015-11-02 16:28:49 -05:00
2015-10-21 07:00:53 -07:00
2015-07-09 14:22:52 -07:00
2015-10-12 05:15:03 -07:00
2015-07-09 14:22:52 -07:00
2015-04-29 17:10:38 -04:00
2015-07-09 14:22:52 -07:00
2015-05-05 19:50:09 -04:00
2015-10-21 07:00:43 -07:00
2015-06-15 19:49:22 -07:00
2015-03-02 13:06:31 -05:00
2015-04-03 12:11:15 -04:00
2015-08-27 15:42:47 -07:00
2015-10-12 19:28:20 -07:00
2015-09-17 17:18:37 -07:00
2015-03-25 14:07:04 -04:00
2015-10-24 06:54:12 -07:00
2015-10-30 20:51:56 +09:00