Linux kernel source tree
Find a file
Lorenz Bauer 607b9cc92b bpf: Consolidate shared test timing code
Share the timing / signal interruption logic between different
implementations of PROG_TEST_RUN. There is a change in behaviour
as well. We check the loop exit condition before checking for
pending signals. This resolves an edge case where a signal
arrives during the last iteration. Instead of aborting with
EINTR we return the successful result to user space.

Signed-off-by: Lorenz Bauer <lmb@cloudflare.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210303101816.36774-2-lmb@cloudflare.com
2021-03-04 19:11:29 -08:00
arch
block
certs
crypto
Documentation docs/bpf: Add bpf() syscall command reference 2021-03-04 18:39:46 -08:00
drivers
fs
include scripts/bpf: Abstract eBPF API target parameter 2021-03-04 18:39:45 -08:00
init
ipc
kernel
lib
LICENSES
mm
net bpf: Consolidate shared test timing code 2021-03-04 19:11:29 -08:00
samples
scripts scripts/bpf: Add syscall commands printer 2021-03-04 18:39:45 -08:00
security
sound
tools tools: Sync uapi bpf.h header with latest changes 2021-03-04 18:39:46 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs/bpf: Add bpf() syscall command reference 2021-03-04 18:39:46 -08:00
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.