No description
Find a file
Alexei Starovoitov 29523c5e67 bpf: Fix build without BPF_LSM.
resolve_btfids doesn't like empty set. Add unused ID when BPF_LSM is off.

Fixes: 1e6c62a882 ("bpf: Introduce sleepable BPF programs")
Reported-by: Björn Töpel <bjorn.topel@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Tested-by: Song Liu <songliubraving@fb.com>
Acked-by: KP Singh <kpsingh@google.com>
Link: https://lore.kernel.org/bpf/20200831163132.66521-1-alexei.starovoitov@gmail.com
2020-08-31 20:56:10 +02:00
arch bpf: Introduce sleepable BPF programs 2020-08-28 21:20:33 +02:00
block
certs
crypto
Documentation bpf: Update .BTF_ids section in btf.rst with sets info 2020-08-25 15:41:15 -07:00
drivers
fs
include bpf: Fix build without BPF_SYSCALL, but with BPF_JIT. 2020-08-31 20:54:57 +02:00
init bpf: Introduce sleepable BPF programs 2020-08-28 21:20:33 +02:00
ipc
kernel bpf: Fix build without BPF_LSM. 2020-08-31 20:56:10 +02:00
lib
LICENSES
mm mm/error_inject: Fix allow_error_inject function signatures. 2020-08-28 21:20:32 +02:00
net bpf: Relax max_entries check for most of the inner map types 2020-08-28 15:41:30 +02:00
samples
scripts bpf: Add d_path helper 2020-08-25 15:41:15 -07:00
security
sound
tools selftests/bpf: Add sleepable tests 2020-08-28 21:20:33 +02: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.