]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: dmi: Correct an indexing error in dmi.h
authorMario Limonciello (AMD) <superm1@kernel.org>
Sat, 7 Mar 2026 14:10:20 +0000 (08:10 -0600)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 1 Apr 2026 18:53:44 +0000 (20:53 +0200)
commitc064abc68e009d2cc18416e7132d9c25e03125b6
tree43ab5be4520ac1b57ca9b9050abdc9c46d2a35e4
parent8b793a92d862c89055daa97ffa61a6929cf732f9
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 it.

Also, add missing entry types 43-46, while at it.

  ¹ Search for "System Management BIOS (SMBIOS) Reference Specification"

  [ bp: Drop the flaky SMBIOS spec URL. ]

Fixes: 93c890dbe5287 ("firmware: Add DMI entry types to the headers")
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Yazen Ghannam <yazen.ghannam@amd.com>
Link: https://patch.msgid.link/20260307141024.819807-2-superm1@kernel.org
include/linux/dmi.h