From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751156AbdL3VWY (ORCPT ); Sat, 30 Dec 2017 16:22:24 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:35234 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbdL3VWM (ORCPT ); Sat, 30 Dec 2017 16:22:12 -0500 Message-Id: <20171230211351.980176980@linutronix.de> User-Agent: quilt/0.63-1 Date: Sat, 30 Dec 2017 22:13:51 +0100 From: Thomas Gleixner To: LKML Cc: Linus Torvalds , x86@kernel.org, Andy Lutomirski , Dave Hansen , Peter Zijlstra , Borislav Petkov , Dominik Brodowski Subject: [patch 0/3] x86/pti: Fix various fallout Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)