No description
Find a file
Florian Westphal 16cc42cc00 netfilter: nf_tables: fix out of memory error handling
[ Upstream commit 5e1be4cdc9 ]

Several instances of pipapo_resize() don't propagate allocation failures,
this causes a crash when fault injection is enabled for gfp_kernel slabs.

Fixes: 3c4287f620 ("nf_tables: Add set type for arbitrary concatenation of ranges")
Signed-off-by: Florian Westphal <fw@strlen.de>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-08-30 14:52:33 +02:00
arch arm64/ptrace: Ensure that the task sees ZT writes on first use 2023-08-23 17:32:53 +02:00
block blk-crypto: dynamically allocate fallback profile 2023-08-23 17:32:53 +02:00
certs
crypto
Documentation dt-bindings: pinctrl: qcom,sa8775p-tlmm: add gpio function constant 2023-08-23 17:32:53 +02:00
drivers i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters() 2023-08-30 14:52:33 +02:00
fs jbd2: fix a race when checking checkpoint buffer busy 2023-08-30 14:52:28 +02:00
include netfilter: nf_tables: validate all pending tables 2023-08-30 14:52:33 +02:00
init
io_uring
ipc
kernel tracing: Fix memleak due to race between current_tracer and trace 2023-08-30 14:52:29 +02:00
lib
LICENSES
mm
net netfilter: nf_tables: fix out of memory error handling 2023-08-30 14:52:33 +02:00
rust
samples
scripts
security
sound ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stop 2023-08-23 17:32:56 +02:00
tools selftests: bonding: do not set port down before adding to bond 2023-08-30 14:52:32 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.4.12 2023-08-23 17:32:56 +02: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.