]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: dmi_scan: Only honor end-of-table for 64-bit tables
authorJean Delvare <jdelvare@suse.de>
Thu, 25 Jun 2015 07:06:55 +0000 (09:06 +0200)
committerJean Delvare <jdelvare@suse.de>
Thu, 25 Jun 2015 07:06:55 +0000 (09:06 +0200)
commit6ed9dede95b9a1b0b611625c6d234966afacfe00
tree8cfa1ba8ad0806023361864e4d265033898e4cb2
parent88c36bc0072bb748925c5e6e62ca9300cf401b74
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: f93aca9711 ("dmi: add support for SMBIOS 3.0 64-bit entry point")
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Matt Fleming <matt.fleming@intel.com>
drivers/firmware/dmi_scan.c