From: Eric Dumazet Date: Tue, 29 Nov 2011 20:05:55 +0000 (+0000) Subject: ipv4: fix lockdep splat in rt_cache_seq_show X-Git-Tag: v3.2-rc5~56^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218fa90f072e4aeff9003d57e390857f4f35513e;p=pandora-kernel.git ipv4: fix lockdep splat in rt_cache_seq_show After commit f2c31e32b378 (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 Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed