]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6
authorAndrea Arcangeli <aarcange@redhat.com>
Fri, 8 Jan 2016 08:00:54 +0000 (09:00 +0100)
committerJean Delvare <jdelvare@suse.de>
Fri, 8 Jan 2016 08:00:54 +0000 (09:00 +0100)
commitff4319dc7cd58c92b389960e375038335d157a60
tree39e366e6730e9ddd784ed601d22192bf403ede13
parent02006f7a7a715af10974a30b7ad8e6ee340f954c
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>
drivers/firmware/dmi_scan.c