From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: pull-request: bpf 2018-06-12 Date: Tue, 12 Jun 2018 01:59:56 +0200 Message-ID: <20180611235956.6040-1-daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: daniel@iogearbox.net, ast@kernel.org, netdev@vger.kernel.org To: davem@davemloft.net Return-path: Received: from www62.your-server.de ([213.133.104.62]:49090 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932300AbeFKX76 (ORCPT ); Mon, 11 Jun 2018 19:59:58 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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 missing fops. Add a dummy open fop that continues to just bail out in such case, from Daniel. 3) Fix a BPF selftest urandom_read build issue where gcc complains that it gets built twice, from Anders. Please consider pulling these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Thanks a lot! ---------------------------------------------------------------- The following changes since commit 66e58e0ef80a56a1d7857b6ce121141563cdd93e: bpfilter: fix race in pipe access (2018-06-07 20:07:28 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git for you to fetch changes up to a343993c518ce252b62ec00ac06bccfb1d17129d: xsk: silence warning on memory allocation failure (2018-06-11 23:49:07 +0200) ---------------------------------------------------------------- Anders Roxell (1): selftests: bpf: fix urandom_read build issue Björn Töpel (1): xsk: silence warning on memory allocation failure Daniel Borkmann (1): bpf: implement dummy fops for bpf objects kernel/bpf/inode.c | 14 ++++++++++++-- net/xdp/xdp_umem.c | 3 ++- tools/testing/selftests/bpf/Makefile | 4 +--- 3 files changed, 15 insertions(+), 6 deletions(-)