[PATCH v3 0/3] nvme link failure fixes

From: Arnd Bergmann
Date: Wed Nov 22 2023 - 17:47:30 EST


From: Arnd Bergmann <arnd@xxxxxxxx>

There are still a couple of link failures that I tried to address
with a previous patch. I've split up the missing bits into smaller
patches and tried to explain the bugs in more detail.

With these applied, randconfig builds work again. Please either
merge them or treat them as bug reports and find a different fix,
I won't do another version.

Arnd Bergmann (3):
nvme: target: fix nvme_keyring_id() references
nvme: target: fix Kconfig select statements
nvme: tcp: fix compile-time checks for TLS mode

drivers/nvme/host/tcp.c | 31 ++++++++++++++-----------------
drivers/nvme/target/Kconfig | 4 ++--
drivers/nvme/target/configfs.c | 2 +-
3 files changed, 17 insertions(+), 20 deletions(-)

--
2.39.2

Cc: Keith Busch <kbusch@xxxxxxxxxx>
Cc: Jens Axboe <axboe@xxxxxxxxx>
Cc: Christoph Hellwig <hch@xxxxxx>
Cc: Sagi Grimberg <sagi@xxxxxxxxxxx>
Cc: Chaitanya Kulkarni <kch@xxxxxxxxxx>
Cc: linux-nvme@xxxxxxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx