commit | 9620cfba97a8b88ae91f0e275e8ff110b578bb6e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Sep 06 12:19:57 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon Sep 11 12:29:39 2017 -0400 |
tree | 591211f3cfce61222eaba39f703529f8dc88ccfb | |
parent | 30f92d62e5b41a94de2d0bbd677a6ea2fcfed74f [diff] |
nvme-pci: propagate (some) errors from host memory buffer setup We want to catch command execution errors when resetting the device, so propagate errors from the Set Features when setting up the host memory buffer. We keep ignoring memory allocation failures, as the spec clearly says that the controller must work without a host memory buffer. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <keith.busch@intel.com> Cc: stable@vger.kernel.org