]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvme: skip trace completion for host path errors
authorKeith Busch <kbusch@kernel.org>
Mon, 20 Apr 2026 16:02:28 +0000 (09:02 -0700)
committerKeith Busch <kbusch@kernel.org>
Wed, 22 Apr 2026 17:06:23 +0000 (10:06 -0700)
commitbddb911d28d4412a9462e73766a706ff0d74fa77
treea521135c67f02d0cb1a89c17943afe14274214f9
parentcf92d78a4aa2adbc2b1e687776aabe63c5b97f3f
nvme: skip trace completion for host path errors

The command was never dispatched for the driver's "host path error", so
the command was never actually initialized and there's no corresponding
submit trace for the completion.

Reported-by: Minsik Jeon <hmi.jeon@samsung.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c