linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] x86: fix build warning int-to-pointer-cast
@ 2020-04-23 12:39 Vamshi K Sthambamkadi
  2020-04-23 12:39 ` [PATCH v3 1/2] x86: add kstrtoul() converter func to boot code Vamshi K Sthambamkadi
  2020-04-23 12:39 ` [PATCH v3 2/2] x86: fix build warning int-to-pointer-cast Vamshi K Sthambamkadi
  0 siblings, 2 replies; 5+ messages in thread
From: Vamshi K Sthambamkadi @ 2020-04-23 12:39 UTC (permalink / raw)
  To: bp, tglx, mingo, hpa; +Cc: Vamshi K Sthambamkadi, x86, linux-kernel

Please review.

Changes in v3:
 Copied kstrtoul & _kstrtoul correctly from lib/kstrtox.c to boot code
 as suggested by Borislav petkov <bp@alien8.de>

Changes in v2:
 On 32 bit, if supplied physical address overflow acpi_rsdp pointer
 return 0 from get_cmdline_acpi_rsdp()
 as suggested by Borislav Petkov <bp@alien8.de>

Changes in v1:
 Supressed build warning through Makefile change

Thank you!

Vamshi K Sthambamkadi (2):
  x86: add kstrtoul() converter func to boot code
  x86: fix build warning int-to-pointer-cast

 arch/x86/boot/compressed/acpi.c |  6 +++---
 arch/x86/boot/string.c          | 43 +++++++++++++++++++++++++++++++++++++++++
 arch/x86/boot/string.h          |  1 +
 3 files changed, 47 insertions(+), 3 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-05-04 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 12:39 [PATCH v3 0/2] x86: fix build warning int-to-pointer-cast Vamshi K Sthambamkadi
2020-04-23 12:39 ` [PATCH v3 1/2] x86: add kstrtoul() converter func to boot code Vamshi K Sthambamkadi
2020-05-04 16:52   ` [tip: x86/boot] x86/boot: Add kstrtoul() from lib/ tip-bot2 for Vamshi K Sthambamkadi
2020-04-23 12:39 ` [PATCH v3 2/2] x86: fix build warning int-to-pointer-cast Vamshi K Sthambamkadi
2020-05-04 16:52   ` [tip: x86/boot] x86/boot: Fix -Wint-to-pointer-cast build warning tip-bot2 for Vamshi K Sthambamkadi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).