OSDN Git Service

Merge branch 'bpf-helper-man-install'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 12 Jul 2018 16:55:54 +0000 (18:55 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 12 Jul 2018 16:55:54 +0000 (18:55 +0200)
commitb103cbe0d7218d9633fe59965038ae23825b5d99
treebafcbb613fc473418f864ad186ab4ea5fad39dab
parent671dffa7de7b6dcc37c028e33899ef69f939969d
parent86f7d85cec9e1dba735ac5bd4b751b1908fedf80
Merge branch 'bpf-helper-man-install'

Quentin Monnet says:

====================
The three patches in this series are related to the documentation for eBPF
helpers. The first patch brings minor formatting edits to the documentation
in include/uapi/linux/bpf.h, and the second one updates the related header
file under tools/.

The third patch adds a Makefile under tools/bpf for generating the
documentation (man pages) about eBPF helpers. The targets defined in this
file can also be called from the bpftool directory (please refer to
relevant commit logs for details).
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>