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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 259B9CDB465 for ; Mon, 16 Oct 2023 07:45:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231750AbjJPHpD (ORCPT ); Mon, 16 Oct 2023 03:45:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231474AbjJPHpD (ORCPT ); Mon, 16 Oct 2023 03:45:03 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A60DA83 for ; Mon, 16 Oct 2023 00:45:01 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA4EAC433C8; Mon, 16 Oct 2023 07:45:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697442301; bh=XvdO5ChCScFYGqf6PTOTmAg7nlRj+kYzG4KYxrRgVGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M1sU0Votop53yTObasUrpz6yncH1yLlDKVFx3f2YV212rghEpgddBkTtCtl7Rgr0K ecBZppLPTroUZMwdk633rDP6pY74v7XamcVoFuZErLGXvtFDuCFm/gFikc7aSRHWrC b17bvR0HnqbtQp5UyS7datQxVU+hoFhK9/RrhOgY= Date: Mon, 16 Oct 2023 09:44:58 +0200 From: Greg KH To: Borislav Petkov Cc: rene@exactcode.de, stable@kernel.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs" failed to apply to 5.4-stable tree Message-ID: <2023101648-pout-deeply-0af5@gregkh> References: <2023101526-mumbling-theft-3113@gregkh> <20231015202207.GCZSxJ75lVvnJKNj/M@fat_crate.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231015202207.GCZSxJ75lVvnJKNj/M@fat_crate.local> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Oct 15, 2023 at 10:22:07PM +0200, Borislav Petkov wrote: > From: "Borislav Petkov (AMD)" > Date: Sat, 7 Oct 2023 12:57:02 +0200 > Subject: [PATCH] x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > Upstream commit f454b18e07f518bcd0c05af17a2239138bff52de. > Both backports now queued up, thanks. greg k-h