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]
Message-ID: <20170818182801.2518162-1-kafai@fb.com>
Date:   Fri, 18 Aug 2017 11:27:59 -0700
From:   Martin KaFai Lau <kafai@...com>
To:     <netdev@...r.kernel.org>
CC:     Alexei Starovoitov <ast@...com>,
        Daniel Borkmann <daniel@...earbox.net>, <kernel-team@...com>
Subject: [PATCH net-next 0/2] bpf: Allow selecting numa node during map creation

This series allows user to pick the numa node during map creation.
The first patch has the details

Martin KaFai Lau (2):
  bpf: Allow selecting numa node during map creation
  bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of
    map_perf_test

 include/linux/bpf.h                       | 10 +++++++++-
 include/uapi/linux/bpf.h                  | 10 +++++++++-
 kernel/bpf/arraymap.c                     |  7 +++++--
 kernel/bpf/devmap.c                       |  9 ++++++---
 kernel/bpf/hashtab.c                      | 19 ++++++++++++++----
 kernel/bpf/lpm_trie.c                     |  9 +++++++--
 kernel/bpf/sockmap.c                      | 10 +++++++---
 kernel/bpf/stackmap.c                     |  8 +++++---
 kernel/bpf/syscall.c                      | 14 ++++++++++----
 samples/bpf/bpf_load.c                    | 21 ++++++++++++--------
 samples/bpf/bpf_load.h                    |  1 +
 samples/bpf/map_perf_test_kern.c          |  2 ++
 samples/bpf/map_perf_test_user.c          | 12 +++++++++---
 tools/include/uapi/linux/bpf.h            | 10 +++++++++-
 tools/lib/bpf/bpf.c                       | 32 +++++++++++++++++++++++++++----
 tools/lib/bpf/bpf.h                       |  6 ++++++
 tools/testing/selftests/bpf/bpf_helpers.h |  1 +
 17 files changed, 142 insertions(+), 39 deletions(-)

-- 
2.9.5

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ