Re: [PATCH v2 0/2] x86/mm/KASLR: Change the granularity of randomization to PUD size in 5-level

From: Baoquan He
Date: Thu Feb 28 2019 - 04:23:53 EST


On 02/28/19 at 12:10pm, Kirill A. Shutemov wrote:
> On Thu, Feb 28, 2019 at 08:35:20AM +0800, Baoquan He wrote:
> > arch/x86/mm/kaslr.c | 92 ++++++++++++++++++++-------------------------
> > 1 file changed, 40 insertions(+), 52 deletions(-)
>
> What tree is it against?
>
> I cannot apply on current Linus' tree or tip/master.

Oops, I put them on my on my previous kaslr fixing patches:
http://lkml.kernel.org/r/20190216140008.28671-1-bhe@xxxxxxxxxx
[PATCH v3 0/6] Several patches to fix code bugs, improve documents and clean up

There's a clean up there to open code get_padding(), that cause
conflict in patch 0002. Let me rearrange and repost.

Thanks
Baoquan