lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ