[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260110134835.1296600-2-superm1@kernel.org>
Date: Sat, 10 Jan 2026 07:48:30 -0600
From: "Mario Limonciello (AMD)" <superm1@...nel.org>
To: Yazen Ghannam <yazen.ghannam@....com>,
Jean Delvare <jdelvare@...e.com>
Cc: linux-kernel@...r.kernel.org,
Borislav Petkov <bp@...en8.de>,
"Mario Limonciello (AMD)" <superm1@...nel.org>
Subject: [PATCH v3 1/5] firmware: dmi: Correct an indexing error in dmi.h
The entries later in `enum dmi_entry_type` don't match the SMBIOS
specification. The entry for type 33: `64-Bit Memory Error Information`
is not present and thus the index for all later entries is incorrect.
Add the missing type 33 entry.
Fixes: 93c890dbe5287 ("firmware: Add DMI entry types to the headers")
Link: https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.4.0a.pdf
Reviewed-by: Yazen Ghannam <yazen.ghannam@....com>
Signed-off-by: Mario Limonciello (AMD) <superm1@...nel.org>
---
v3:
* Rename to DMI_ENTRY_64_MEM_ERROR (Jean)
---
include/linux/dmi.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/dmi.h b/include/linux/dmi.h
index 927f8a8b7a1dd..32b2529a73301 100644
--- a/include/linux/dmi.h
+++ b/include/linux/dmi.h
@@ -60,6 +60,7 @@ enum dmi_entry_type {
DMI_ENTRY_OOB_REMOTE_ACCESS,
DMI_ENTRY_BIS_ENTRY,
DMI_ENTRY_SYSTEM_BOOT,
+ DMI_ENTRY_64_MEM_ERROR,
DMI_ENTRY_MGMT_DEV,
DMI_ENTRY_MGMT_DEV_COMPONENT,
DMI_ENTRY_MGMT_DEV_THRES,
--
2.43.0
Powered by blists - more mailing lists