Re: [PATCH v2 3/7] firmware: dmi: Read additional information when decoding DMI table
From: Jean DELVARE
Date: Mon Dec 22 2025 - 16:31:15 EST
Hi all,
On Tue, 2025-12-16 at 06:33 -0600, Mario Limonciello (AMD) wrote:
> Type 40 entries (Additional information) are summarized in section
> 7.41 as part of the SMBIOS specification. Save these entries when
> decoding the DMI tables.
>
> Signed-off-by: Mario Limonciello (AMD) <superm1@xxxxxxxxxx>
> ---
> v2:
> * Drop some unneeded variables (LKP robot)
> * Allow any length strings, not just 5 and longer
> --- (...)
Having read the whole series now, my conclusion is that we don't want
to do that. The way AMD is storing this string in a type 40 record is
absolutely not how these records are supposed to be used. So having
generic code to store and retrieve strings from type 40 records is
neither needed nor desirable.
This is a hack from AMD, the best way to deal with it is with the
minimum amount of code in the kernel and smallest memory footprint.
Simply catch the string when you see it, log it, and be done with it.
Thanks,
--
Jean Delvare
SUSE L3 Support