nvme-pci: Fix abort command id
authorKeith Busch <kbusch@kernel.org>
Thu, 7 Oct 2021 06:50:31 +0000 (23:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Oct 2021 09:45:03 +0000 (11:45 +0200)
commit6fecdb5b54a5d37e5c018307ea9180502c85d158
tree14e1e51b69f061025543f48667c9e9e472f60fb7
parent2d937cc12c140b2eb20cbb0fc8502d7232f18fe3
nvme-pci: Fix abort command id

commit 85f74acf097a63a07f5a7c215db6883e5c35e3ff upstream.

The request tag is no longer the only component of the command id.

Fixes: e7006de6c2380 ("nvme: code command_id with a genctr for use-after-free validation")
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvme/host/pci.c