Files
Eric Dumazet efef3f2073 inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
[ Upstream commit 2ab2ddd301 ]

Timer handlers do not imply rcu_read_lock(), so my recent fix
triggered a LOCKDEP warning when SYNACK is retransmit.

Lets add rcu_read_lock()/rcu_read_unlock() pairs around ireq->ireq_opt
usages instead of guessing what is done by callers, since it is
not worth the pain.

Get rid of ireq_opt_deref() helper since it hides the logic
without real benefit, since it is now a standard rcu_dereference().

Fixes: 1ad98e9d1b ("tcp/dccp: fix lockdep issue when SYN is backlogged")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-10-18 09:18:10 +02:00
..
…
2018-01-19 14:02:12 -05:00
2018-09-29 02:55:54 -07:00
…
2018-03-23 21:52:19 -04:00
2018-05-16 07:23:35 +02:00
2018-10-18 09:18:05 +02:00
2018-05-26 09:16:44 +02:00
…
…
2018-05-24 14:22:59 -07:00
2018-05-11 12:03:06 -04:00
2018-02-28 11:43:28 -05:00
2018-04-23 10:21:24 -04:00
2017-10-11 09:49:34 +02:00
2017-11-16 10:49:00 +09:00
2017-12-11 14:10:06 -05:00
…
…
2017-12-15 12:34:00 -05:00
2018-07-18 15:11:09 -07:00
…
…
…
…
…
…
…
2018-04-07 22:32:31 -04:00
2017-11-08 16:12:33 +09:00
2018-06-27 10:46:43 +09:00
2018-05-16 07:23:35 +02:00
2017-12-05 14:37:13 -05:00
2018-05-16 07:23:35 +02:00
2018-05-31 22:48:46 -04:00
…
2018-09-15 09:46:49 +02:00
2018-04-17 13:53:13 -04:00
…
2018-06-05 15:46:26 +02:00