2.6.30 kernel panic with any network driver

2009-06-16 Thread John Linn
I just merged in 2.6.30 into our tree and I'm seeing this only when I have a network driver built into the kernel, and it doesn't seem to matter which network driver. Maybe I missed something I need to update in our network drivers to match the kernel. Thanks for any help, John

Re: 2.6.30 kernel panic with any network driver

2009-06-16 Thread Scott Wood
John Linn wrote: console [ttyS0] enabled brd: module loaded loop: module loaded Unable to handle kernel paging request for data at address 0x75686369 That address spells uhci, FWIW. Maybe a bad pointer cast somewhere in the USB platform data? -Scott