Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv4: fix lockdep splat in rt_cache_seq_show
After commit f2c31e3 (fix NULL dereferences in check_peer_redir()), dst_get_neighbour() should be guarded by rcu_read_lock() / rcu_read_unlock() section. Reported-by: Miles Lane <miles.lane@gmail.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information