diff options
author | Jacob Keller <[email protected]> | 2020-05-15 17:42:25 -0700 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2020-05-28 15:51:28 -0700 |
commit | c2b313b783e0441dab2441cc1ee216eb4b9447a6 (patch) | |
tree | 6445f2980b0b4b647fe3ec2e322fd69030e70e55 /lib/mpi/mpi-sub-ui.c | |
parent | bc3a024101ca497bea4c69be4054c32a5c349f1d (diff) |
ice: fix kernel BUG if register_netdev fails
If register_netdev() fails, the driver will attempt to cleanup the
q_vectors and inadvertently trigger a kernel BUG due to a NULL pointer
dereference.
This occurs because cleaning up q_vectors attempts to call
netif_napi_del on napi_structs which were never initialized.
Resolve this by releasing the netdev in ice_cfg_netdev and setting
vsi->netdev to NULL. This ensures that after ice_cfg_netdev fails the
state is rewound to match as if ice_cfg_netdev was never called.
Signed-off-by: Jacob Keller <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions