No description
Find a file
Andrii Nakryiko 29fcb05bbf bpf: Undo internal BPF_PROBE_MEM in BPF insns dump
BPF_PROBE_MEM is kernel-internal implmementation details. When dumping BPF
instructions to user-space, it needs to be replaced back with BPF_MEM mode.

Fixes: 2a02759ef5 ("bpf: Add support for BTF pointers to interpreter")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200613002115.1632142-1-andriin@fb.com
2020-06-12 17:35:38 -07:00
arch
block
certs
crypto
Documentation
drivers
fs
include bpf: Devmap adjust uapi for attach bpf program 2020-06-09 11:36:18 -07:00
init
ipc
kernel bpf: Undo internal BPF_PROBE_MEM in BPF insns dump 2020-06-12 17:35:38 -07:00
lib
LICENSES
mm
net bpf: Fix memlock accounting for sock_hash 2020-06-12 15:21:29 -07:00
samples
scripts scripts: Require pahole v1.16 when generating BTF 2020-06-09 11:05:49 -07:00
security
sound
tools libbpf: Support pre-initializing .bss global variables 2020-06-12 15:27:47 -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.