From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936786AbdJRJS2 (ORCPT ); Wed, 18 Oct 2017 05:18:28 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:8539 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934284AbdJRJS0 (ORCPT ); Wed, 18 Oct 2017 05:18:26 -0400 Subject: Re: [PATCH v5 2/2] acpi: apei: Add SEI notification type support for ARMv8 To: Borislav Petkov CC: , , , , , , , , , , , , , , , , , , , Huangshaoyu , Wuquanming References: <1508227341-15651-1-git-send-email-gengdongjiu@huawei.com> <1508227341-15651-2-git-send-email-gengdongjiu@huawei.com> <20171017170635.qb4sqyrsnndgbuni@pd.tnic> <0bcba052-700b-5ee8-88fc-aaf8cc6b1d37@huawei.com> <20171018090649.e7qgdf2dwmr7yxc3@pd.tnic> From: gengdongjiu Message-ID: <4b51bd4e-2bf7-3aed-f17c-565b49781009@huawei.com> Date: Wed, 18 Oct 2017 17:17:27 +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: <20171018090649.e7qgdf2dwmr7yxc3@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.59E71C46.008D,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: 9f2ffa114906d14c9f391901f8b9004e Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017/10/18 17:06, Borislav Petkov wrote: > On Wed, Oct 18, 2017 at 01:00:44PM +0800, gengdongjiu wrote: >> SError is System Error, which is a asynchronous exception in the Internal CPU. >> >> In the ARM RAS Extension, there are mainly two type abort for CPU: >> SEA(Synchronous External Abort) >> SEI(SError Interrupt) > And you're not writing it out as "System Error" because ...? Thanks Borislav, can I write it as asynchronous exception or asynchronous abort?