From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2018-07-13 Date: Fri, 13 Jul 2018 14:32:07 -0700 (PDT) Message-ID: <20180713.143207.95551724683812202.davem@davemloft.net> References: <20180713154058.24349-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]:36722 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725908AbeGMVsb (ORCPT ); Fri, 13 Jul 2018 17:48:31 -0400 In-Reply-To: <20180713154058.24349-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Fri, 13 Jul 2018 17:40:58 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix AF_XDP TX error reporting before final kernel release such that it > becomes consistent between copy mode and zero-copy, from Magnus. > > 2) Fix three different syzkaller reported issues: oob due to ld_abs > rewrite with too large offset, another oob in l3 based skb test run > and a bug leaving mangled prog in subprog JITing error path, from Daniel. > > 3) Fix BTF handling for bitfield extraction on big endian, from Okash. > > 4) Fix a missing linux/errno.h include in cgroup/BPF found by kbuild bot, > from Roman. > > 5) Fix xdp2skb_meta.sh sample by using just command names instead of > absolute paths for tc and ip and allow them to be redefined, from Taeung. > > 6) Fix availability probing for BPF seg6 helpers before final kernel ships > so they can be detected at prog load time, from Mathieu. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.