No description
Find a file
Pablo Neira Ayuso f58c56f2ab netfilter: nf_tables: unbind non-anonymous set if rule construction fails
[ 3e70489721 ]

Otherwise a dangling reference to a rule object that is gone remains
in the set binding list.

Fixes: 26b5a5712e ("netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-11 11:45:17 +02:00
arch ARM: orion5x: fix d2net gpio initialization 2023-08-11 11:45:15 +02:00
block block: bio-integrity: Copy flags when bio_integrity_payload is cloned 2023-03-11 16:31:33 +01:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-25 11:49:16 +02:00
crypto crypto: drbg - Only fail when jent is unavailable in FIPS mode 2023-05-17 11:13:13 +02:00
Documentation Documentation/x86: Fix backwards on/off logic about YMM support 2023-08-08 19:49:19 +02:00
drivers spi: spi-fsl-spi: allow changing bits_per_word while CS is still active 2023-08-11 11:45:16 +02:00
firmware
fs btrfs: fix race when deleting quota root from the dirty cow roots list 2023-08-11 11:45:15 +02:00
include netfilter: nf_tables: reject unbound anonymous set before commit phase 2023-08-11 11:45:17 +02:00
init init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() 2023-08-08 19:49:18 +02:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2022-12-08 11:18:35 +01:00
kernel kexec: fix a memory leak in crash_shrink_memory() 2023-08-11 11:45:06 +02:00
lib lib/ts_bm: reset initial match offset for every block of text 2023-08-11 11:45:07 +02:00
LICENSES
mm treewide: Remove uninitialized_var() usage 2023-08-11 11:45:01 +02:00
net netfilter: nf_tables: unbind non-anonymous set if rule construction fails 2023-08-11 11:45:17 +02:00
samples samples/bpf: Fix buffer overflow in tcp_basertt 2023-08-11 11:45:03 +02:00
scripts modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} 2023-08-11 11:45:10 +02:00
security integrity: Fix possible multiple allocation in integrity_inode_get() 2023-08-11 11:45:15 +02:00
sound ALSA: jack: Fix mutex call in snd_jack_report() 2023-08-11 11:45:14 +02:00
tools perf dwarf-aux: Fix off-by-one in die_get_varname() 2023-08-11 11:45:09 +02:00
usr
virt KVM: arm64: vgic: Fix exit condition in scan_its_table() 2022-11-03 23:52:24 +09:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS clocksource/drivers: Unify the names to timer-* format 2023-08-11 11:45:02 +02:00
Makefile Linux 4.19.290 2023-08-08 19:49:19 +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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.