From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbdIWX1T (ORCPT ); Sat, 23 Sep 2017 19:27:19 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:38515 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbdIWX1R (ORCPT ); Sat, 23 Sep 2017 19:27:17 -0400 X-Google-Smtp-Source: AOwi7QCGnlataiRIYIN4QxSlD/dpwpRmlgJlt+SDgTfkuQpQx0ZHXaxsugz53ONhe62mZdd5DE6sLQ== Date: Sun, 24 Sep 2017 01:27:12 +0200 From: Ingo Molnar To: Juergen Gross Cc: linux-kernel@vger.kernel.org, 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: <20170923232712.r4egnzbttlnm6tlh@gmail.com> References: <20170923130016.21448-1-mingo@kernel.org> <20170923130256.htmtonhlqt6j5hrj@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Juergen Gross wrote: > On 23/09/17 15:02, Ingo Molnar wrote: > > > > * 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 > > Really? Did you hijack the Xen tree? :-) Lol, copy & paste error ;-) Should be: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git master Thanks, Ingo