[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1557203494-7939-1-git-send-email-kernelfans@gmail.com>
Date: Tue, 7 May 2019 12:31:32 +0800
From: Pingfan Liu <kernelfans@...il.com>
To: x86@...nel.org
Cc: Pingfan Liu <kernelfans@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
"H. Peter Anvin" <hpa@...or.com>, Baoquan He <bhe@...hat.com>,
Will Deacon <will.deacon@....com>,
Nicolas Pitre <nico@...aro.org>,
Vivek Goyal <vgoyal@...hat.com>,
Chao Fan <fanc.fnst@...fujitsu.com>,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
Ard Biesheuvel <ard.biesheuvel@...aro.org>,
Hari Bathini <hbathini@...ux.vnet.ibm.com>,
linux-kernel@...r.kernel.org
Subject: [PATCHv5 0/2] x86/boot/KASLR: skip the specified crashkernel region
crashkernel=x@y or or =range1:size1[,range2:size2,...]@offset option may
fail to reserve the required memory region if KASLR puts kernel into the
region. To avoid this uncertainty, asking KASLR to skip the required
region.
And the parsing routine can be re-used at this early boot stage.
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: Borislav Petkov <bp@...en8.de>
Cc: "H. Peter Anvin" <hpa@...or.com>
Cc: Baoquan He <bhe@...hat.com>
Cc: Will Deacon <will.deacon@....com>
Cc: Nicolas Pitre <nico@...aro.org>
Cc: Vivek Goyal <vgoyal@...hat.com>
Cc: Chao Fan <fanc.fnst@...fujitsu.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@...aro.org>
CC: Hari Bathini <hbathini@...ux.vnet.ibm.com>
Cc: linux-kernel@...r.kernel.org
---
v3 -> v4:
reuse the parse_crashkernel_xx routines
v4 -> v5:
drop unnecessary initialization of crash_base in [2/2]
Pingfan Liu (2):
kernel/crash_core: separate the parsing routines to
lib/parse_crashkernel.c
x86/boot/KASLR: skip the specified crashkernel region
arch/x86/boot/compressed/kaslr.c | 40 ++++++
kernel/crash_core.c | 273 ------------------------------------
lib/Makefile | 2 +
lib/parse_crashkernel.c | 289 +++++++++++++++++++++++++++++++++++++++
4 files changed, 331 insertions(+), 273 deletions(-)
create mode 100644 lib/parse_crashkernel.c
--
2.7.4
Powered by blists - more mailing lists