[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191125232416.4287-1-daniel@iogearbox.net>
Date:   Tue, 26 Nov 2019 00:24:16 +0100
From:   Daniel Borkmann <daniel@...earbox.net>
To:     davem@...emloft.net
Cc:     jakub.kicinski@...ronome.com, daniel@...earbox.net, ast@...nel.org,
        netdev@...r.kernel.org, bpf@...r.kernel.org
Subject: pull-request: bpf-next 2019-11-26
Hi David,
The following pull-request contains BPF updates for your *net-next* tree.
We've added 2 non-merge commits during the last 1 day(s) which contain
a total of 2 files changed, 14 insertions(+), 3 deletions(-).
The main changes, 2 small fixes are:
1) Fix libbpf out of tree compilation which complained about unknown u32
   type used in libbpf_find_vmlinux_btf_id() which needs to be __u32 instead,
   from Andrii Nakryiko.
2) Follow-up fix for the prior BPF mmap series where kbuild bot complained
   about missing vmalloc_user_node_flags() for no-MMU, also from Andrii Nakryiko.
Please consider pulling these changes from:
  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
Thanks a lot!
Also thanks to reporters, reviewers and testers of commits in this pull-request:
Johannes Weiner, John Fastabend, kbuild test robot
----------------------------------------------------------------
The following changes since commit c431047c4efe7903fb1c5a23e0f3f8eb1efc89f9:
  enetc: add support Credit Based Shaper(CBS) for hardware offload (2019-11-25 10:53:15 -0800)
are available in the Git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git 
for you to fetch changes up to b615e5a1e067dcb327482d1af7463268b89b1629:
  libbpf: Fix usage of u32 in userspace code (2019-11-25 13:52:01 -0800)
----------------------------------------------------------------
Andrii Nakryiko (2):
      mm: Implement no-MMU variant of vmalloc_user_node_flags
      libbpf: Fix usage of u32 in userspace code
 mm/nommu.c             | 15 +++++++++++++--
 tools/lib/bpf/libbpf.c |  2 +-
 2 files changed, 14 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists