From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1166034AbdEYXfe (ORCPT ); Thu, 25 May 2017 19:35:34 -0400 Received: from mail-oi0-f44.google.com ([209.85.218.44]:35967 "EHLO mail-oi0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966958AbdEYXeW (ORCPT ); Thu, 25 May 2017 19:34:22 -0400 MIME-Version: 1.0 In-Reply-To: <20170525232317.GA30485@lunn.ch> References: <1495754003-21099-1-git-send-email-illusionist.neo@gmail.com> <20170525232317.GA30485@lunn.ch> From: Shubham Bansal Date: Fri, 26 May 2017 05:04:20 +0530 Message-ID: Subject: Re: [PATCH v2] arm: eBPF JIT compiler To: Andrew Lunn Cc: Russell King - ARM Linux , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kees Cook Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, Oh. I didn't knew. Can you test it now and confirm it? I think it will work and wouldn't take much of the time. Please. Best, Shubham Bansal On Fri, May 26, 2017 at 4:53 AM, Andrew Lunn wrote: >> 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: illusionist.neo@gmail.com (Shubham Bansal) Date: Fri, 26 May 2017 05:04:20 +0530 Subject: [PATCH v2] arm: eBPF JIT compiler In-Reply-To: <20170525232317.GA30485@lunn.ch> References: <1495754003-21099-1-git-send-email-illusionist.neo@gmail.com> <20170525232317.GA30485@lunn.ch> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Andrew, Oh. I didn't knew. Can you test it now and confirm it? I think it will work and wouldn't take much of the time. Please. Best, Shubham Bansal On Fri, May 26, 2017 at 4:53 AM, Andrew Lunn wrote: >> 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