Re: pull-request: bpf 2018-06-12

2018-06-11 Thread David Miller
From: Daniel Borkmann Date: Tue, 12 Jun 2018 01:59:56 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Avoid an allocation warning in AF_XDP by adding __GFP_NOWARN for the >umem setup, from Björn. > > 2) Silence a warning in bpf

pull-request: bpf 2018-06-12

2018-06-11 Thread Daniel Borkmann
Hi David, The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) Avoid an allocation warning in AF_XDP by adding __GFP_NOWARN for the umem setup, from Björn. 2) Silence a warning in bpf fs when an application tries to open(2) a pinned bpf obj due to