From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2018-04-21 Date: Sun, 22 Apr 2018 21:16:20 -0400 (EDT) Message-ID: <20180422.211620.980604294635819280.davem@davemloft.net> References: <20180421002224.3881-1-daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ast@kernel.org, netdev@vger.kernel.org To: daniel@iogearbox.net Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:42546 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753755AbeDWBQV (ORCPT ); Sun, 22 Apr 2018 21:16:21 -0400 In-Reply-To: <20180421002224.3881-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Sat, 21 Apr 2018 02:22:24 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix a deadlock between mm->mmap_sem and bpf_event_mutex when > one task is detaching a BPF prog via perf_event_detach_bpf_prog() > and another one dumping through bpf_prog_array_copy_info(). For > the latter we move the copy_to_user() out of the bpf_event_mutex > lock to fix it, from Yonghong. > > 2) Fix test_sock and test_sock_addr.sh failures. The former was > hitting rlimit issues and the latter required ping to specify > the address family, from Yonghong. > > 3) Remove a dead check in sockmap's sock_map_alloc(), from Jann. > > 4) Add generated files to BPF kselftests gitignore that were previously > missed, from Anders. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.