acpica-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: hj96.nam@samsung.com
To: Robert Moore <robert.moore@intel.com>,
	"Rafael J . Wysocki" <rafael.j.wysocki@intel.com>,
	Len Brown <lenb@kernel.org>
Cc: linux-acpi@vger.kernel.org, acpica-devel@lists.linux.dev,
	linux-kernel@vger.kernel.org, ks0204.kim@samsung.com,
	wj28.lee@samsung.com, alison.schofield@intel.com,
	Hojin Nam <hj96.nam@samsung.com>
Subject: [PATCH] ACPI: Fix CXL 3.0 structure (RDPAS) in the CEDT table
Date: Fri, 16 Feb 2024 16:29:31 +0900	[thread overview]
Message-ID: <20240216072931.34305-1-hj96.nam@samsung.com> (raw)
In-Reply-To: CGME20240216072906epcas2p407a2f85aca1b9b8677fb8aa458c53aa6@epcas2p4.samsung.com

From: Hojin Nam <hj96.nam@samsung.com>

struct acpi_cedt_rdpas does not match with CXL r3.0 9.17.1.5
Table 9-24. reserved1 and length fields are already added by
struct acpi_cedt_header.

Signed-off-by: Hojin Nam <hj96.nam@samsung.com>
---
 include/acpi/actbl1.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h
index a33375e055ad..7aff8c39dbd6 100644
--- a/include/acpi/actbl1.h
+++ b/include/acpi/actbl1.h
@@ -571,8 +571,6 @@ struct acpi_cedt_cxims {
 
 struct acpi_cedt_rdpas {
 	struct acpi_cedt_header header;
-	u8 reserved1;
-	u16 length;
 	u16 segment;
 	u16 bdf;
 	u8 protocol;

base-commit: d37e1e4c52bc60578969f391fb81f947c3e83118
-- 
2.34.1

       reply	other threads:[~2024-02-16  7:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20240216072906epcas2p407a2f85aca1b9b8677fb8aa458c53aa6@epcas2p4.samsung.com>
2024-02-16  7:29 ` hj96.nam [this message]
2024-02-16 18:39   ` [PATCH] ACPI: Fix CXL 3.0 structure (RDPAS) in the CEDT table Rafael J. Wysocki
2024-02-19  3:46     ` Hojin Nam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240216072931.34305-1-hj96.nam@samsung.com \
    --to=hj96.nam@samsung.com \
    --cc=acpica-devel@lists.linux.dev \
    --cc=alison.schofield@intel.com \
    --cc=ks0204.kim@samsung.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=robert.moore@intel.com \
    --cc=wj28.lee@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).