From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752806AbdIXTBg (ORCPT ); Sun, 24 Sep 2017 15:01:36 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:47665 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752728AbdIXTBf (ORCPT ); Sun, 24 Sep 2017 15:01:35 -0400 X-Google-Smtp-Source: AOwi7QCte0cWnTaGdDQsHUeUottwy2zNCDqXrW5kXCeY60RR00kb/v8KWm6AU1X9Bj9AsPW0JnhOPg== Date: Sun, 24 Sep 2017 21:01:30 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Linux Kernel Mailing List , Andrew Morton , Eric Biggers , Andy Lutomirski , Borislav Petkov , Dave Hansen , Fenghua Yu , "H . Peter Anvin" , Oleg Nesterov , Peter Zijlstra , Rik van Riel , Thomas Gleixner , Yu-cheng Yu Subject: Re: [PATCH 00/10] x86/fpu: Split up "x86/fpu: Tighten validation of user-supplied xstate_header" Message-ID: <20170924190129.iusotchskqqptrzg@gmail.com> References: <20170924105913.9157-1-mingo@kernel.org> 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 * Linus Torvalds wrote: > On Sun, Sep 24, 2017 at 3:59 AM, Ingo Molnar wrote: > > As mentioned before, the patch was too big and too complex, and I've split it > > up into 10 smaller, bisectable patches: > > Is this the (updated) stuff you want to send in for 4.14? Because I > like this smaller set more tor that than the big series I saw earlier. It's a 10 patch split-up of one of the 34 patches from the bigger series :-/ > I'm sure the bigger series is a better cleanup, but maybe we can wait with that > bigger change for 4.15? So all of this is pretty unfortunate timing, caused in part because I delayed the FPU changes in this merge window due to having so many x86 changes already. I'd really love to have the bigger series, firstly because beyond the simplifications and the fixes in the 10-patch series it also fixes some other problems such as this SkyLake bug: 0852b374173b: x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs Secondly, with v4.14 being an LTS, doing the cleanups/simplifications afterwards adds a big backporting barrier. But I can extract all the fixes and re-structure and re-test it all if you prefer it that way. Thanks, Ingo