No description
Find a file
Max Kellermann 036b1630ee lib/iov_iter: initialize "flags" in new pipe_buffer
commit 9d2231c5d7 upstream.

The functions copy_page_to_iter_pipe() and push_pipe() can both
allocate a new pipe_buffer, but the "flags" member initializer is
missing.

Fixes: 241699cd72 ("new iov_iter flavour: pipe-backed")
To: Alexander Viro <viro@zeniv.linux.org.uk>
To: linux-fsdevel@vger.kernel.org
To: linux-kernel@vger.kernel.org
Cc: stable@vger.kernel.org
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-04-19 17:45:35 +08:00
arch arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 2023-04-19 17:45:34 +08:00
block block: fix surprise removal for drivers calling blk_set_queue_dying 2023-04-19 17:45:32 +08:00
certs
crypto
Documentation
drivers EDAC: Fix calculation of returned address and next offset in edac_align_ptr() 2023-04-19 17:45:35 +08:00
fs mm: io_uring: allow oom-killer from io_uring_setup 2023-04-19 17:45:34 +08:00
include x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm 2023-04-19 17:45:33 +08:00
init
ipc
kernel ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1 2023-04-19 17:45:35 +08:00
lib lib/iov_iter: initialize "flags" in new pipe_buffer 2023-04-19 17:45:35 +08:00
LICENSES
mm
net xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create 2023-04-19 17:45:34 +08:00
samples
scripts kconfig: fix failing to generate auto.conf 2023-04-19 17:45:35 +08:00
security
sound ASoC: qcom: Actually clear DMA interrupt register for HDMI 2023-04-19 17:45:32 +08:00
tools selftests: fixup build warnings in pidfd / clone3 tests 2023-04-19 17:45:34 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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 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.