Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvme: Expose the tls_configured sysfs for secure concat connections

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>

authored by

Alistair Francis and committed by
Keith Busch
56d25f1a 2e6eb6b2

+1 -1
+1 -1
drivers/nvme/host/sysfs.c
··· 861 861 !ctrl->opts->tls && !ctrl->opts->concat) 862 862 return 0; 863 863 if (a == &dev_attr_tls_configured_key.attr && 864 - (!ctrl->opts->tls_key || ctrl->opts->concat)) 864 + !ctrl->opts->concat) 865 865 return 0; 866 866 if (a == &dev_attr_tls_keyring.attr && 867 867 !ctrl->opts->keyring)