Re: [PATCH net v2 1/2] ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context

2016-10-29 Thread David Miller
From: Thomas Falcon Date: Thu, 27 Oct 2016 12:28:51 -0500 > Schedule these XPORT event tasks in the shared workqueue > so that IRQs are not freed in an interrupt context when > sub-CRQs are released. > > Signed-off-by: Thomas Falcon > --- > v2: correct warnings by kbuild bot Applied.

[PATCH net v2 1/2] ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context

2016-10-27 Thread Thomas Falcon
Schedule these XPORT event tasks in the shared workqueue so that IRQs are not freed in an interrupt context when sub-CRQs are released. Signed-off-by: Thomas Falcon --- v2: correct warnings by kbuild bot --- drivers/net/ethernet/ibm/ibmvnic.c | 35 --- drivers/net