Received: by 10.223.176.46 with SMTP id f43csp96587wra; Thu, 25 Jan 2018 18:11:37 -0800 (PST) X-Google-Smtp-Source: AH8x2251siaX3m1mPiW1/7wOKiHQzVo1bkdTHzBAns661pUZGXWe6ndR/RevZH4OPrb9Zpr4geOZ X-Received: by 10.99.0.17 with SMTP id 17mr5275989pga.94.1516932697700; Thu, 25 Jan 2018 18:11:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516932697; cv=none; d=google.com; s=arc-20160816; b=x4rW5bg8MVqgeMi2QZYy40CEzlrTc/S+TEMA0rRg03AT2pSAInAJLJxEUuDuuQF34T 1y1xjGLyk0CFbcpqoB4V0moZyVNDhMuaflBzA6Lzvtp0TkQneYmnGW8iKaDfrvH8osMT 3+7+qo+LL2nRnstHJO4EYSJ6jr9x98OEg7kCN25nhjtY8zhuaRQETDeR5E+gYsQqiTBx Ha9b+Ai36KHVTfaiDouGFmVW2bIBiBwy6uQrFlDVjLEaruNpeHmSH9Rdl+OcDfzVZxtd Rvl3q4wiGZDH5cEQjtdCVjq3co0/up92vFmXZS9C5pdkl9413z4EsK/KEGh8aeoe5AND kdxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject:arc-authentication-results; bh=pmV1W4904JuL2FrA04DGhMr+rObBQgW1T0B55+Iq8yE=; b=HEaKFPX6jBqULNbfiFh2gYdlOcD5J2dQMr1wLYbTiI2UONKGMN60WsbzOTzmAT9c1U s4hakJoKvqtV+0M6Wl9Cn92fPHYHolHgvR25V0eSH6eehRLLNAPHltkpvoJrJfG1oOk+ +KNSxpyxhoTju4H/b+j/EDc0pGOoC+0yTnXfkhYLxDQYVM0jzCO/vWMzpRpMpSlZe42G 9DKDJdJrceUbUFBv+aQ0OlPXiFZPN1ex5UZHTy6xbxf7aY0O+3PHnhF6oiPQ4JB4dIuV cjWtWD9ZkEMwB713HzHJDvOq5LNWUiZpx0ZC4YhWhrcULR1r2gI0xp8PJb9vwgM9/4aG 7txA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p8si2328326pgq.51.2018.01.25.18.11.23; Thu, 25 Jan 2018 18:11:37 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751707AbeAZCKB (ORCPT + 99 others); Thu, 25 Jan 2018 21:10:01 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:4703 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751508AbeAZCKA (ORCPT ); Thu, 25 Jan 2018 21:10:00 -0500 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id E9F8B5780DCCB; Fri, 26 Jan 2018 10:09:46 +0800 (CST) Received: from [127.0.0.1] (10.177.19.210) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.361.1; Fri, 26 Jan 2018 10:09:38 +0800 Subject: Re: [PATCH v4 0/4] arm64/ras: support sea error recovery To: Tyler Baicar , , , , , , , , , , , , , References: <1506516620-20033-1-git-send-email-xiexiuqi@huawei.com> CC: , , , , , , , , , , , From: Xie XiuQi Message-ID: <7a14f1fb-6176-1033-8121-87c872c99c8c@huawei.com> Date: Fri, 26 Jan 2018 10:09:23 +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: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.210] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tyler, On 2018/1/26 1:11, Tyler Baicar wrote: > For this series - Tested-by: Tyler Baicar > > Note that this will probably need to be rebased on top of these patches: Thank you for your testing, I'll rebase then. > > https://patchwork.codeaurora.org/patch/415877/ > https://patchwork.codeaurora.org/patch/415879/ > > With that, the first patch should be able to be removed because the above patches already define the ARM error types: > > +#define CPER_ARM_CACHE_ERROR 0 > +#define CPER_ARM_TLB_ERROR 1 > +#define CPER_ARM_BUS_ERROR 2 > +#define CPER_ARM_VENDOR_ERROR 3 -- Thanks, Xie XiuQi