Main-line Linux kernel tree http://www.kernel.org
Go to file
Stanislav Fomichev ac915762ea selftests/bpf: test_progs: add missing \n to CHECK_FAIL
Copy-paste error from CHECK.

Fixes: d38835b75f ("selftests/bpf: test_progs: remove global fail/success counts")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2019-09-03 15:13:14 +02:00
arch
block
certs
crypto
Documentation doc/af_xdp: include unaligned chunk case 2019-08-31 01:08:27 +02:00
drivers net/mlx5e: Allow XSK frames smaller than a page 2019-08-31 01:08:26 +02:00
fs
include
init
ipc
kernel
lib
LICENSES
mm
net
samples samples/bpf: use hugepages in xdpsock app 2019-08-31 01:08:27 +02:00
scripts
security
sound
tools selftests/bpf: test_progs: add missing \n to CHECK_FAIL 2019-09-03 15:13:14 +02: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.