From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751389AbdIWPDU (ORCPT ); Sat, 23 Sep 2017 11:03:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:54705 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750769AbdIWPDS (ORCPT ); Sat, 23 Sep 2017 11:03:18 -0400 Subject: Re: [PATCH 00/33] x86 FPU fixes and cleanups for v4.14 To: Ingo Molnar , 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 References: <20170923130016.21448-1-mingo@kernel.org> <20170923130256.htmtonhlqt6j5hrj@gmail.com> From: Juergen Gross Message-ID: Date: Sat, 23 Sep 2017 17:03:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170923130256.htmtonhlqt6j5hrj@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? :-) Juergen