[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1587645588-7130-1-git-send-email-vamshi.k.sthambamkadi@gmail.com>
Date: Thu, 23 Apr 2020 18:09:46 +0530
From: Vamshi K Sthambamkadi <vamshi.k.sthambamkadi@...il.com>
To: bp@...en8.de, tglx@...utronix.de, mingo@...hat.com, hpa@...or.com
Cc: Vamshi K Sthambamkadi <vamshi.k.sthambamkadi@...il.com>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/2] x86: fix build warning int-to-pointer-cast
Please review.
Changes in v3:
Copied kstrtoul & _kstrtoul correctly from lib/kstrtox.c to boot code
as suggested by Borislav petkov <bp@...en8.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@...en8.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
Powered by blists - more mailing lists