All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next v2 0/4] Convert filter.txt to RST
@ 2018-08-10  2:24 Tobin C. Harding
  2018-08-10  2:24 ` [PATCH bpf-next v2 1/4] docs: net: Fix various minor typos Tobin C. Harding
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tobin C. Harding @ 2018-08-10  2:24 UTC (permalink / raw)
  To: Daniel Borkmann, Alexei Starovoitov
  Cc: Tobin C. Harding, Jonathan Corbet, David S. Miller, Kees Cook,
	Andy Lutomirski, Will Drewry, linux-doc, netdev, linux-kernel

seccomp_filter.rst change removed from set, leaving CC list same as v1
for continuity.

Hi,

This is my latest attempt at converting Documentation/filter.txt to RST
format.  This version removes the SPDX licence identifiers added in the
previous version.

This work has gotten a bit mixed up; for reference this set is a
progression of the follow sets (newest set last)

 1. [PATCH bpf-next 00/13] docs: Convert BPF filter.txt to RST
 2. [RFC bpf-next 0/3] docs: Convert filter.txt to RST
 3. [RFC bpf-next v2 0/3] docs: Convert filter.txt to RST
 4. [PATCH bpf-next 0/4] Convert filter.txt to RST

As discussed on LKML this set does all the conversion in a single
patch.

Please note this set adds three files to the MAINTAINERS file for the
BPF maintainers.


thanks,
Tobin.

v2:
 - Remove SPDX licence identifiers
 - Update old intree references to filter.txt


Tobin C. Harding (4):
  docs: net: Fix various minor typos
  docs: Separate and convert filter.txt to RST
  docs: Judiciously use double ticks
  docs: Remove filter.txt from the tree

 Documentation/bpf/index.rst                   |   15 +-
 Documentation/networking/00-INDEX             |    2 -
 Documentation/networking/filter.txt           | 1476 -----------------
 Documentation/networking/packet_mmap.txt      |    2 +-
 Documentation/userspace-api/cBPF.rst          |  430 +++++
 Documentation/userspace-api/eBPF.rst          | 1004 +++++++++++
 Documentation/userspace-api/index.rst         |    3 +
 .../userspace-api/seccomp_filter.rst          |    9 +
 Documentation/userspace-api/socket_filter.rst |  181 ++
 MAINTAINERS                                   |    4 +-
 tools/bpf/bpf_asm.c                           |    6 +-
 tools/bpf/bpf_dbg.c                           |    9 +-
 12 files changed, 1653 insertions(+), 1488 deletions(-)
 delete mode 100644 Documentation/networking/filter.txt
 create mode 100644 Documentation/userspace-api/cBPF.rst
 create mode 100644 Documentation/userspace-api/eBPF.rst
 create mode 100644 Documentation/userspace-api/socket_filter.rst

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-10  2:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-10  2:24 [PATCH bpf-next v2 0/4] Convert filter.txt to RST Tobin C. Harding
2018-08-10  2:24 ` [PATCH bpf-next v2 1/4] docs: net: Fix various minor typos Tobin C. Harding
2018-08-10  2:24 ` [PATCH bpf-next v2 2/4] docs: Separate and convert filter.txt to RST Tobin C. Harding
2018-08-10  2:24 ` [PATCH bpf-next v2 3/4] docs: Judiciously use double ticks Tobin C. Harding
2018-08-10  2:24 ` [PATCH bpf-next v2 4/4] docs: Remove filter.txt from the tree Tobin C. Harding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.