diff options
author | Jianchao Wang <[email protected]> | 2018-01-06 08:01:58 +0800 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2018-01-08 11:02:13 +0100 |
commit | 2b1b7e784a63f5ded4dda804e05e3f34b3880b25 (patch) | |
tree | 011f05d2455d427dfa8e0a2cdff709c19366dcad /net/unix/sysctl_net_unix.c | |
parent | 1a3838d732eaae47385490de88d978d4132d3d84 (diff) |
nvme-pci: fix NULL pointer reference in nvme_alloc_ns
When the io queues setup or tagset allocation failed, ctrl.tagset is
NULL. But the scan work will still be queued and executed, then panic
comes up due to NULL pointer reference of ctrl.tagset.
To fix this, add a new ctrl state NVME_CTRL_ADMIN_ONLY to inidcate only
admin queue is live. When non io queues or tagset allocation failed, ctrl
enters into this state, scan work will not be started. But async event
work and nvme dev ioctl will be still available. This will be helpful to
do further investigation and recovery.
Suggested-by: Sagi Grimberg <[email protected]>
Signed-off-by: Jianchao Wang <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions