From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2018-11-27 Date: Tue, 27 Nov 2018 09:52:29 -0800 (PST) Message-ID: <20181127.095229.1162940838625218449.davem@davemloft.net> References: <20181127091617.10125-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]:36788 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726943AbeK1EvJ (ORCPT ); Tue, 27 Nov 2018 23:51:09 -0500 In-Reply-To: <20181127091617.10125-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Tue, 27 Nov 2018 10:16:17 +0100 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix several bugs in BPF sparc JIT, that is, convergence for fused > branches, initialization of frame pointer register, and moving all > arguments into output registers from input registers in prologue > to fix BPF to BPF calls, from David. > > 2) Fix a bug in arm64 JIT for fetching BPF to BPF call addresses where > they are not guaranteed to fit into imm field and therefore must be > retrieved through prog aux data, from Daniel. > > 3) Explicitly add all JITs to MAINTAINERS file with developers able to > help out in feature development, fixes, review, etc. Pulled, thanks Daniel.