No description
Find a file
Jakub Wilk a33d314794 bpf: Fix reStructuredText markup
The patch fixes:
$ scripts/bpf_helpers_doc.py > bpf-helpers.rst
$ rst2man bpf-helpers.rst > bpf-helpers.7
bpf-helpers.rst:1105: (WARNING/2) Inline strong start-string without end-string.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/bpf/20200422082324.2030-1-jwilk@jwilk.net
2020-04-24 17:01:26 -07:00
arch bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B 2020-04-20 19:25:30 -07:00
block
certs
crypto
Documentation
drivers net/mlx5e: Get the latest values from counters in switchdev mode 2020-04-20 14:30:22 -07:00
fs
include bpf: Fix reStructuredText markup 2020-04-24 17:01:26 -07:00
init
ipc
kernel bpf: Fix handling of XADD on BTF memory 2020-04-20 18:41:34 -07:00
lib
LICENSES
mm
net mptcp: drop req socket remote_key* fields 2020-04-20 12:59:33 -07:00
samples
scripts
security
sound
tools bpf: Fix reStructuredText markup 2020-04-24 17:01:26 -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.