On 02.05.2017 17:34, Alan Stern wrote:
On Tue, 2 May 2017, Mathias Nyman wrote:
On 01.05.2017 22:41, Alan Stern wrote:
With threaded interrupts, bottom-half handlers are called with
interrupts enabled. Therefore they can't safely use spin_lock(); they
have to use spin_lock_irqsave(). Lockdep
On Tue, 2 May 2017, Mathias Nyman wrote:
> On 01.05.2017 22:41, Alan Stern wrote:
> > With threaded interrupts, bottom-half handlers are called with
> > interrupts enabled. Therefore they can't safely use spin_lock(); they
> > have to use spin_lock_irqsave(). Lockdep warns about a violation
> >
On 01.05.2017 22:41, Alan Stern wrote:
With threaded interrupts, bottom-half handlers are called with
interrupts enabled. Therefore they can't safely use spin_lock(); they
have to use spin_lock_irqsave(). Lockdep warns about a violation
occurring in xhci_irq():
With threaded interrupts, bottom-half handlers are called with
interrupts enabled. Therefore they can't safely use spin_lock(); they
have to use spin_lock_irqsave(). Lockdep warns about a violation
occurring in xhci_irq():
=
[ INFO: possibl