From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753891AbdKOCkA (ORCPT ); Tue, 14 Nov 2017 21:40:00 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:10925 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751218AbdKOCjw (ORCPT ); Tue, 14 Nov 2017 21:39:52 -0500 Subject: Re: [PATCH] x86/mce: add support SRAO reported via CMC check To: "Luck, Tony" References: <1510638911-88703-1-git-send-email-xiexiuqi@huawei.com> <20171114185139.oo6dr6opk7nup3or@agluck-desk> <7180dff1-2e55-5577-85d3-eda288f2be81@huawei.com> <3908561D78D1C84285E8C5FCA982C28F779F1D15@ORSMSX110.amr.corp.intel.com> CC: "bp@alien8.de" , "tglx@linutronix.de" , "mingo@redhat.com" , "hpa@zytor.com" , "x86@kernel.org" , "linux-edac@vger.kernel.org" , "linux-kernel@vger.kernel.org" From: Xie XiuQi Message-ID: Date: Wed, 15 Nov 2017 10:39:18 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <3908561D78D1C84285E8C5FCA982C28F779F1D15@ORSMSX110.amr.corp.intel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.210] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020201.5A0BA8F2.0054,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: cfa48222fd9cb7a1850206d1c42e8fe9 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony, On 2017/11/15 10:13, Luck, Tony wrote: >> OK, I'll add check for OVER=0 in v2. > > Thinking a bit more on this ... do you just need to remove the check > for S=1 from the existing "AO" entries? Or do we need the CMCI > match entry early in the table? Yes, we could just remove the check for S=1, and place "AO" entries before "UCNA" entries. Is that right? > > -Tony > -- > To unsubscribe from this list: send the line "unsubscribe linux-edac" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- Thanks, Xie XiuQi