From: Jean Delvare Date: Thu, 25 Jun 2015 07:06:55 +0000 (+0200) Subject: firmware: dmi_scan: Only honor end-of-table for 64-bit tables X-Git-Tag: omap-for-v4.2/fixes-rc1^2~114^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17cd5bd5391e6e7b363d66335e1bc6760ae969b9;p=pandora-kernel.git firmware: dmi_scan: Only honor end-of-table for 64-bit tables A 32-bit entry point to a DMI table says how many structures the table contains. The SMBIOS specification explicitly says that end-of-table markers should be ignored if they are not actually at the end of the DMI table. So only honor the end-of-table marker for tables accessed through 64-bit entry points, as they do not specify a structure count. Fixes: fc43026278 ("dmi: add support for SMBIOS 3.0 64-bit entry point") Signed-off-by: Jean Delvare Acked-by: Ard Biesheuvel Cc: Leif Lindholm Cc: Matt Fleming --- Reading git-diff-tree failed