From: Nathan Fontenot
Date: Fri, 10 Feb 2017 13:45:05 -0500
> Initialize condition variables prior to invoking any work that can
> mark them complete. This resolves a race in the ibmvnic driver where
> the driver faults trying to complete an uninitialized condition
> variable.
>
> Signed-off-by:
Initialize condition variables prior to invoking any work that can
mark them complete. This resolves a race in the ibmvnic driver where
the driver faults trying to complete an uninitialized condition
variable.
Signed-off-by: Nathan Fontenot
---
drivers/net/ethernet/ibm/ibmvnic.c | 17 +