No description
Find a file
Yonghong Song ab2ee4fcb9 bpf: Change func bpf_iter_unreg_target() signature
Change func bpf_iter_unreg_target() parameter from target
name to target reg_info, similar to bpf_iter_reg_target().

Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200513180220.2949737-1-yhs@fb.com
2020-05-13 12:30:50 -07:00
arch
block
certs
crypto
Documentation
drivers
fs
include bpf: Change func bpf_iter_unreg_target() signature 2020-05-13 12:30:50 -07:00
init
ipc
kernel bpf: Change func bpf_iter_unreg_target() signature 2020-05-13 12:30:50 -07:00
lib
LICENSES
mm
net bpf: Change func bpf_iter_unreg_target() signature 2020-05-13 12:30:50 -07:00
samples
scripts bpf: Minor fixes to BPF helpers documentation 2020-05-11 21:20:53 +02:00
security
sound
tools bpf: Change btf_iter func proto prefix to "bpf_iter_" 2020-05-13 12:30:49 -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.