diff options
| author | Ross Lagerwall <[email protected]> | 2017-02-08 10:57:37 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-02-09 21:43:01 +0000 |
| commit | e2e004acc7cbe3c531e752a270a74e95cde3ea48 (patch) | |
| tree | 1a1644a3498b13ff364b7a738f736a153ef4c3eb /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
| parent | Merge branch 'sierra_net-fixes' (diff) | |
| download | kernel-e2e004acc7cbe3c531e752a270a74e95cde3ea48.tar.gz kernel-e2e004acc7cbe3c531e752a270a74e95cde3ea48.zip | |
xen-netfront: Improve error handling during initialization
This fixes a crash when running out of grant refs when creating many
queues across many netdevs.
* If creating queues fails (i.e. there are no grant refs available),
call xenbus_dev_fatal() to ensure that the xenbus device is set to the
closed state.
* If no queues are created, don't call xennet_disconnect_backend as
netdev->real_num_tx_queues will not have been set correctly.
* If setup_netfront() fails, ensure that all the queues created are
cleaned up, not just those that have been set up.
* If any queues were set up and an error occurs, call
xennet_destroy_queues() to clean up the napi context.
* If any fatal error occurs, unregister and destroy the netdev to avoid
leaving around a half setup network device.
Signed-off-by: Ross Lagerwall <[email protected]>
Reviewed-by: Boris Ostrovsky <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
0 files changed, 0 insertions, 0 deletions
