Re: [PATCH v2] x86/mm: Adjust the padding size for KASLR

2019-02-16 Thread Baoquan He
On 02/14/19 at 12:39pm, Masayoshi Mizuma wrote: > > Another thing is for the 3rd part, I also queued several patches in my > > local branch, they are code bug fix patches, and several clean up > > patches suggested by Ingo and Kirill. They can be found here: > > > > https://github.com/baoquan-he/l

Re: [PATCH v2] x86/mm: Adjust the padding size for KASLR

2019-02-14 Thread Masayoshi Mizuma
Hi Baoquan, Thank you for your review. On Thu, Feb 14, 2019 at 06:12:36PM +0800, Baoquan He wrote: > Hi Masa, > > On 02/11/19 at 08:31pm, Masayoshi Mizuma wrote: > > From: Masayoshi Mizuma > > > > The system sometimes crashes while memory hot-adding on KASLR > > enabled system. The crash happe

Re: [PATCH v2] x86/mm: Adjust the padding size for KASLR

2019-02-14 Thread Baoquan He
Hi Masa, On 02/11/19 at 08:31pm, Masayoshi Mizuma wrote: > From: Masayoshi Mizuma > > The system sometimes crashes while memory hot-adding on KASLR > enabled system. The crash happens because the regions pointed by > kaslr_regions[].base are overwritten by the hot-added memory. > > It happens b