[GIT PULL] x86/boot changes for v4.20

From: Ingo Molnar
Date: Tue Oct 23 2018 - 07:22:58 EST


Linus,

Please pull the latest x86-boot-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-for-linus

# HEAD: 44060e8a5189fd79220a94422b82cccc49a85e91 x86/boot/KASLR: Remove return value from handle_mem_options()

Two cleanups and a bugfix for a rare boot option combination.

Thanks,

Ingo

------------------>
Chao Fan (1):
x86/boot/KASLR: Remove return value from handle_mem_options()

He Zhe (2):
x86/corruption-check: Fix panic in memory_corruption_check() when boot option without value is provided
x86/corruption-check: Use pr_*() instead of printk()


arch/x86/boot/compressed/kaslr.c | 18 ++++++++----------
arch/x86/kernel/check.c | 28 +++++++++++++++++++++++-----
2 files changed, 31 insertions(+), 15 deletions(-)