Linux kernel source tree
Go to file
NeilBrown 86ab08beb3 SUNRPC: replace program list with program array
A service created with svc_create_pooled() can be given a linked list of
programs and all of these will be served.

Using a linked list makes it cumbersome when there are several programs
that can be optionally selected with CONFIG settings.

After this patch is applied, API consumers must use only
svc_create_pooled() when creating an RPC service that listens for more
than one RPC program.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Acked-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
2024-09-23 15:03:30 -04:00
arch
block
certs
crypto
Documentation Char/Misc driver fixes for 6.11-rc7 2024-09-08 10:13:39 -07:00
drivers - Remove percpu irq related code in the timer-of initialization 2024-09-08 10:25:25 -07:00
fs SUNRPC: replace program list with program array 2024-09-23 15:03:30 -04:00
include SUNRPC: replace program list with program array 2024-09-23 15:03:30 -04:00
init
io_uring
ipc
kernel - Fix perf's AUX buffer serialization 2024-09-08 10:20:44 -07:00
lib
LICENSES
mm
net SUNRPC: replace program list with program array 2024-09-23 15:03:30 -04:00
rust
samples
scripts
security
sound
tools NFSD 6.12 Release Notes 2024-09-23 15:00:07 -04:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap NFSD 6.12 Release Notes 2024-09-23 15:00:07 -04:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.11-rc7 2024-09-08 14:50:28 -07:00
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.