lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 15 Nov 2021 14:07:13 +0100
From:   Christoph Hellwig <hch@....de>
To:     Jonathan Corbet <corbet@....net>,
        "David S. Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>,
        Alexei Starovoitov <ast@...nel.org>,
        Daniel Borkmann <daniel@...earbox.net>,
        Andrii Nakryiko <andrii@...nel.org>
Cc:     Martin KaFai Lau <kafai@...com>, Song Liu <songliubraving@...com>,
        Yonghong Song <yhs@...com>,
        John Fastabend <john.fastabend@...il.com>,
        KP Singh <kpsingh@...nel.org>, linux-doc@...r.kernel.org,
        netdev@...r.kernel.org, bpf@...r.kernel.org
Subject: split up filter.rst

Hi all,

for historical reasons filter.rst not only documents the classic Berkely
Packet Filter, but also contains some of the most fundamental eBPF
documentation.  This series moves the actual eBPF documentation into newly
created files under Documentation/bpf/ instead.  Note that the instruction
set document is still a bit of a mess due to all the references to classic
BPF, but if this split goes through I plan to start on working to clean
that up as well.

Diffstat:
 Documentation/bpf/index.rst           |   30 
 Documentation/bpf/instruction-set.rst |  491 +++++++++++++++
 Documentation/bpf/maps.rst            |   43 +
 Documentation/bpf/verifier.rst        |  533 +++++++++++++++++
 Documentation/networking/filter.rst   | 1064 ----------------------------------
 arch/arm/net/bpf_jit_32.c             |    2 
 arch/arm64/net/bpf_jit_comp.c         |    2 
 arch/sparc/net/bpf_jit_comp_64.c      |    2 
 arch/x86/net/bpf_jit_comp.c           |    2 
 kernel/bpf/core.c                     |    4 
 net/core/filter.c                     |   11 
 11 files changed, 1113 insertions(+), 1071 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ