From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 74BCD32AAAC; Tue, 28 Oct 2025 14:59:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761663602; cv=none; b=OCYICAoUIzCy7uKkfqEf398takFHk0oKTuYDRs9nyn7zZ1quBRLmRphl1Uvk2YwzjWehZtbP3delu997Rs7RbFjDzdGpwoIULzoWfwUJCOAc49KFcNaNgZkTg9cxuoJvXytgpImHH+cXIjbFnP5w2aIoovCNxMHGbdvcfku0Y1I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761663602; c=relaxed/simple; bh=gMIRNZcUH+QUHv3uqufoBAkSJFkFpmLAgV8fVUnH9sE=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=gObiJocRYoapOygFo18pc0UN2yrCJHS2kp2pUxxchOxjkk61zsctlilPXAh7MmvqIu0wR8I5zYc9E35MaUrdG6bEPqi/ew0KzZsWD76dwc2XlmJ/Nzxo1iWR1/hclbolWrriXegJFAqOye5HXqoUUlx5mJJBQVCGCG7nF4wqgVw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTPS id 4cwtn53hFrzHnGf4; Tue, 28 Oct 2025 14:59:05 +0000 (UTC) Received: from dubpeml100005.china.huawei.com (unknown [7.214.146.113]) by mail.maildlp.com (Postfix) with ESMTPS id 44E651402EF; Tue, 28 Oct 2025 22:59:56 +0800 (CST) Received: from localhost (10.203.177.15) by dubpeml100005.china.huawei.com (7.214.146.113) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Tue, 28 Oct 2025 14:59:54 +0000 Date: Tue, 28 Oct 2025 14:59:53 +0000 From: Jonathan Cameron To: "Fabio M. De Francesco" CC: , "Rafael J . Wysocki" , "Len Brown" , Tony Luck , Borislav Petkov , Hanjun Guo , Mauro Carvalho Chehab , Shuai Xue , "Davidlohr Bueso" , Dave Jiang , "Alison Schofield" , Vishal Verma , Ira Weiny , Dan Williams , Mahesh J Salgaonkar , Oliver O'Halloran , Bjorn Helgaas , Sunil V L , Xiaofei Tan , Mario Limonciello , Huacai Chen , Heinrich Schuchardt , Arnd Bergmann , "Peter Zijlstra" , Ingo Molnar , "Guo Weikang" , Xin Li , Will Deacon , Huang Yiwei , Gavin Shan , Smita Koralahalli , Uwe =?ISO-8859-1?Q?Kleine-K=F6n?= =?ISO-8859-1?Q?ig?= , Li Ming , Ilpo =?ISO-8859-1?Q?J=E4rvinen?= , Kuppuswamy Sathyanarayanan , Karolina Stolarek , Jon Pan-Doh , "Lukas Wunner" , Shiju Jose , , , , Subject: Re: [PATCH 5/6 v6] acpi/ghes: Add helper to copy CXL protocol error info to work struct Message-ID: <20251028145953.00005372@huawei.com> In-Reply-To: <20251023122612.1326748-6-fabio.m.de.francesco@linux.intel.com> References: <20251023122612.1326748-1-fabio.m.de.francesco@linux.intel.com> <20251023122612.1326748-6-fabio.m.de.francesco@linux.intel.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml100011.china.huawei.com (7.191.174.247) To dubpeml100005.china.huawei.com (7.214.146.113) On Thu, 23 Oct 2025 14:25:40 +0200 "Fabio M. De Francesco" wrote: > Make a helper out of cxl_cper_post_prot_err() that checks the CXL agent > type and copy the CPER CXL protocol errors information to a work data > structure. > > Signed-off-by: Fabio M. De Francesco LGTM Reviewed-by: Jonathan Cameron