No description
Find a file
Prashant Bhole d459b59ee0 tools/bpftool: re-organize newline printing for map listing
Let's move the final newline printing in show_map_close_plain() at
the end of the function because it looks correct and consistent with
prog.c. Also let's do related changes for the line which prints
pinned file name.

Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2019-04-16 19:48:26 -07:00
arch
block
certs
crypto
Documentation
drivers bpf: add map helper functions push, pop, peek in more BPF programs 2019-04-16 10:24:02 +02:00
fs bpf: Add file_pos field to bpf_sysctl ctx 2019-04-12 13:54:58 -07:00
include bpf: allow clearing all sock_ops callback flags 2019-04-16 19:24:20 -07:00
init
ipc
kernel bpf: use BPF_CAST_CALL for casting bpf call 2019-04-16 19:28:31 -07:00
lib
LICENSES
mm
net bpf: allow clearing all sock_ops callback flags 2019-04-16 19:24:20 -07:00
samples
scripts kbuild: handle old pahole more gracefully when generating BTF 2019-04-16 09:47:50 +02:00
security
sound
tools tools/bpftool: re-organize newline printing for map listing 2019-04-16 19:48:26 -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.

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.