From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1166063AbdEYXgT (ORCPT ); Thu, 25 May 2017 19:36:19 -0400 Received: from mail-oi0-f41.google.com ([209.85.218.41]:34539 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966958AbdEYXgQ (ORCPT ); Thu, 25 May 2017 19:36:16 -0400 MIME-Version: 1.0 In-Reply-To: References: <1495754003-21099-1-git-send-email-illusionist.neo@gmail.com> <20170525232317.GA30485@lunn.ch> From: Shubham Bansal Date: Fri, 26 May 2017 05:06:15 +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 Just to add. It a very very small part which deal with CONFIG_FRAME_POINTER just one move instruction. Best, Shubham Bansal On Fri, May 26, 2017 at 5:04 AM, Shubham Bansal wrote: > 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:06:15 +0530 Subject: [PATCH v2] arm: eBPF JIT compiler In-Reply-To: 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 Just to add. It a very very small part which deal with CONFIG_FRAME_POINTER just one move instruction. Best, Shubham Bansal On Fri, May 26, 2017 at 5:04 AM, Shubham Bansal wrote: > 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