public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] dmi_scan: uuid: fix endianess for smbios >= 0x206
@ 2015-12-22 13:53 Andrea Arcangeli
  2015-12-22 13:53 ` [PATCH 1/1] " Andrea Arcangeli
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Arcangeli @ 2015-12-22 13:53 UTC (permalink / raw)
  To: Ivan Khoronzhuk, Matt Fleming
  Cc: Paolo Bonzini, Federico Simoncelli, linux-kernel, Andrew Morton

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(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-06 13:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22 13:53 [PATCH 0/1] dmi_scan: uuid: fix endianess for smbios >= 0x206 Andrea Arcangeli
2015-12-22 13:53 ` [PATCH 1/1] " Andrea Arcangeli
2015-12-22 15:17   ` Matt Fleming
2016-01-06 13:01     ` Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox