Files
linux-bredos/drivers
Hannes Reinecke 9514925a9a nvme: catch errors from nvme_configure_metadata()
[ Upstream commit cd9aed6060 ]

nvme_configure_metadata() is issuing I/O, so we might incur an I/O
error which will cause the connection to be reset.
But in that case any further probing will race with reset and
cause UAF errors.
So return a status from nvme_configure_metadata() and abort
probing if there was an I/O error.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-12-20 17:01:57 +01:00
..
2023-08-22 15:50:57 +02:00
2023-08-24 16:20:30 -07:00
2023-08-30 18:32:24 -07:00
2023-11-20 11:59:19 +01:00
2023-11-28 17:19:55 +00:00
2023-12-13 18:44:55 +01:00