]> www.infradead.org Git - nvme.git/commit
nvme: re-fix error-handling for io_uring nvme-passthrough nvme-6.12-2024-10-31
authorKeith Busch <kbusch@kernel.org>
Mon, 28 Oct 2024 20:45:46 +0000 (13:45 -0700)
committerKeith Busch <kbusch@kernel.org>
Wed, 30 Oct 2024 14:19:18 +0000 (07:19 -0700)
commit5eed4fb274cd6579f2fb4190b11c4c86c553cd06
treea6a127becbf4274e22a8aaf8d7ad56c1d1e84867
parentd2f551b1f72b4c508ab9298419f6feadc3b5d791
nvme: re-fix error-handling for io_uring nvme-passthrough

This was previously fixed with commit 1147dd0503564fa0e0348
("nvme: fix error-handling for io_uring nvme-passthrough"), but the
change was mistakenly undone in a later commit.

Fixes: d6aacee9255e7f ("nvme: use bio_integrity_map_user")
Cc: stable@vger.kernel.org
Reported-by: Jens Axboe <axboe@kernel.dk>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Anuj Gupta <anuj20.g@samsung.com>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/ioctl.c