]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvme: make prp passthrough usage less scary
authorKeith Busch <kbusch@kernel.org>
Wed, 6 May 2026 13:05:14 +0000 (06:05 -0700)
committerKeith Busch <kbusch@kernel.org>
Mon, 11 May 2026 15:07:39 +0000 (08:07 -0700)
commitce28b772c3c28fb1c62a81533045ae90ed3b496c
tree1647d4b2a89777227475f9ec91151d6061aafb8c
parent86f33ca9bea30cf011f2b1edad4593faea9c6e98
nvme: make prp passthrough usage less scary

The warning is a bit alarming, and it only prints for the very first
non-sgl capable device that receives a passthrough command. Just log an
informational message on initial discovery for every device.

Reviewed-by: Jens Axboe <axboe@kernel.dk>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c
drivers/nvme/host/ioctl.c