On Mon, 17 Feb 2014, Stanislaw Gruszka wrote:
> There is threadirqs kenel boot option which allow to force interrupt
> routines to be performed as thread.
>
> USB irq routines use spin_lock(*hci->lock) variant without disabling
> interrupts, what is perfectly fine, but that can cause deadlock wh
On Tue, 18 Feb 2014, Stanislaw Gruszka wrote:
> On Mon, Feb 17, 2014 at 09:48:14AM -0500, Alan Stern wrote:
> > On Mon, 17 Feb 2014, Stanislaw Gruszka wrote:
> >
> > > There is threadirqs kenel boot option which allow to force interrupt
> > > routines to be performed as thread.
> > >
> > > USB
On Mon, Feb 17, 2014 at 09:48:14AM -0500, Alan Stern wrote:
> On Mon, 17 Feb 2014, Stanislaw Gruszka wrote:
>
> > There is threadirqs kenel boot option which allow to force interrupt
> > routines to be performed as thread.
> >
> > USB irq routines use spin_lock(*hci->lock) variant without disabl
On Mon, 17 Feb 2014, Stanislaw Gruszka wrote:
> There is threadirqs kenel boot option which allow to force interrupt
> routines to be performed as thread.
>
> USB irq routines use spin_lock(*hci->lock) variant without disabling
> interrupts, what is perfectly fine, but that can cause deadlock wh