]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: Fix abort command id
authorKeith Busch <kbusch@kernel.org>
Thu, 7 Oct 2021 06:50:31 +0000 (23:50 -0700)
committerKeith Busch <kbusch@kernel.org>
Thu, 7 Oct 2021 15:02:06 +0000 (08:02 -0700)
commit1f165a81528918143591815b6ed1110a36253f4f
tree24ef0506929a822cfa6590839ebdcf5a8967cb33
parent4a7aaecf7e408c7bbcdcbf10cc403f25fe8cadd0
nvme-pci: Fix abort command id

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

Fixes: fc23af1887d61 ("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>
drivers/nvme/host/pci.c