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 6F1621A4F2D; Fri, 4 Apr 2025 09:24:19 +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=1743758661; cv=none; b=C4/YCb1UuE7V0VowbZeFzxIHXTz97O3BaFIo+7hs9D3IVqGIGPk8jdmOeod92cVSWN2juW7XDq+cs9RZ0Fa4PCJsW3RirKr/wF9Qo+BzhPBWzKEw34fkdS96xl69M52wEOCL8x1+j+5t/yClS97nzyGa0FvcHIo/uJzIbUQvumI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743758661; c=relaxed/simple; bh=r1Qq/S5VekZ6uSRXPqtT9I8z8/k/buhF2X6BfabkqqY=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=WmSdgbhqnWum+0NnjYO3jJX4ZhxQ5vEbQhOG+zDzNwdyx3eQHgK0Q9y50E6YQYthbCZMs2Qs9Bm3j0TTCJmHKHxMyR67/ihwc13nlMwDacBoLMCRuiEigCkc5dydx0mkRALBIshxp8YWgtIiLbV4DL49XXzJEpAAeZwAslowLJY= 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 ESMTP id 4ZTY7W3hjNz6L4t0; Fri, 4 Apr 2025 17:23:35 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 6DFB7140682; Fri, 4 Apr 2025 17:24:17 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Fri, 4 Apr 2025 11:24:16 +0200 Date: Fri, 4 Apr 2025 10:24:15 +0100 From: Jonathan Cameron To: Zaid Alali CC: , , , , , , , , , , , , , , , , Subject: Re: [PATCH v5 6/9] ACPI: APEI: EINJ: Add einjv2 extension struct Message-ID: <20250404102415.00004e76@huawei.com> In-Reply-To: <20250403231339.23708-7-zaidal@os.amperecomputing.com> References: <20250403231339.23708-1-zaidal@os.amperecomputing.com> <20250403231339.23708-7-zaidal@os.amperecomputing.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: lhrpeml500011.china.huawei.com (7.191.174.215) To frapeml500008.china.huawei.com (7.182.85.71) On Thu, 3 Apr 2025 16:13:36 -0700 Zaid Alali wrote: > Add einjv2 extension struct and EINJv2 error types to prepare > the driver for EINJv2 support. ACPI specifications(1) enables > EINJv2 by extending set_error_type_with_address struct. > > (1) https://github.com/tianocore/edk2/issues/9449 > See v4 reply which had a tag and a note that this should use a link tag with # [1] after it. With that fixed up Reviewed-by: Jonathan Cameron > Signed-off-by: Zaid Alali