[PATCH] nvme: add missing MODULE_ALIAS for fabrics transports

Keith Busch kbusch at kernel.org
Wed Apr 8 08:12:56 PDT 2026


On Tue, Mar 31, 2026 at 04:17:31PM +0800, Geliang Tang wrote:
> From: Geliang Tang <tanggeliang at kylinos.cn>
> 
> The generic fabrics layer uses request_module("nvme-%s", opts->transport)
> to auto-load transport modules. Currently, the nvme-tcp, nvme-rdma, and
> nvme-fc modules lack MODULE_ALIAS entries for these names, which prevents
> the kernel from automatically finding and loading them when requested.

Thanks, applied to nvme-7.1.



More information about the Linux-nvme mailing list