Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751474AbbEIQLM (ORCPT ); Sat, 9 May 2015 12:11:12 -0400 Received: from mail-ig0-f179.google.com ([209.85.213.179]:36481 "EHLO mail-ig0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750909AbbEIQLJ (ORCPT ); Sat, 9 May 2015 12:11:09 -0400 Message-ID: <554E319A.2040905@plumgrid.com> Date: Sat, 09 May 2015 09:11:06 -0700 From: Alexei Starovoitov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Xi Wang , netdev@vger.kernel.org CC: "David S. Miller" , linux-kernel@vger.kernel.org, Will Deacon Subject: Re: [PATCH net-next] test: bpf: extend "load 64-bit immediate" testcase References: <1431159270-2960-1-git-send-email-xi.wang@gmail.com> In-Reply-To: <1431159270-2960-1-git-send-email-xi.wang@gmail.com> 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 Content-Length: 737 Lines: 22 On 5/9/15 1:14 AM, Xi Wang wrote: > Extend the testcase to catch a signedness bug in the arm64 JIT: > > test_bpf: #58 load 64-bit immediate jited:1 ret -1 != 1 FAIL (1 times) > > This is useful to ensure other JITs won't have a similar bug. > > Link: https://lkml.org/lkml/2015/5/8/458 > Cc: Alexei Starovoitov > Cc: Will Deacon > Signed-off-by: Xi Wang > --- looks good. Thanks! Acked-by: Alexei Starovoitov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/