From: Herbert Xu Date: Mon, 26 Sep 2005 22:10:16 +0000 (-0700) Subject: [IPV6]: Fix [Bug 5306] Oops on IPv6 route lookup X-Git-Tag: v2.6.14-rc3~103^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62dba9011b93fd88fde929848582b2a98309878;p=pandora-kernel.git [IPV6]: Fix [Bug 5306] Oops on IPv6 route lookup > Steps to reproduce: > 1. Boot Linux, do NOT setup any IPv6 routes > 2. ip route get 2001::1 (or any unroutable address) Well caught. We never set rt6i_idev on ip6_null_entry. This patch should make the problem go away. Signed-off-by: Herbert Xu Acked-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed