Linux kernel source tree
Go to file
Yonghong Song 5ffb537e41 selftests/bpf: Add tests with stack ptr register in conditional jmp
Add two tests:
  - one test has 'rX <op> r10' where rX is not r10, and
  - another test has 'rX <op> rY' where rX and rY are not r10
    but there is an early insn 'rX = r10'.

Without previous verifier change, both tests will fail.

Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20250524041340.4046304-1-yonghong.song@linux.dev
2025-05-27 14:09:12 -07:00
Documentation
LICENSES
arch bpf, arm64: Support up to 12 function arguments 2025-05-27 10:50:31 -07:00
block
certs
crypto
drivers bpf: Add dmabuf iterator 2025-05-27 09:51:25 -07:00
fs
include bpf: Do not include stack ptr register in precision backtracking bookkeeping 2025-05-27 14:09:12 -07:00
init
io_uring
ipc
kernel selftests/bpf: Add tests with stack ptr register in conditional jmp 2025-05-27 14:09:12 -07:00
lib
mm
net bpf, sockmap: Avoid using sk_socket after free when sending 2025-05-22 16:16:37 -07:00
rust
samples
scripts
security
sound
tools selftests/bpf: Add tests with stack ptr register in conditional jmp 2025-05-27 14:09:12 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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 reStructuredText 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.