Linux kernel source tree
Go to file
Chen Hanxiao 33c94d7e3c SUNRPC: return proper error from gss_wrap_req_priv
don't return 0 if snd_buf->len really greater than snd_buf->buflen

Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
Fixes: 0c77668ddb ("SUNRPC: Introduce trace points in rpc_auth_gss.ko")
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
2024-05-30 16:12:43 -04:00
arch s390: 2024-05-12 12:15:39 -07:00
block block-6.9-20240510 2024-05-10 10:24:16 -07:00
certs
crypto
Documentation Including fixes from bluetooth and IPsec. 2024-05-09 08:48:57 -07:00
drivers - Fix a race condition when clearing error count bits and toggling 2024-05-12 09:09:27 -07:00
fs NFSv4.1 enforce rootpath check in fs_location query 2024-05-30 16:12:43 -04:00
include NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly. 2024-05-20 11:09:20 -04:00
init
io_uring
ipc
kernel timers/migration: Prevent out of bounds access on failure 2024-05-08 11:19:43 +02:00
lib 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
LICENSES
mm 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
net SUNRPC: return proper error from gss_wrap_req_priv 2024-05-30 16:12:43 -04:00
rust
samples
scripts
security
sound ALSA: hda/realtek: Fix build error without CONFIG_PM 2024-05-02 08:25:06 +02:00
tools Fix Kselftest's vfork() side effects 2024-05-12 13:01:59 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Change email address for Trond Myklebust 2024-05-22 11:27:32 -04:00
Makefile Linux 6.9 2024-05-12 14:12:29 -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.