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) > > { > > pti_clone

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, > -

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

2018-01-03 Thread tip-bot for Thomas Gleixner
Commit-ID: 52994c256df36fda9a715697431cba9daecb6b11 Gitweb: https://git.kernel.org/tip/52994c256df36fda9a715697431cba9daecb6b11 Author: Thomas Gleixner AuthorDate: Wed, 3 Jan 2018 15:57:59 +0100 Committer: Thomas Gleixner CommitDate: Wed, 3 Jan 2018 15:57:59 +0100 x86/pti: Make sure th