Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Jiri Olsa e5a0516ec9 tools headers: Adopt verbatim copy of btf_ids.h from kernel sources
It will be needed by bpf selftest for resolve_btfids tool.

Also adding __PASTE macro as btf_ids.h dependency, which is
defined in:

  include/linux/compiler_types.h

but because tools/include do not have this header, I'm putting
the macro into linux/compiler.h header.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Tested-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200711215329.41165-9-jolsa@kernel.org
2020-07-13 10:42:03 -07:00
arch
block
certs
crypto
Documentation bpf: Add info about .BTF_ids section to btf.rst 2020-07-13 10:42:03 -07:00
drivers mvpp2: fix pointer check 2020-07-07 13:03:21 -07:00
fs
include bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macros 2020-07-13 10:42:02 -07:00
init
ipc
kernel bpf: Use BTF_ID to resolve bpf_ctx_convert struct 2020-07-13 10:42:03 -07:00
lib
LICENSES
mm
net bpf: Resolve BTF IDs in vmlinux image 2020-07-13 10:42:02 -07:00
samples bpf: Fix fds_example SIGSEGV error 2020-07-10 23:25:25 +02:00
scripts bpf: Resolve BTF IDs in vmlinux image 2020-07-13 10:42:02 -07:00
security
sound
tools tools headers: Adopt verbatim copy of btf_ids.h from kernel sources 2020-07-13 10:42:03 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile bpf: Resolve BTF IDs in vmlinux image 2020-07-13 10:42:02 -07:00
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.