Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S970789AbdI0Bbh (ORCPT ); Tue, 26 Sep 2017 21:31:37 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:7028 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934797AbdI0Bbg (ORCPT ); Tue, 26 Sep 2017 21:31:36 -0400 Subject: Re: [PATCH v2] acpi: apei: Add SEI notification type support for ARMv8 To: Tyler Baicar , , , , , , , , , , , , , , , , , , , Stephen Boyd References: <1505373743-7780-1-git-send-email-gengdongjiu@huawei.com> <88a71a70-0704-6e47-de09-6f67b91967b6@codeaurora.org> CC: , From: gengdongjiu Message-ID: <56038746-a5ee-3957-e27b-2a20c628377b@huawei.com> Date: Wed, 27 Sep 2017 09:30:25 +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: <88a71a70-0704-6e47-de09-6f67b91967b6@codeaurora.org> Content-Type: text/plain; charset="utf-8" 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.0A020203.59CAFF3F.004B,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: 0d2485ce7762027112bcb64da1c51db6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 680 Lines: 26 Hi Tyler, Thank you very much for your test and comments. On 2017/9/27 3:23, Tyler Baicar wrote: >> should identify the address to a invalid value. >> >> Signed-off-by: Dongjiu Geng > Tested-by: Tyler Baicar > > Tested this functionality using SEA support. Thanks for your test. > > ++Stephen, > > 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. Ok, Today I will modify it. Thanks for the pointing out. > > Thanks, > Tyler