You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linux: fix smbios memory Misc info attrs on big endian
SMBIOS fields are apparently little-endian (although the spec
isn't totally clear, that's what dmidecode assumes).
So change the byte order when reading multibyte fields
(only memory size and extended_size for now).
The bug appeared on BE platforms when running the linux test
"32em64t-2n8c+dax+nvme+mic+dimms" linux
(gathered from a little-endian platform).
This test is the only one where we have dimm information.
Fixes abfd613Closes#637
Signed-off-by: Brice Goglin <[email protected]>
0 commit comments