Re: [PATCH 20/31] x86/mm/pae: Populate the user page-table with user pgd's

2018-02-09 Thread Joerg Roedel
On Fri, Feb 09, 2018 at 05:48:36PM +, Andy Lutomirski wrote: > Can you rename the helper from pti_set_user_pgd() to > pti_set_user_top_level_entry() or similar? The name was already a bit > absurd, but now it's just nuts. Sure, I can do that, just pti_set_user_top_level_entry() is a bit long.

Re: [PATCH 20/31] x86/mm/pae: Populate the user page-table with user pgd's

2018-02-09 Thread Andy Lutomirski
On Fri, Feb 9, 2018 at 9:25 AM, Joerg Roedel wrote: > From: Joerg Roedel > > When we populate a PGD entry, make sure we populate it in > the user page-table too. > > Signed-off-by: Joerg Roedel > --- > arch/x86/include/asm/pgtable-3level.h | 7 +++ > 1 file changed, 7 insertions(+) > > diff