From: Serey Kong Date: Fri, 1 Aug 2014 20:27:15 +0000 (-0700) Subject: i40evf: Fixed guest OS panic when removing vf driver X-Git-Tag: cleanup-for-v3.18~108^2~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb1a540450c3dbd075491ea43772ac8a7ddec46;p=pandora-kernel.git i40evf: Fixed guest OS panic when removing vf driver Removing VF driver during device still in reset caused guest OS panic. in the i40evf_remove(), we're trying to clean mac_filter_list which has not been initialized since the device is still stuck at the reset. The change is to initialize the filter_list before setting any task. Change-ID: I8b59df7384416c7e6f2d264b598f447e1c2c92b0 Signed-off-by: Serey Kong Tested-by: Sibai Li Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed