No description
Find a file
Pablo Neira Ayuso a060da3235 netfilter: nft_compat: restrict match/target protocol to u16
[ Upstream commit d694b75489 ]

xt_check_{match,target} expects u16, but NFTA_RULE_COMPAT_PROTO is u32.

NLA_POLICY_MAX(NLA_BE32, 65535) cannot be used because .max in
nla_policy is s16, see 3e48be05f3 ("netlink: add attribute range
validation to policy").

Fixes: 0ca743a559 ("netfilter: nf_tables: add compatibility layer for x_tables")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-02-16 19:06:28 +01:00
arch LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init() 2024-02-05 20:13:02 +00:00
block blk-mq: fix IO hang from sbitmap wakeup race 2024-02-05 20:12:59 +00:00
certs
crypto
Documentation net: sysfs: Fix /sys/class/net/<iface> path 2024-02-05 20:13:02 +00:00
drivers ppp_async: limit MRU to 64K 2024-02-16 19:06:27 +01:00
fs cifs: failure to add channel on iface should bump up weight 2024-02-16 19:06:25 +01:00
include netfilter: nft_compat: reject unused compat flag 2024-02-16 19:06:28 +01:00
init
io_uring
ipc
kernel perf: Fix the nr_addr_filters fix 2024-02-05 20:13:00 +00:00
lib debugobjects: Stop accessing objects after releasing hash bucket lock 2024-02-05 20:12:47 +00:00
LICENSES
mm mm: page_alloc: unreserve highatomic page blocks before oom 2024-01-31 16:17:03 -08:00
net netfilter: nft_compat: restrict match/target protocol to u16 2024-02-16 19:06:28 +01:00
rust
samples
scripts scripts/get_abi: fix source path leak 2024-01-31 16:17:01 -08:00
security lsm: new security_file_ioctl_compat() hook 2024-01-31 16:17:00 -08:00
sound ASoC: codecs: wsa883x: fix PA volume control 2024-02-05 20:13:03 +00:00
tools selftests: cmsg_ipv6: repeat the exact packet 2024-02-16 19:06:27 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.1.77 2024-02-05 20:13:03 +00: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.