Re: [PATCH 1/1] dmi_scan: uuid: fix endianess for smbios >= 0x206

2016-01-06 Thread Jean Delvare
Hi Matt, Andrea, On Tue, 22 Dec 2015 15:17:51 +, Matt Fleming wrote: > (Cc'ing Jean since he's the maintainer) > > On Tue, 22 Dec, at 02:53:10PM, Andrea Arcangeli wrote: > > The dmi_ver wasn't updated correctly before the dmi_decode method run > > to save the uuid. > > > > That resulted in "

Re: [PATCH 1/1] dmi_scan: uuid: fix endianess for smbios >= 0x206

2015-12-22 Thread Matt Fleming
(Cc'ing Jean since he's the maintainer) On Tue, 22 Dec, at 02:53:10PM, Andrea Arcangeli wrote: > 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 w

[PATCH 1/1] dmi_scan: uuid: fix endianess for smbios >= 0x206

2015-12-22 Thread Andrea Arcangeli
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 Signed-off-by: Andrea Arcangeli --- drive