All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: bpf-next 2019-11-26
@ 2019-11-25 23:24 Daniel Borkmann
  2019-11-25 23:49 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2019-11-25 23:24 UTC (permalink / raw)
  To: davem; +Cc: jakub.kicinski, daniel, ast, netdev, bpf

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: bpf-next 2019-11-26
  2019-11-25 23:24 pull-request: bpf-next 2019-11-26 Daniel Borkmann
@ 2019-11-25 23:49 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-11-25 23:49 UTC (permalink / raw)
  To: daniel; +Cc: jakub.kicinski, ast, netdev, bpf

From: Daniel Borkmann <daniel@iogearbox.net>
Date: Tue, 26 Nov 2019 00:24:16 +0100

> 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

Pulled, thanks Daniel.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-25 23:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25 23:24 pull-request: bpf-next 2019-11-26 Daniel Borkmann
2019-11-25 23:49 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.