Re: [tip:x86/pti] x86/pti: Make sure the user/kernel PTEs match

2018-02-13 Thread Thomas Gleixner
On Fri, 9 Feb 2018, Dave Hansen wrote: > On 01/03/2018 08:22 AM, tip-bot for Thomas Gleixner wrote: > > --- a/arch/x86/mm/pti.c > > +++ b/arch/x86/mm/pti.c > > @@ -367,7 +367,8 @@ static void __init pti_setup_espfix64(void) > > static void __init pti_clone_entry_text(void) > > { > >

Re: [tip:x86/pti] x86/pti: Make sure the user/kernel PTEs match

2018-02-13 Thread Thomas Gleixner
On Fri, 9 Feb 2018, Dave Hansen wrote: > On 01/03/2018 08:22 AM, tip-bot for Thomas Gleixner wrote: > > --- a/arch/x86/mm/pti.c > > +++ b/arch/x86/mm/pti.c > > @@ -367,7 +367,8 @@ static void __init pti_setup_espfix64(void) > > static void __init pti_clone_entry_text(void) > > { > >

Re: [tip:x86/pti] x86/pti: Make sure the user/kernel PTEs match

2018-02-09 Thread Dave Hansen
On 01/03/2018 08:22 AM, tip-bot for Thomas Gleixner wrote: > --- a/arch/x86/mm/pti.c > +++ b/arch/x86/mm/pti.c > @@ -367,7 +367,8 @@ static void __init pti_setup_espfix64(void) > static void __init pti_clone_entry_text(void) > { > pti_clone_pmds((unsigned long) __entry_text_start, > -

Re: [tip:x86/pti] x86/pti: Make sure the user/kernel PTEs match

2018-02-09 Thread Dave Hansen
On 01/03/2018 08:22 AM, tip-bot for Thomas Gleixner wrote: > --- a/arch/x86/mm/pti.c > +++ b/arch/x86/mm/pti.c > @@ -367,7 +367,8 @@ static void __init pti_setup_espfix64(void) > static void __init pti_clone_entry_text(void) > { > pti_clone_pmds((unsigned long) __entry_text_start, > -