Fw: [PATCH] NVMe: Call nvme_pci_disable on error path of nvme_probe_work

2016-12-22 Thread Kheria, Rashika
From: Keith Busch Sent: Monday, November 14, 2016 7:47 PM To: Kheria, Rashika Cc: Christoph Hellwig; Kheria, Rashika; linux-n...@lists.infradead.org Subject: Re: [PATCH] NVMe: Call nvme_pci_disable on error path of nvme_probe_work On Mon, Nov 14, 2016

[PATCH] NVMe: Call nvme_pci_disable on error path of nvme_probe_work

2016-11-01 Thread Rashika Kheria
Commit d5537e988eec ("NVMe: Don't unmap controller registers on reset"), introduced a regression in which it did not replace nvme_dev_unmap() with nvme_pci_disable() in the error path of nvme_probe_work(). This led to the following NVMe driver crash on systems where the devices did not initialise