diff options
author | Eric Dumazet <edumazet@google.com> | 2018-10-02 22:35:05 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-18 10:13:23 +0300 |
commit | 6b2f36b94a0d57f5378742d482f4e46ae0acd78a (patch) | |
tree | d6b3862a9418758cd1e9c0ef8413cd7e11453d68 /drivers/char/agp/compat_ioctl.c | |
parent | 4cded0a3a9c69d3c08b2ab15a7dd8206775142e4 (diff) | |
download | linux-6b2f36b94a0d57f5378742d482f4e46ae0acd78a.tar.xz |
inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
[ Upstream commit 2ab2ddd301a22ca3c5f0b743593e4ad2953dfa53 ]
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: 1ad98e9d1bdf ("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>
Diffstat (limited to 'drivers/char/agp/compat_ioctl.c')
0 files changed, 0 insertions, 0 deletions