You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit e51fa3d057e5 ("IB/mlx5: Disable BME on panic") disables PCI Bus
Master Enable for devices when the kernel panics, by traversing the
mlx5 IB driver's dev_list. However, when a device is unbound, the
device is removed from said list and moved to an unaffiliated list.
Therefore, we will also traverse the unaffiliated list in addition to
the dev_list in order to make sure all VFs are silenced.
Orabug: 34395378
Fixes: e51fa3d057e5 ("IB/mlx5: Disable BME on panic")
Signed-off-by: Håkon Bugge <[email protected]>
Tested-by: Aiman Al-Khammash <[email protected]>
Reviewed-by: Konrad Rzeszutek Wilk <[email protected]>
Signed-off-by: Saeed Mirzamohammadi <[email protected]>
0 commit comments