Linux kernel source tree
Find a file
Johan Almbladh a7d2e752e5 bpf/tests: Add staggered JMP and JMP32 tests
This patch adds a new type of jump test where the program jumps forwards
and backwards with increasing offset. It mainly tests JITs where a
relative jump may generate different JITed code depending on the offset
size, read MIPS.

Signed-off-by: Johan Almbladh <johan.almbladh@anyfinetworks.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210914091842.4186267-7-johan.almbladh@anyfinetworks.com
2021-09-28 09:26:28 +02:00
arch
block
certs
crypto
Documentation
drivers i40e: Use the xsk batched rx allocation interface 2021-09-28 00:18:35 +02:00
fs
include xsk: Optimize for aligned case 2021-09-28 00:18:35 +02:00
init
ipc
kernel bpf: Support <8-byte scalar spill and refill 2021-09-26 13:07:27 -07:00
lib bpf/tests: Add staggered JMP and JMP32 tests 2021-09-28 09:26:28 +02:00
LICENSES
mm
net xsk: Optimize for aligned case 2021-09-28 00:18:35 +02:00
samples
scripts
security
sound
tools libbpf: Ignore STT_SECTION symbols in 'maps' section 2021-09-27 21:29:37 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.