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

2016-10-29 Thread David Miller
From: Thomas Falcon Date: Wed, 26 Oct 2016 13:57:38 -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 Applied.

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

2016-10-26 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 --- drivers/net/ethernet/ibm/ibmvnic.c | 35 --- drivers/net/ethernet/ibm/ibmvnic.h | 1 + 2 files