Re: [PATCH] x86/kaslr: support separate multiple memmaps parameter parsing

2021-01-05 Thread Arvind Sankar
On Tue, Dec 22, 2020 at 07:31:24PM +0800, Pan Zhang wrote: > When the kernel is loading, > the load address of the kernel needs to be calculated firstly. > > If the kernel address space layout randomization(`kaslr`) is enabled, > the memory range reserved by the memmap parameter will be excluded >

[PATCH] x86/kaslr: support separate multiple memmaps parameter parsing

2020-12-22 Thread Pan Zhang
When the kernel is loading, the load address of the kernel needs to be calculated firstly. If the kernel address space layout randomization(`kaslr`) is enabled, the memory range reserved by the memmap parameter will be excluded to avoid loading the kernel address into the memmap reserved area. Cu