SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
Trond Myklebust authored
According to RFC5666, the correct netid for an IPv6 addressed RDMA
transport is "rdma6", which we've supported as a mount option since
Linux-4.7. The problem is when we try to load the module "xprtrdma6",
that will fail, since there is no modulealias of that name.

Fixes: 181342c5

 ("xprtrdma: Add rdma6 option to support NFS/RDMA IPv6")
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
d5aa6b22
Name Last commit Last update
Documentation Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
LICENSES LICENSES/deprecated: add Zlib license text
arch Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
block block/keyslot-manager: prevent crash when num_slots=1
certs .gitignore: add SPDX License Identifier
crypto Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
drivers Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
fs NFS: Do uncached readdir when we're seeking a cookie in an empty page cache
include SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
init Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
ipc ipc: adjust proc_ipc_sem_dointvec definition to match prototype
kernel Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib lib/strncpy_from_user.c: Mask out bytes after NUL terminator.
mm mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)
net SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
scripts Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
sound Merge tag 'asoc-fix-v5.10-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
tools perf probe: Change function definition check due to broken DWARF
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt kvm: x86/mmu: Support dirty logging for the TDP MMU
.clang-format Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.