From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1165991AbdEYXXi (ORCPT ); Thu, 25 May 2017 19:23:38 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:45121 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1165976AbdEYXXX (ORCPT ); Thu, 25 May 2017 19:23:23 -0400 Date: Fri, 26 May 2017 01:23:17 +0200 From: Andrew Lunn To: Shubham Bansal Cc: linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, keescook@chromium.org Subject: Re: [PATCH v2] arm: eBPF JIT compiler Message-ID: <20170525232317.GA30485@lunn.ch> References: <1495754003-21099-1-git-send-email-illusionist.neo@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495754003-21099-1-git-send-email-illusionist.neo@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Tested on ARMv7 with QEMU by me (Shubham Bansal). > Tested on ARMv5 by Andrew Lunn (andrew@lunn.ch). > Expected to work on ARMv6 as well, as its a part ARMv7 and part ARMv5. > Although, a proper testing is not done for ARMv6. > > Both of these testing are done with and without CONFIG_FRAME_POINTER > separately for LITTLE ENDIAN machine. Nope. I only tested it in the default configuration of mvebu_v5_defconfig. Please change the 'Both' to 'Some'. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Fri, 26 May 2017 01:23:17 +0200 Subject: [PATCH v2] arm: eBPF JIT compiler In-Reply-To: <1495754003-21099-1-git-send-email-illusionist.neo@gmail.com> References: <1495754003-21099-1-git-send-email-illusionist.neo@gmail.com> Message-ID: <20170525232317.GA30485@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > Tested on ARMv7 with QEMU by me (Shubham Bansal). > Tested on ARMv5 by Andrew Lunn (andrew at lunn.ch). > Expected to work on ARMv6 as well, as its a part ARMv7 and part ARMv5. > Although, a proper testing is not done for ARMv6. > > Both of these testing are done with and without CONFIG_FRAME_POINTER > separately for LITTLE ENDIAN machine. Nope. I only tested it in the default configuration of mvebu_v5_defconfig. Please change the 'Both' to 'Some'. Andrew