No description
Find a file
Eduard Zingerman ae5e9c3ced bpf: print full verifier states on infinite loop detection
commit b4d8239534 upstream.

Additional logging in is_state_visited(): if infinite loop is detected
print full verifier state for both current and equivalent states.

Acked-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/r/20231024000917.12153-8-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-01-31 16:18:59 -08:00
arch LoongArch/smp: Call rcutree_report_cpu_starting() earlier 2024-01-31 16:18:57 -08:00
block
certs
crypto
Documentation dt-bindings: net: snps,dwmac: Tx coe unsupported 2024-01-31 16:18:58 -08:00
drivers serial: Do not hold the port lock when setting rx-during-tx GPIO 2024-01-31 16:18:58 -08:00
fs ksmbd: Add missing set_freezable() for freezable kthread 2024-01-31 16:18:58 -08:00
include bpf: correct loop detection for iterators convergence 2024-01-31 16:18:58 -08:00
init
io_uring
ipc
kernel bpf: print full verifier states on infinite loop detection 2024-01-31 16:18:59 -08:00
lib
LICENSES
mm mm: page_alloc: unreserve highatomic page blocks before oom 2024-01-31 16:18:57 -08:00
net
rust
samples
scripts scripts/get_abi: fix source path leak 2024-01-31 16:18:55 -08:00
security
sound
tools selftests/bpf: test if state loops are detected in a tricky case 2024-01-31 16:18:59 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.