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 F110EC77B7F for ; Sat, 13 May 2023 10:51:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233967AbjEMKvw (ORCPT ); Sat, 13 May 2023 06:51:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231273AbjEMKvv (ORCPT ); Sat, 13 May 2023 06:51:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3FA31991 for ; Sat, 13 May 2023 03:51:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6A26260E9E for ; Sat, 13 May 2023 10:51:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3AAF8C433EF; Sat, 13 May 2023 10:51:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683975108; bh=9X+6SO1vINjGlkookJdOXRSY6ed3zD0gsiHoB5TDP4w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0/I+S+UV19j51NPtjvI0mqHBH2m4wD+u/Xyq8QwieERtqt6ZuuC56ZznaD5IsshDH ouFF3JZ3FZ/pto6btD+XloCsKF0j1VCFGdWdjEHlEh9c7XP5gMQGcPV9Y+FjRNwoeJ lOogI4fqJ72Zo+wtcV5nRvVYDq3ZiLHnZ4id8usg= Date: Sat, 13 May 2023 19:48:43 +0900 From: Greg KH To: Borislav Petkov Cc: stable@kernel.org, tglx@linutronix.de, torvalds@linux-foundation.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] x86/retbleed: Fix return thunk alignment" failed to apply to 5.10-stable tree Message-ID: <2023051335-version-prelude-0767@gregkh> References: <2023051308-reflected-pessimism-42d1@gregkh> <20230513103432.GDZF9nuPNuUn8hxKNX@fat_crate.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230513103432.GDZF9nuPNuUn8hxKNX@fat_crate.local> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, May 13, 2023 at 12:34:32PM +0200, Borislav Petkov wrote: > On Sat, May 13, 2023 at 05:17:08PM +0900, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.10-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 . > > Same situation as 5.15 - see my reply there. Great, thanks for checking. greg k-h