Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/intel/i40evf
Paweł Jabłoński 8cd5fe62cc i40evf: Fix double locking the same resource
Removes the locking of adapter->mac_vlan_list_lock resource in
i40evf_add_filter(). The locking part is moved above i40evf_add_filter().
i40evf_add_filter(), called by i40evf_addr_sync(), was trying to lock the
resource again and double locking generated a kernel panic after bringing
an interface up.

Fixes: 8946b56354 ("i40evf: use __dev_[um]c_sync routines in
       .set_rx_mode")
Signed-off-by: Paweł Jabłoński <pawel.jablonski@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-02-26 12:29:41 -08:00
..
2018-01-26 13:23:28 -08:00
2015-07-23 05:33:55 -07:00
2018-01-10 12:41:21 -08:00
2017-04-19 16:47:31 -07:00
2017-04-19 16:47:31 -07:00