linux-stable/drivers/nvme/target
Arnd Bergmann 65e2a74c44 nvme: target: fix Kconfig select statements
When the NVME target code is built-in but its TCP frontend is a loadable
module, enabling keyring support causes a link failure:

x86_64-linux-ld: vmlinux.o: in function `nvmet_ports_make':
configfs.c:(.text+0x100a211): undefined reference to `nvme_keyring_id'

The problem is that CONFIG_NVME_TARGET_TCP_TLS is a 'bool' symbol that
depends on the tristate CONFIG_NVME_TARGET_TCP, so any 'select' from
it inherits the state of the tristate symbol rather than the intended
CONFIG_NVME_TARGET one that contains the actual call.

The same thing is true for CONFIG_KEYS, which itself is required for
NVME_KEYRING.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20231122224719.4042108-3-arnd@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-11-22 18:40:14 -07:00
..
admin-cmd.c nvmet: remove nvmet_req_cns_error_complete 2023-04-13 08:55:05 +02:00
auth.c nvme-auth: use transformed key size to create resp 2023-10-17 13:57:54 -07:00
configfs.c nvme: target: fix nvme_keyring_id() references 2023-11-22 18:40:14 -07:00
core.c nvmet: avoid potential UAF in nvmet_req_complete() 2023-03-15 14:58:53 +01:00
discovery.c nvme: move from strlcpy with unused retval to strscpy 2022-09-19 11:33:53 +02:00
fabrics-cmd-auth.c nvme-auth: always set valid seq_num in dhchap reply 2023-11-06 08:34:20 -08:00
fabrics-cmd.c nvmet: nul-terminate the NQNs passed in the connect command 2023-11-20 09:25:33 -08:00
fc.c nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by 2023-10-05 09:29:04 -07:00
fcloop.c nvmet-fcloop: Do not wait on completion when unregister fails 2023-06-12 10:37:00 -07:00
io-cmd-bdev.c nvmet: Convert to bdev_open_by_path() 2023-10-28 13:29:18 +02:00
io-cmd-file.c nvmet: use bvec_set_page to initialize bvecs 2023-02-03 08:20:55 -07:00
Kconfig nvme: target: fix Kconfig select statements 2023-11-22 18:40:14 -07:00
loop.c nvme-loop: always quiesce and cancel commands before destroying admin q 2023-11-06 09:00:15 -08:00
Makefile nvmet: implement basic In-Band Authentication 2022-08-02 17:14:49 -06:00
nvmet.h for-6.7/block-2023-10-30 2023-11-01 12:30:07 -10:00
passthru.c nvmet: use PAGE_SECTORS_SHIFT 2023-07-10 08:46:30 -07:00
rdma.c RDMA/core: introduce ib_dma_pci_p2p_dma_supported() 2022-07-26 07:28:07 -04:00
tcp.c nvmet-tcp: always initialize tls_handshake_tmo_work 2023-11-20 09:25:33 -08:00
trace.c nvmet: add set feature tracing support 2021-08-16 14:42:23 +02:00
trace.h
zns.c nvmet: rename nvmet_execute_identify_cns_cs_ns 2023-04-13 08:55:04 +02:00