No description
Find a file
Daniel Borkmann 1772be37fc Merge branch 'bpf-stackmap-nmi'
Song Liu says:
====================
Changes v2 -> v3:
  Improve syntax based on suggestion by Tobin C. Harding.

Changes v1 -> v2:
  1. Rename some variables to (hopefully) reduce confusion;
  2. Check irq_work status with IRQ_WORK_BUSY (instead of work->sem);
  3. In Kconfig, let BPF_SYSCALL select IRQ_WORK;
  4. Add static to DEFINE_PER_CPU();
   5. Remove pr_info() in stack_map_init().
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-05-14 23:29:46 +02:00
arch
block
certs
crypto
Documentation bpf, doc: clarification for the meaning of 'id' 2018-05-11 00:07:14 +02:00
drivers nfp: bpf: support setting the RX queue index 2018-05-09 18:04:37 +02:00
firmware
fs
include bpf: Provide helper to do forwarding lookups in kernel FIB table 2018-05-11 00:10:57 +02:00
init bpf: enable stackmap with build_id in nmi context 2018-05-14 23:29:45 +02:00
ipc
kernel bpf: enable stackmap with build_id in nmi context 2018-05-14 23:29:45 +02:00
lib
LICENSES
mm
net bpf: Provide helper to do forwarding lookups in kernel FIB table 2018-05-11 00:10:57 +02:00
samples samples: bpf: convert some XDP samples from bpf_load to libbpf 2018-05-11 01:44:17 +02:00
scripts
security
sound
tools bpf: add selftest for stackmap with build_id in NMI context 2018-05-14 23:29:45 +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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.