No description
Find a file
Jean-Philippe Brucker a0d73acc1e selftests/bpf: Fix typo in Makefile
The selftest build fails when trying to install the scripts:

rsync: [sender] link_stat "tools/testing/selftests/bpf/test_docs_build.sh" failed: No such file or directory (2)

Fix the filename.

Fixes: a01d935b2e ("tools/bpf: Remove bpf-helpers from bpftool docs")
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210308182830.155784-1-jean-philippe@linaro.org
2021-03-08 10:38:55 -08:00
arch The performance event updates for v5.12 are: 2021-02-21 12:49:32 -08:00
block
certs
crypto
Documentation docs/bpf: Add bpf() syscall command reference 2021-03-04 18:39:46 -08:00
drivers virtio-net: Support IFF_TX_SKB_NO_LINEAR flag 2021-02-25 00:56:11 +01:00
fs These changes fix MM (soft-)dirty bit management in the procfs code & clean up the API. 2021-02-21 12:19:56 -08:00
include bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH 2021-03-05 16:59:00 +01:00
init bpf: Clean up sockmap related Kconfigs 2021-02-26 12:28:03 -08:00
ipc
kernel bpf: Add BTF_KIND_FLOAT support 2021-03-04 17:58:16 -08:00
lib Scheduler updates for v5.12: 2021-02-21 12:35:04 -08:00
LICENSES
mm These changes fix MM (soft-)dirty bit management in the procfs code & clean up the API. 2021-02-21 12:19:56 -08:00
net xsk: Update rings for load-acquire/store-release barriers 2021-03-08 08:52:05 -08:00
samples
scripts scripts/bpf: Add syscall commands printer 2021-03-04 18:39:45 -08:00
security
sound
tools selftests/bpf: Fix typo in Makefile 2021-03-08 10:38:55 -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.