mbox series

[net,0/2] __napi_schedule_irqoff() used in wrong context

Message ID 20191126222013.1904785-1-bigeasy@linutronix.de
Headers show
Series __napi_schedule_irqoff() used in wrong context | expand

Message

Sebastian Andrzej Siewior Nov. 26, 2019, 10:20 p.m. UTC
I found three cases where __napi_schedule_irqoff() could be used with
enabled interrupts while looking for something elseā€¦ There are patches
for two of them.

The third one, hyperv/netvsc, is wrong with the `threadirqs' commandline
option because the interrupt will be delivered directly via the vector
and not the thread. I will try to sort this out with the x86 folks.

Sebastian