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)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 Dec 2022 16:26:25 +0000 (06:26 -1000)
commit831ed60c2aca2d7c517b2da22897a90224a97d27
tree61ee3a3c954b3173e4ba2b9e7a60aa3afe0a7a68
parent2a459f6933e1c459bffb7cc73fd6c900edc714bd
nvme: also return I/O command effects from nvme_command_effects

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>
drivers/nvme/host/core.c