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 BC835C38159 for ; Thu, 19 Jan 2023 02:10:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229780AbjASCKW (ORCPT ); Wed, 18 Jan 2023 21:10:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjASCKU (ORCPT ); Wed, 18 Jan 2023 21:10:20 -0500 Received: from out30-99.freemail.mail.aliyun.com (out30-99.freemail.mail.aliyun.com [115.124.30.99]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF7DD67946; Wed, 18 Jan 2023 18:10:17 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R101e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=xueshuai@linux.alibaba.com;NM=1;PH=DS;RN=12;SR=0;TI=SMTPD_---0VZrtjWI_1674094213; Received: from 30.13.161.5(mailfrom:xueshuai@linux.alibaba.com fp:SMTPD_---0VZrtjWI_1674094213) by smtp.aliyun-inc.com; Thu, 19 Jan 2023 10:10:14 +0800 Message-ID: <202e4635-5233-9588-6c5e-ac61d280a431@linux.alibaba.com> Date: Thu, 19 Jan 2023 10:10:12 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH] ACPI: APEI: EINJ: Limit error type to 32-bit width Content-Language: en-US To: "Luck, Tony" , "rafael@kernel.org" , "bp@alien8.de" Cc: "lenb@kernel.org" , "james.morse@arm.com" , "jaylu102@amd.com" , "benjamin.cheatham@amd.com" , "Williams, Dan J" , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "baolin.wang@linux.alibaba.com" , "zhuo.song@linux.alibaba.com" References: <20230118063504.58026-1-xueshuai@linux.alibaba.com> From: Shuai Xue In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/1/19 AM12:37, Luck, Tony wrote: >> The bit map of error types to inject is 32-bit width[1]. Add parameter >> check to reflect the fact. >> >> [1] ACPI Specification 6.4, Section 18.6.4. Error Types >> >> Signed-off-by: Shuai Xue > > Reviewed-by: Tony Luck > > -Tony Thank you. Cheers. Shuai