From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2018-07-20 Date: Fri, 20 Jul 2018 23:57:36 -0700 (PDT) Message-ID: <20180720.235736.483492628024160698.davem@davemloft.net> References: <20180720212443.7103-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 ([23.128.96.9]:60528 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727358AbeGUHtQ (ORCPT ); Sat, 21 Jul 2018 03:49:16 -0400 In-Reply-To: <20180720212443.7103-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Fri, 20 Jul 2018 23:24:43 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix in BPF Makefile to detect llvm-objcopy in a more robust way which is > needed for pahole's BTF converter and minor UAPI tweaks in BTF_INT_BITS() > to shrink the mask before eventual UAPI freeze, from Martin. > > 2) Fix a segfault in bpftool when prog pin id has no further arguments such > as id value or file specified, from Taeung. > > 3) Fix powerpc JIT handling of XADD which has jumps to exit path that would > potentially bypass verifier expectations e.g. with subprog calls. Also add > a test case to make sure XADD is not mangling src/dst register, from Daniel. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.