From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2018-03-29 Date: Thu, 29 Mar 2018 16:33:14 -0400 (EDT) Message-ID: <20180329.163314.1161712578544798183.davem@davemloft.net> References: <20180329143800.20949-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]:49582 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751057AbeC2UdQ (ORCPT ); Thu, 29 Mar 2018 16:33:16 -0400 In-Reply-To: <20180329143800.20949-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Thu, 29 Mar 2018 16:38:00 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix nfp to properly check max insn count while emitting > instructions in the JIT which was wrongly comparing bytes > against number of instructions before, from Jakub. > > 2) Fix for bpftool to avoid usage of hex numbers in JSON > output since JSON doesn't accept hex numbers with 0x > prefix, also from Jakub. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.