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(-)