Searched hist:ff4319dc7cd58c92b389960e375038335d157a60 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/firmware/ |
H A D | dmi_scan.c | diff ff4319dc7cd58c92b389960e375038335d157a60 Fri Jan 08 09:00:54 CET 2016 Andrea Arcangeli <aarcange@redhat.com> firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6
The dmi_ver wasn't updated correctly before the dmi_decode method run to save the uuid.
That resulted in "dmidecode -s system-uuid" and /sys/class/dmi/id/product_uuid disagreeing. The latter was buggy and this fixes it.
Reported-by: Federico Simoncelli <fsimonce@redhat.com> Fixes: 9f9c9cbb6057 ("drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists") Fixes: 79bae42d51a5 ("dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()") Signed-off-by: Andrea Arcangeli <aarcange@redhat.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
|