Re: lockdep says circular locking since "tty: localise the lock"

2012-10-24 Thread Sebastian Andrzej Siewior
On Wed, Oct 24, 2012 at 11:13:18AM -0400, Alan Stern wrote: > Are you pinging yourself? That's what it looks like... :-) Hehe. It seems that it got the job done :) > Alan Stern Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord..

Re: lockdep says circular locking since "tty: localise the lock"

2012-10-24 Thread Alan Stern
On Wed, 24 Oct 2012, Sebastian Andrzej Siewior wrote: > On Wed, Oct 17, 2012 at 09:20:35PM +0200, Sebastian Andrzej Siewior wrote: > > With dummy_hcd and g_nokia (that is CONFIG_USB_GADGET=m, > > CONFIG_USB_DUMMY_HCD=m, CONFIG_USB_G_NOKIA=m) I see a lockdep complaing > > about a "circular locking

Re: lockdep says circular locking since "tty: localise the lock"

2012-10-24 Thread Sebastian Andrzej Siewior
On Wed, Oct 17, 2012 at 09:20:35PM +0200, Sebastian Andrzej Siewior wrote: > With dummy_hcd and g_nokia (that is CONFIG_USB_GADGET=m, > CONFIG_USB_DUMMY_HCD=m, CONFIG_USB_G_NOKIA=m) I see a lockdep complaing > about a "circular locking dependency" after executing ping? Or is it an obvious false po

lockdep says circular locking since "tty: localise the lock"

2012-10-17 Thread Sebastian Andrzej Siewior
With dummy_hcd and g_nokia (that is CONFIG_USB_GADGET=m, CONFIG_USB_DUMMY_HCD=m, CONFIG_USB_G_NOKIA=m) I see a lockdep complaing about a "circular locking dependency" after executing |modprobe dummy_hcd |modprobe g_nokia |cat /dev/ttyACM0 & |sleep 1 |echo basilimi > /dev/ttyGS2 the first one goes