Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750986AbdL3VgA (ORCPT ); Sat, 30 Dec 2017 16:36:00 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:34250 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750828AbdL3Vf7 (ORCPT ); Sat, 30 Dec 2017 16:35:59 -0500 X-Google-Smtp-Source: ACJfBoukiiCvDFJuqVavV9fH3Gu/Q6IynpsOhAxcjgnf07KSjUGTlOfmFy87ogd7NEj/7O1gDkdvwQ== Date: Sat, 30 Dec 2017 22:35:55 +0100 From: Ingo Molnar To: Thomas Gleixner , Linus Torvalds Cc: LKML , Linus Torvalds , x86@kernel.org, Andy Lutomirski , Dave Hansen , Peter Zijlstra , Borislav Petkov , Dominik Brodowski Subject: Re: [patch 0/3] x86/pti: Fix various fallout Message-ID: <20171230213555.gu7mtzwp6gwzaza2@gmail.com> References: <20171230211351.980176980@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171230211351.980176980@linutronix.de> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 566 Lines: 18 * Thomas Gleixner wrote: > 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 Linus, I suspect -rc6 is imminent, and it would be nice to at least have the LDT error path fix in. I'll send you these fixes tomorrow, but feel free to pick it up from email if you wanted to release -rc6 today. Thanks, Ingo