From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932228AbbGPRfl (ORCPT ); Thu, 16 Jul 2015 13:35:41 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:36753 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756468AbbGPRfi (ORCPT ); Thu, 16 Jul 2015 13:35:38 -0400 Subject: Re: [PATCH 0/6] BPF JIT fixes and features for ARM To: Nicolas Schichan , "David S. Miller" , Daniel Borkmann , Mircea Gherzan , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org References: <1437065195-10887-1-git-send-email-nschichan@freebox.fr> Cc: Russell King From: Alexei Starovoitov Message-ID: <55A7EB66.7030700@plumgrid.com> Date: Thu, 16 Jul 2015 10:35:34 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <1437065195-10887-1-git-send-email-nschichan@freebox.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/16/15 9:46 AM, Nicolas Schichan wrote: > This serie fixes issues with the ARM BPF JIT and adds support for more > instructions to the ARM BPF JIT. > > The first three patches are fixing bugs in the ARM JIT and should > probably find their way to a stable kernel. > > The last three patches add support to the ARM JIT for more BPF > instructions, namely skb netdevice type retrieval, skb payload offset > retrieval, and skb packet type retrieval. > > With the first three patches, all 60 test_bpf tests in Linux 4.1 release > are now passing OK (was 54 out of 60 before). > > The last three patches allow 35 tests to use the JIT instead of 29 > before. looks good to me. For the series: Acked-by: Alexei Starovoitov you might want to try the latest 4.2-rc, since it has 238 tests :)