Re: [linux-usb-devel] Kernel panics at USB initialization with kexec

2005-12-12 Thread Rachita Kothiyal
On Fri, Dec 09, 2005 at 09:46:02PM -0800, David Brownell wrote: > > > > Any thoughts on what could be going wrong? > > > > Hm, no I don't, this is the first report. What is the error that > > happens? > > > > David, any ideas? > > The original poster on this thread showed a completely normal >

Re: [linux-usb-devel] Kernel panics at USB initialization with kexec

2005-12-07 Thread Rachita Kothiyal
On Thu, Dec 01, 2005 at 10:54:27PM -0800, Greg KH wrote: > On Fri, Dec 02, 2005 at 12:20:09PM +0530, Rachita Kothiyal wrote: > > On Thu, Dec 01, 2005 at 05:17:48PM -0800, Greg KH wrote: > > > On Thu, Dec 01, 2005 at 10:05:02PM +0530, Rachita Kothiyal wrote: > > > > H

Re: [linux-usb-devel] Kernel panics at USB initialization with kexec

2005-12-02 Thread Rachita Kothiyal
On Thu, Dec 01, 2005 at 05:17:48PM -0800, Greg KH wrote: > On Thu, Dec 01, 2005 at 10:05:02PM +0530, Rachita Kothiyal wrote: > > Hi > > > > I am trying to kexec reboot to a 2.6.15-rc2-mm1 kernel, > > with USB builtin, on a x86_64 box, but the system just > >

[linux-usb-devel] Kernel panics at USB initialization with kexec

2005-12-01 Thread Rachita Kothiyal
Hi I am trying to kexec reboot to a 2.6.15-rc2-mm1 kernel, with USB builtin, on a x86_64 box, but the system just hangs during USB initialization. But strangely, if I comment out the ehci_info() in ehci_run() in the drivers/usb/host/ehci-hcd.c file, the system successfully reboots. I fail to und