nvme: also return I/O command effects from nvme_command_effects
authorChristoph Hellwig <hch@lst.de>
Wed, 21 Dec 2022 09:12:17 +0000 (10:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2023 10:59:17 +0000 (11:59 +0100)
commit69f4bda5f4e6b129efbb9158b157d5a6d63f75af
tree9e61769fd51339ca5d74b9550845050aa5a1ab69
parenta6a4b057cd47f7383890d8e8ebfa62eea4bca891
nvme: also return I/O command effects from nvme_command_effects

[ Upstream commit 831ed60c2aca2d7c517b2da22897a90224a97d27 ]

To be able to use the Commands Supported and Effects Log for allowing
unprivileged passtrough, it needs to be corretly reported for I/O
commands as well.  Return the I/O command effects from
nvme_command_effects, and also add a default list of effects for the
NVM command set.  For other command sets, the Commands Supported and
Effects log is required to be present already.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvme/host/core.c