Linux kernel source tree
Find a file
Sean Young 6bdd533cee bpf: add selftest for lirc_mode2 type program
This is simple test over rc-loopback.

Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-05-30 12:40:14 +02:00
arch
block
certs
crypto
Documentation
drivers media: rc: introduce BPF_PROG_LIRC_MODE2 2018-05-30 12:38:40 +02:00
firmware
fs
include media: rc: introduce BPF_PROG_LIRC_MODE2 2018-05-30 12:38:40 +02:00
init
ipc
kernel media: rc: introduce BPF_PROG_LIRC_MODE2 2018-05-30 12:38:40 +02:00
lib
LICENSES
mm
net bpf: Verify flags in bpf_fib_lookup 2018-05-29 21:48:43 +02:00
samples
scripts
security
sound
tools bpf: add selftest for lirc_mode2 type program 2018-05-30 12:40:14 +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.