From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3702EC433EF for ; Thu, 17 Feb 2022 09:53:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238876AbiBQJxm (ORCPT ); Thu, 17 Feb 2022 04:53:42 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:49550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238882AbiBQJxm (ORCPT ); Thu, 17 Feb 2022 04:53:42 -0500 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0106BB1A8E; Thu, 17 Feb 2022 01:53:27 -0800 (PST) Received: from fraeml735-chm.china.huawei.com (unknown [172.18.147.226]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4JzqrT6W4rz6F8c6; Thu, 17 Feb 2022 17:52:57 +0800 (CST) Received: from lhreml724-chm.china.huawei.com (10.201.108.75) by fraeml735-chm.china.huawei.com (10.206.15.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 17 Feb 2022 10:53:25 +0100 Received: from [10.47.81.42] (10.47.81.42) by lhreml724-chm.china.huawei.com (10.201.108.75) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 17 Feb 2022 09:53:24 +0000 Message-ID: Date: Thu, 17 Feb 2022 09:53:23 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: Test 73 Sig_trap fails on arm64 (was Re: [PATCH] perf test: Test 73 Sig_trap fails on s390) To: Leo Yan , Dmitry Vyukov CC: Will Deacon , Marco Elver , "Thomas Richter" , , , , , , , , "Mark Rutland" , "linux-arm-kernel@lists.infradead.org" References: <90efb5a9-612a-919e-cf2f-c528692d61e2@huawei.com> <20220118091827.GA98966@leoy-ThinkPad-X240s> <20220118124343.GC98966@leoy-ThinkPad-X240s> <06412caf-42e4-5c4b-c9b3-9691075405bd@huawei.com> <20220215143459.GB7592@willie-the-truck> <8c582e45-0954-a2ea-764a-4dd78a464988@huawei.com> <20220216131306.GA56419@leoy-ThinkPad-X240s> From: John Garry In-Reply-To: <20220216131306.GA56419@leoy-ThinkPad-X240s> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.47.81.42] X-ClientProxiedBy: lhreml754-chm.china.huawei.com (10.201.108.204) To lhreml724-chm.china.huawei.com (10.201.108.75) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org On 16/02/2022 13:13, Leo Yan wrote: >> It does and fwiw I am just trying to use it. Things work only on x86 so far. > So here we have agreement to disable the cases for Arm64/Arm. > > John, since you put much efforts to follow up the issue, I'd like to > leave decision to you if you want to proceed for patches? Otherwise, > I will send patches to disable cases in perf. Hi Leo, I'll send later today. Thanks, John