Hello,
I upgraded several machines from 2.6.32.43 to 2.6.32.46 and
they all crashed when the kernel boots.
I bisected it to the following commit:
35ed3d0fb62804090a3f21a7ce84c538a6ff852f is the first bad commit
commit 35ed3d0fb62804090a3f21a7ce84c538a6ff852f
Author: Alexey Dobriyan<adobriyan@xxxxxxxxx>
Date: Tue Feb 16 09:05:04 2010 +0000
tunnels: fix netns vs proto registration ordering
commit d5aa407f59f5b83d2c50ec88f5bf56d40f1f8978 upstream.
Same stuff as in ip_gre patch: receive hook can be called before netns
setup is done, oopsing in net_generic().
Signed-off-by: Alexey Dobriyan<adobriyan@xxxxxxxxx>
Signed-off-by: David S. Miller<davem@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman<gregkh@xxxxxxx>
:040000 040000 6338c45b1372e7e3c5a5ef466dc365cc47a2e152 cde6b92bab403d860cca90e8232cb9c03090fc7e M net
Reverting it on top of 2.6.32.46 fixes the problem for me.