From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751343AbdJNQ74 (ORCPT ); Sat, 14 Oct 2017 12:59:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:35416 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbdJNQ7y (ORCPT ); Sat, 14 Oct 2017 12:59:54 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 557F421874 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=luto@kernel.org From: Andy Lutomirski To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Borislav Petkov , Andy Lutomirski Subject: [PATCH 0/3] Fixes on top of the TLB fix in x86/urgent Date: Sat, 14 Oct 2017 09:59:48 -0700 Message-Id: X-Mailer: git-send-email 2.13.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I redid the TLB fix to resolve Boris' comments, and then Ingo applied the old version :-/ Here are my fixes respun on top of the version in -tip. If they pass muster (they're quite straightforward), can one of you get them to Linus? (If you disagree with Boris, then skip patch 3.) Andy Lutomirski (3): x86/mm/64: Remove the last VM_BUG_ON from the TLB code x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode" x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm arch/x86/include/asm/tlbflush.h | 21 ++++++++++---- arch/x86/mm/tlb.c | 64 ++++------------------------------------- 2 files changed, 21 insertions(+), 64 deletions(-) -- 2.13.6