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:   Wed, 18 Jul 2018 01:31:17 +0200
From:   Daniel Borkmann <daniel@...earbox.net>
To:     dsahern@...il.com
Cc:     jakub.kicinski@...ronome.com, alexei.starovoitov@...il.com,
        netdev@...r.kernel.org, Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH iproute2 0/5] Various BPF improvements

Main part of this set is to: i) avoid strict af_alg kernel dependency,
ii) add loader support for bpf to bpf calls and iii) add btf loader
support with an option to annotate maps. For details please see the
individual patches. Thanks!

Daniel Borkmann (5):
  bpf: import btf uapi kernel header
  bpf: move bpf_elf_map fixup notification under verbose
  bpf: remove strict dependency on af_alg
  bpf: implement bpf to bpf calls support
  bpf: implement btf handling and map annotation

 include/bpf_elf.h        |   9 +
 include/bpf_util.h       |   1 +
 include/uapi/linux/btf.h | 113 +++++++++
 lib/bpf.c                | 645 +++++++++++++++++++++++++++++++++++++----------
 4 files changed, 639 insertions(+), 129 deletions(-)
 create mode 100644 include/uapi/linux/btf.h

-- 
2.9.5

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ