No description
Find a file
Alexei Starovoitov d3b0856e59 selftests/bpf: Add fexit tests for BPF trampoline
Add fexit tests for BPF trampoline that checks kernel functions
with up to 6 arguments of different sizes and their return values.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20191114185720.1641606-11-ast@kernel.org
2019-11-15 23:43:28 +01:00
arch bpf: Introduce BPF trampoline 2019-11-15 23:41:51 +01:00
block
certs
crypto
Documentation bpf, doc: Change right arguments for JIT example code 2019-11-15 22:36:35 +01:00
drivers
fs
include bpf: Introduce BPF trampoline 2019-11-15 23:41:51 +01:00
init
ipc
kernel bpf: Introduce BPF trampoline 2019-11-15 23:41:51 +01:00
lib
LICENSES
mm
net bpf: Add kernel test functions for fentry testing 2019-11-15 23:43:01 +01:00
samples samples/bpf: Add missing option to xdpsock usage 2019-11-15 22:32:10 +01:00
scripts
security
sound
tools selftests/bpf: Add fexit tests for BPF trampoline 2019-11-15 23:43:28 +01: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.