From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D83FC6377D for ; Thu, 22 Jul 2021 14:49:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 045EB61285 for ; Thu, 22 Jul 2021 14:49:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232512AbhGVOJX (ORCPT ); Thu, 22 Jul 2021 10:09:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:51026 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232520AbhGVOJR (ORCPT ); Thu, 22 Jul 2021 10:09:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1E30A61221; Thu, 22 Jul 2021 14:49:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626965391; bh=TjkHfGXhg4CKKEPFgnCmzFmprxPDIv1dfXvT5sitIsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BYtJV62a0tJ7tVksiidI/gLG+85o9WSN2oC3Mt/+76GEVUaZDhXvQdzfffUo3W5gr V6dOs9t66yLocpreO2aG5XPCnGa9BctPZS0zZj0QLPVkUa4o6ZZlHGa4eaSw7B9yGN 0vLVHMWZwqwtXJ77sOa+QfuBWJXrO3tFMz/35IVk= Date: Thu, 22 Jul 2021 16:49:48 +0200 From: Greg KH To: Borislav Petkov Cc: tglx@linutronix.de, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] x86/fpu: Make init_fpstate correct with optimized XSAVE" failed to apply to 4.4-stable tree Message-ID: References: <1624803899162147@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jul 15, 2021 at 07:34:47PM +0200, Greg KH wrote: > On Wed, Jun 30, 2021 at 06:06:46PM +0200, Borislav Petkov wrote: > > On Sun, Jun 27, 2021 at 04:24:59PM +0200, gregkh@linuxfoundation.org wrote: > > > > > > The patch below does not apply to the 4.4-stable tree. > > > If someone wants it applied there, or to any other stable or longterm > > > tree, then please email the backport, including the original git commit > > > id to . > > > > > > thanks, > > > > > > greg k-h > > > > > > ------------------ original commit in Linus's tree ------------------ > > > > > > From f9dfb5e390fab2df9f7944bb91e7705aba14cd26 Mon Sep 17 00:00:00 2001 > > > From: Thomas Gleixner > > > Date: Fri, 18 Jun 2021 16:18:25 +0200 > > > Subject: [PATCH] x86/fpu: Make init_fpstate correct with optimized XSAVE > > > > Let's try this: it boots in a VM so it should be good. I had to remove > > some of the newly added XSTATE states. tglx, can you have a quick look > > pls? > > Anyone still want this??? Cool, this works for 4.4.y, but what about 4.9.y, 4.14.y, 4.19.y, and 5.4.y? Your proposed patch here blows up the build on all of those other branches. thanks, greg k-h