Go to file
Jakub Kicinski 6534770d6f tools: bpf: fix BTF code added twice to different trees
commit 38d5d3b3d5 ("bpf: Introduce BPF_ANNOTATE_KV_PAIR")

added to the bpf and net trees what

commit 92b57121ca ("bpf: btf: export btf types and name by offset from lib")

has already added to bpf-next/net-next, but in slightly different
location.  Remove the duplicates (to fix build of libbpf).

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-08-02 19:45:14 -07:00
arch arm64: dts: Fix the base address of the Broadcom iProc mdio mux 2018-08-02 14:36:49 -07:00
block
certs
crypto
Documentation dt-bindings: net: Add clock handle to Broadcom iProc mdio mux 2018-08-02 14:36:49 -07:00
drivers xen-netback: use true and false for boolean values 2018-08-02 14:43:04 -07:00
firmware
fs
include
init
ipc
kernel
lib
LICENSES
mm
net net/socket: remove duplicated init code 2018-08-02 14:47:49 -07:00
samples
scripts
security
sound
tools tools: bpf: fix BTF code added twice to different trees 2018-08-02 19:45:14 -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.
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.