Re: [PATCH] net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()

From: David Miller
Date: Mon Oct 28 2019 - 19:35:46 EST


From: Daniel Wagner <dwagner@xxxxxxx>
Date: Fri, 25 Oct 2019 10:04:13 +0200

> lan78xx_status() will run with interrupts enabled due to the change in
> ed194d136769 ("usb: core: remove local_irq_save() around ->complete()
> handler"). generic_handle_irq() expects to be run with IRQs disabled.
...
> Fixes: ed194d136769 ("usb: core: remove local_irq_save() around ->complete() handler")
...
> Signed-off-by: Daniel Wagner <dwagner@xxxxxxx>

Applied and queued up for -stable, thanks Daniel.