All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KPTI: get rid of cpu_entry_area mapping duplication
@ 2017-12-02  6:20 Andy Lutomirski
  2017-12-02  6:20 ` [PATCH 1/2] Undo the split of setup_cpu_entry_area Andy Lutomirski
  2017-12-02  6:20 ` [PATCH 2/2] x86/kpti: Reference all cpu_entry_area pagetables in the usermode tables Andy Lutomirski
  0 siblings, 2 replies; 8+ messages in thread
From: Andy Lutomirski @ 2017-12-02  6:20 UTC (permalink / raw)
  To: X86 ML
  Cc: Borislav Petkov, linux-kernel@vger.kernel.org, Brian Gerst,
	Dave Hansen, Linus Torvalds, Josh Poimboeuf, Andy Lutomirski

I like this variant much better.  It might also fix the nasty bug tglx
and peterz were chasing.

Andy Lutomirski (2):
  Undo the split of setup_cpu_entry_area
  x86/kpti: Reference all cpu_entry_area pagetables in the usermode
    tables

 arch/x86/include/asm/fixmap.h | 14 +++++---
 arch/x86/include/asm/kpti.h   |  8 +++--
 arch/x86/kernel/cpu/common.c  |  3 --
 arch/x86/kernel/smpboot.c     |  2 ++
 arch/x86/kernel/traps.c       |  6 +++-
 arch/x86/mm/kpti.c            | 82 ++++++++++++++++++++++++++-----------------
 6 files changed, 71 insertions(+), 44 deletions(-)

-- 
2.13.6

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-12-02 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02  6:20 [PATCH 0/2] KPTI: get rid of cpu_entry_area mapping duplication Andy Lutomirski
2017-12-02  6:20 ` [PATCH 1/2] Undo the split of setup_cpu_entry_area Andy Lutomirski
2017-12-02 10:34   ` Thomas Gleixner
2017-12-02 10:47     ` Thomas Gleixner
2017-12-02 13:34       ` Andy Lutomirski
2017-12-02 14:20         ` Thomas Gleixner
2017-12-02  6:20 ` [PATCH 2/2] x86/kpti: Reference all cpu_entry_area pagetables in the usermode tables Andy Lutomirski
2017-12-02 10:38   ` Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.