mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 21:42:42 -04:00
Register a '.nvme' keyring to hold keys for TLS and DH-HMAC-CHAP and add a new config option NVME_KEYRING. We need a separate keyring for NVMe as the configuration is done via individual commands (eg for configfs), and the usual per-session or per-process keyrings can't be used. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Keith Busch <kbusch@kernel.org>
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config NVME_COMMON
|
|
tristate
|
|
|
|
config NVME_KEYRING
|
|
bool
|
|
select KEYS
|