[patch 0/3] x86/pti: Fix various fallout

From: Thomas Gleixner
Date: Sat Dec 30 2017 - 16:22:47 EST


The small series fixes the recent fallout of the x86/pti merge:

- Remove the stale local_flush_tlb() invocations from the CPU hotplug code

- Remove the stale preempt_disable/enable() pair from __native_flush_tlb()

- Fix a bogus free in the write_ldt() error path

Thanks,

tglx

---
include/asm/tlbflush.h | 14 ++++++++------
kernel/ldt.c | 2 +-
kernel/smpboot.c | 9 ---------
3 files changed, 9 insertions(+), 16 deletions(-)