From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2017-12-13 Date: Wed, 13 Dec 2017 17:30:26 -0500 (EST) Message-ID: <20171213.173026.575478499716545923.davem@davemloft.net> References: <20171213221912.6036-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]:46490 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088AbdLMWaa (ORCPT ); Wed, 13 Dec 2017 17:30:30 -0500 In-Reply-To: <20171213221912.6036-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Wed, 13 Dec 2017 23:19:12 +0100 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Addition of explicit scheduling points to map alloc/free > in order to avoid having to hold the CPU for too long, > from Eric. > > 2) Fixing of a corruption in overlapping perf_event_output > calls from different BPF prog types on the same CPU out > of different contexts, from Daniel. > > 3) Fallout fixes for recent correction of broken uapi for > BPF_PROG_TYPE_PERF_EVENT. um had a missing asm header > that needed to be pulled in from asm-generic and for > BPF selftests the asm-generic include did not work, > so similar asm include scheme was adapted for that > problematic header that perf is having with other > header files under tools, from Daniel. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.