Re: [PATCH] nvme: fix NULL pointer dereference

From: Keith Busch
Date: Thu Sep 17 2020 - 13:15:27 EST


On Thu, Sep 17, 2020 at 12:56:59PM -0400, Tong Zhang wrote:
> The command_id in CQE is writable by NVMe controller, driver should
> check its sanity before using it.

We already do that.