]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU
authorSagi Grimberg <sagi@grimberg.me>
Mon, 15 Mar 2021 21:08:11 +0000 (14:08 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 18 Mar 2021 04:39:01 +0000 (05:39 +0100)
commit138655a45eb4f37b2d27535d867c39854f6eed72
treef1449dc8e8b3931ecc45327c6942d7f1c683e2d9
parent2d7af0b4aa7c587e6526b2a22d774d20be2ed68b
nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU

When the controller sends us a 0-length r2t PDU we should not attempt to
try to set up a h2cdata PDU but rather conclude that this is a buggy
controller (forward progress is not possible) and simply fail it
immediately.

Fixes: 1cd562a5d941 ("nvme-tcp: add NVMe over TCP host driver")
Reported-by: Belanger, Martin <Martin.Belanger@dell.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/tcp.c