From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54843C54E94 for ; Mon, 23 Jan 2023 12:24:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231131AbjAWMYf (ORCPT ); Mon, 23 Jan 2023 07:24:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230354AbjAWMYf (ORCPT ); Mon, 23 Jan 2023 07:24:35 -0500 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A10B77ED5; Mon, 23 Jan 2023 04:24:34 -0800 (PST) Received: from lhrpeml500005.china.huawei.com (unknown [172.18.147.207]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4P0q5l11tCz6J9mD; Mon, 23 Jan 2023 20:23:55 +0800 (CST) Received: from localhost (10.202.227.76) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.34; Mon, 23 Jan 2023 12:24:32 +0000 Date: Mon, 23 Jan 2023 12:24:31 +0000 From: Jonathan Cameron To: CC: , , , Subject: Re: [RFC PATCH 4/4] rasdaemon: Add support for the CXL AER correctable errors Message-ID: <20230123122431.00006bc4@Huawei.com> In-Reply-To: <20230119171809.1406-5-shiju.jose@huawei.com> References: <20230119171809.1406-1-shiju.jose@huawei.com> <20230119171809.1406-5-shiju.jose@huawei.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.76] X-ClientProxiedBy: lhrpeml100005.china.huawei.com (7.191.160.25) To lhrpeml500005.china.huawei.com (7.191.163.240) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org On Thu, 19 Jan 2023 17:18:09 +0000 wrote: > From: Shiju Jose > > Add support to log and record the CXL AER correctable errors. > > The corresponding Kernel patch here: > https://patchwork.kernel.org/project/cxl/patch/166974413388.1608150.5875712482260436188.stgit@djiang5-desk3.ch.intel.com/ > > Signed-off-by: Shiju Jose LGTM Reviewed-by: Jonathan Cameron In interests of transparency, I did internal review of these before posting, so unsurprisingly don't have many comments left to make ;) + I've tested them but with much the same test setup as you are using so not worth a tested-by tag! Thanks for implementing this. Jonathan