1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 09:13:20 -05:00
No description
Find a file
Chuck Lever a23dd544de SUNRPC: Fix READ_PLUS crasher
Looks like there are still cases when "space_left - frag1bytes" can
legitimately exceed PAGE_SIZE. Ensure that xdr->end always remains
within the current encode buffer.

Reported-by: Bruce Fields <bfields@fieldses.org>
Reported-by: Zorro Lang <zlang@redhat.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216151
Fixes: 6c254bf3b6 ("SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
2022-06-30 17:41:08 -04:00
arch powerpc fixes for 5.18 #5 2022-05-15 06:46:03 -07:00
block
certs
crypto
Documentation fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict 2022-05-19 12:25:39 -04:00
drivers Driver core fixes for 5.18-rc7 2022-05-15 08:08:51 -07:00
fs NFSD: restore EINVAL error translation in nfsd_commit() 2022-06-27 10:33:05 -04:00
include SUNRPC: Optimize xdr_reserve_space() 2022-06-08 12:39:37 -04:00
init
ipc
kernel The recent expansion of the sched switch tracepoint inserted a new argument 2022-05-15 06:40:11 -07:00
lib
LICENSES
mm hotfixes for 5.18-rc7 2022-05-13 10:22:37 -07:00
net SUNRPC: Fix READ_PLUS crasher 2022-06-30 17:41:08 -04:00
samples
scripts
security
sound
tools perf tools fixes for v5.18: 5th batch 2022-05-14 11:43:47 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap hotfixes for 5.18-rc7 2022-05-13 10:22:37 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: reciprocal co-maintainership for file locking and nfsd 2022-05-29 13:56:23 -04:00
Makefile Linux 5.18-rc7 2022-05-15 18:08:58 -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 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.