No description
Find a file
Olga Kornievskaia 5ca123c91a SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
[ Upstream commit b8a09619a5 ]

If the supplied argument doesn't specify the transport type, use the
type of the existing rpc clnt and its existing transport.

Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-02-16 12:56:10 +01:00
arch KVM: s390: Return error on SIDA memop on normal guest 2022-02-11 09:10:26 +01:00
block block: bio-integrity: Advance seed correctly for larger interval sizes 2022-02-08 18:34:05 +01:00
certs
crypto crypto: api - Move cryptomgr soft dependency into algapi 2022-02-11 09:10:26 +01:00
Documentation Revert "fbcon: Disable accelerated scrolling" 2022-02-08 18:34:06 +01:00
drivers thermal/drivers/int340x: Fix RFIM mailbox write commands 2022-02-16 12:56:07 +01:00
fs NFSv4 handle port presence in fs_location server string 2022-02-16 12:56:10 +01:00
include NFSv4.1 query for fs_location attr on a new file system 2022-02-16 12:56:09 +01:00
init
ipc
kernel tracing: Propagate is_signed to expression 2022-02-16 12:56:08 +01:00
lib
LICENSES
mm mm/kmemleak: avoid scanning potential huge holes 2022-02-08 18:34:05 +01:00
net SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt 2022-02-16 12:56:10 +01:00
samples
scripts
security ima: Do not print policy rule with inactive LSM labels 2022-02-16 12:56:04 +01:00
sound ASoC: codecs: wcd938x: fix return value of mixer put function 2022-02-08 18:34:11 +01:00
tools selftests: netfilter: check stateless nat udp checksum fixup 2022-02-08 18:34:14 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.23 2022-02-11 09:10:27 +01: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 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.