[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1450792390-27853-1-git-send-email-aarcange@redhat.com>
Date: Tue, 22 Dec 2015 14:53:09 +0100
From: Andrea Arcangeli <aarcange@...hat.com>
To: Ivan Khoronzhuk <ivan.khoronzhuk@...aro.org>,
Matt Fleming <matt.fleming@...el.com>
Cc: Paolo Bonzini <pbonzini@...hat.com>,
Federico Simoncelli <fsimonce@...hat.com>,
linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 0/1] dmi_scan: uuid: fix endianess for smbios >= 0x206
Hello,
this fixes https://bugzilla.kernel.org/show_bug.cgi?id=109731
Without this fix when this code runs:
if (dmi_ver >= 0x020600)
sprintf(s, "%pUL", d);
else
sprintf(s, "%pUB", d);
dmi_ver is still set to the old 0x20X instead of 0x20X00 as intended
after commit 95be58df74a5b21e5a78e45fddb2fd59112524c5.
Andrea Arcangeli (1):
dmi_scan: uuid: fix endianess for smbios >= 0x206
drivers/firmware/dmi_scan.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists