Re: [PATCH] net: Fix panic in icmp_route_lookup

2015-09-25 Thread David Miller
From: David Ahern Date: Thu, 24 Sep 2015 15:31:29 -0600 > Andrey reported a panic: ... > Prior to the VRF change the oif was not set in the flow struct, so the > VRF support should really have only added the vrf_master_ifindex lookup. > > Fixes: 613d09b30f8b ("net: Use VRF device index for look

[PATCH] net: Fix panic in icmp_route_lookup

2015-09-24 Thread David Ahern
Andrey reported a panic: [ 7249.865507] BUG: unable to handle kernel pointer dereference at 00b4 [ 7249.865559] IP: [] icmp_route_lookup+0xaa/0x320 [ 7249.865598] *pdpt = 30f7f001 *pde = [ 7249.865637] Oops: [#1] ... [ 7249.866811] CPU: 0 PID: 0 Comm: swapper/0 No