[PATCH] nvme: rework NVME_AUTH Kconfig selection

Keith Busch kbusch at kernel.org
Thu Oct 12 08:09:38 PDT 2023


On Thu, Oct 12, 2023 at 02:22:48PM +0200, Hannes Reinecke wrote:
> Having a single Kconfig symbol NVME_AUTH conflates the selection
> of the authentication functions from nvme/common and nvme/host,
> causing kbuild robot to complain when building the nvme target
> only. So introduce a Kconfig symbol NVME_HOST_AUTH for the nvme
> host bits and use NVME_AUTH for the common functions only.
> And move the CRYPTO selection into nvme/common to make it
> easier to read.
> 
> Reported-by: kernel test robot <lkp at intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202310120733.TlPOVeJm-lkp@intel.com/
> Signed-off-by: Hannes Reinecke <hare at suse.de>

Applie on nvme-6.7, thanks!



More information about the Linux-nvme mailing list