Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752942AbdHOBPB (ORCPT ); Mon, 14 Aug 2017 21:15:01 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:3082 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752839AbdHOBO7 (ORCPT ); Mon, 14 Aug 2017 21:14:59 -0400 Subject: Re: [PATCH] acpi: apei: fix the wrongly parse generic error status block To: "Baicar, Tyler" , gengdongjiu References: <1502388412-20273-1-git-send-email-gengdongjiu@huawei.com> <9ea70eed-f743-0c8b-2a70-27ce4c0d8705@codeaurora.org> <1be489f7-c1c3-63dc-dc0d-af67e5fd03a1@huawei.com> <70ebfc99-0666-fa2b-8ed4-19e1f93194bd@codeaurora.org> <571aed7f-39aa-b5f0-1ea2-2e57a588d22f@codeaurora.org> CC: , Len Brown , , From: gengdongjiu Message-ID: <250ab5f5-7eb7-5339-f895-a77837721467@huawei.com> Date: Tue, 15 Aug 2017 09:14:34 +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: <571aed7f-39aa-b5f0-1ea2-2e57a588d22f@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.0A020206.59924B06.00BD,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: ad5eefb0fce3a819235eca346dfc80f3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 390 Lines: 9 Hi,Tyler, Yes, I will add a patch based on it, thanks a lot that you will also have a test. On 2017/8/14 22:04, Baicar, Tyler wrote: > This change works too, I think it just makes sense to have the iterations in the CPER and GHES code match. Do you want to add a patch to your patch here to change the CPER code as well? If so, I'll wait for that and test it out. > > Thanks, > Tyler