commit 8d8b10482fffcb72b15515231bb942e2ad6395c9 Author: Greg Kroah-Hartman Date: Fri Apr 27 14:49:26 2007 -0700 Linux 2.6.21.1 commit 3dff7c2995f65611d7def4a7b5dbbd8686b1d0ea Author: YOSHIFUJI Hideaki Date: Fri Apr 27 02:13:02 2007 -0700 IPV6: Fix for RT0 header ipv6 change. [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman commit ea7b9588095271bc8cb6a7125977a78d39822d44 Author: Sergey Vlasov Date: Fri Apr 27 02:18:35 2007 -0700 IPV4: Fix OOPS'er added to netlink fib. [IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res) When CONFIG_IP_MULTIPLE_TABLES is enabled, the code in nl_fib_lookup() needs to initialize the res.r field before fib_res_put(&res) - unlike fib_lookup(), a direct call to ->tb_lookup does not set this field. Signed-off-by: Sergey Vlasov Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman