From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965394AbdJRM1n (ORCPT ); Wed, 18 Oct 2017 08:27:43 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:8542 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965193AbdJRM1j (ORCPT ); Wed, 18 Oct 2017 08:27:39 -0400 Subject: Re: [PATCH v5 1/2] acpi: apei: remove the unused dead-code for SEA/NMI notification type To: Borislav Petkov CC: , , , , , , , , , , , , , , , , , , , Wuquanming , Huangshaoyu References: <1508227341-15651-1-git-send-email-gengdongjiu@huawei.com> <20171017164336.cedso3f35lpeam7f@pd.tnic> <642709ec-05d0-2ffd-0e2e-bcdd6b12281b@huawei.com> <20171018101722.kce2tcvpd7xdpo46@pd.tnic> From: gengdongjiu Message-ID: <577d79ad-9357-ea40-63eb-1d2988642710@huawei.com> Date: Wed, 18 Oct 2017 20:27:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171018101722.kce2tcvpd7xdpo46@pd.tnic> Content-Type: text/plain; charset="utf-8" Content-Language: en-US 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.0A090203.59E7489F.004A,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: 00b2bbb08f0ada47a2e6641ffa76faba Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017/10/18 18:17, Borislav Petkov wrote: > On Wed, Oct 18, 2017 at 11:04:28AM +0800, gengdongjiu wrote: >> ARM does not have ACPI_HEST_NOTIFY_NMI notification, which should only >> used by x86. In the code, I see those guards are never used. > Yeah, I see it now. Borislav/Rafael, For this patch(the first one), whether it can be firstly applied? This patch is code clean and not related with the second one. For the second, I may discuss more with James. Thanks so much in advance. > > Thx. > > --