Re: [PATCH] ibmvnic: Initialize completion variables before starting work

2017-02-11 Thread David Miller
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:

[PATCH] ibmvnic: Initialize completion variables before starting work

2017-02-10 Thread Nathan Fontenot
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 +