Re: [PATCH] qedf: Fix crash due to unsolicited FIP VLAN response.

2017-04-04 Thread Martin K. Petersen
"Dupuis, Chad" writes: Chad, > We need to initialize qedf->fipvlan_compl in __qedf_probe so that if > we receive an unsolicited FIP VLAN response, the system doesn't crash > due to trying to complete an uninitialized completion. > > Also add a check to see if there are any waiters on the complet

[PATCH] qedf: Fix crash due to unsolicited FIP VLAN response.

2017-03-23 Thread Dupuis, Chad
From: Chad Dupuis We need to initialize qedf->fipvlan_compl in __qedf_probe so that if we receive an unsolicited FIP VLAN response, the system doesn't crash due to trying to complete an uninitialized completion. Also add a check to see if there are any waiters on the completion so we don't inadv