Re: [PATCH v2] arm: eBPF JIT compiler

From: Shubham Bansal
Date: Thu May 25 2017 - 19:35:37 EST


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 <andrew@xxxxxxx> wrote:
>> Tested on ARMv7 with QEMU by me (Shubham Bansal).
>> Tested on ARMv5 by Andrew Lunn (andrew@xxxxxxx).
>> 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