Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753161AbdI1M3r (ORCPT ); Thu, 28 Sep 2017 08:29:47 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:7465 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752851AbdI1M3p (ORCPT ); Thu, 28 Sep 2017 08:29:45 -0400 Subject: Re: [PATCH v2] acpi: apei: Add SEI notification type support for ARMv8 To: Stephen Boyd , Tyler Baicar References: <1505373743-7780-1-git-send-email-gengdongjiu@huawei.com> <88a71a70-0704-6e47-de09-6f67b91967b6@codeaurora.org> <8a622b5b-bcf1-3906-a4be-c3c86b0876fe@huawei.com> <18fe5348-d339-f505-4b1b-c35501f40acc@codeaurora.org> <20170927155210.GF457@codeaurora.org> CC: , , , , , , , , , , , , , , , , , , , From: gengdongjiu Message-ID: Date: Thu, 28 Sep 2017 20:29:13 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170927155210.GF457@codeaurora.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.142.68.147] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090202.59CCEB2A.00C9,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: d3804687231f71c61e74f37523b06b59 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 810 Lines: 15 Hi Stephen, Tyler On 2017/9/27 23:52, Stephen Boyd wrote: >>>> Something to be aware of, this patch will conflict with https://lkml.org/lkml/2017/9/14/663 >>>> It may make sense to just remove the conditions for the NMI configs as part of this patch or in a series with this patch to avoid merge conflicts. >>> In your patch, you only remove ACPI_APEI_SEA for the ARCH_HAVE_NMI_SAFE_CMPXCHG, do you need to remove it for the HAVE_NMI? >> From the latest comments it sounds like Stephen was going to remove >> it from both. >> https://lkml.org/lkml/2017/9/15/350 > Sent it now. I updated my patches. hope you can review again. only a little change. thanks [PATCH v3 1/2] acpi: apei: remove the unused dead-code for SEA notification type [PATCH v3 2/2] acpi: apei: Add SEI notification type support for ARMv8