Go to file
Trond Myklebust dac9e6af53 SUNRPC: rpcbind should never reset the port to the value '0'
[ Upstream commit 214c13e380 ]

If we already had a valid port number for the RPC service, then we
should not allow the rpcbind client to set it to the invalid value '0'.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-05-29 11:02:06 +02:00
arch riscv: Allow NOMMU kernels to access all of RAM 2025-05-29 11:02:05 +02:00
block
certs
crypto
Documentation
drivers fbdev: core: tileblit: Implement missing margin clearing for tileblit 2025-05-29 11:02:05 +02:00
fs NFSv4: Treat ENETUNREACH errors as fatal for state recovery 2025-05-29 11:02:06 +02:00
include tracing: Mark binary printing functions with __printf() attribute 2025-05-29 11:02:04 +02:00
init
io_uring io_uring/msg: initialise msg request opcode 2025-05-29 11:02:03 +02:00
ipc
kernel tracing: Mark binary printing functions with __printf() attribute 2025-05-29 11:02:04 +02:00
lib
LICENSES
mm
net SUNRPC: rpcbind should never reset the port to the value '0' 2025-05-29 11:02:06 +02:00
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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 reStructuredText 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.