From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751862AbdIWNDQ (ORCPT ); Sat, 23 Sep 2017 09:03:16 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:37134 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752221AbdIWNDA (ORCPT ); Sat, 23 Sep 2017 09:03:00 -0400 X-Google-Smtp-Source: AOwi7QDYu1weqWhdObic2SfoR+Nmf+UT01NbGIDe+OtKWetPvQIfUMQiWSL6+lyzdv0WZjVmc++51g== Date: Sat, 23 Sep 2017 15:02:56 +0200 From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Eric Biggers , Andy Lutomirski , Borislav Petkov , Dave Hansen , Fenghua Yu , "H . Peter Anvin" , Linus Torvalds , Oleg Nesterov , Peter Zijlstra , Rik van Riel , Thomas Gleixner , Yu-cheng Yu Subject: Re: [PATCH 00/33] x86 FPU fixes and cleanups for v4.14 Message-ID: <20170923130256.htmtonhlqt6j5hrj@gmail.com> References: <20170923130016.21448-1-mingo@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170923130016.21448-1-mingo@kernel.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > So I'd like to push these changes to Linus tomorrow-ish as an RFC pull > request in 1-2 days, because there's now 4 fixes depending on these > changes, and because the result will be more maintainable for the > LTS v4.14 kernel. > > The biggest changes from the earlier iterations is the fixes from > Eric Biggers for information leaks, plus more cleanups. I have also > removed the change that Peter Zijlstra and others felt uneasy about, > the ::last_cpu -> ::fpregs_cached change to the state machine. This > should make the changes uncontroversial. > > Due to taking out that patch I had to rebase the changes, most of which > have accrued months of testing in linux-next. So I'm pretty confident > about the overall stability of it. (Famous last words.) I forgot to mention that these changes are also available in tip:master (and tip:WIP.x86/fpu), at: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git master Thanks, Ingo