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 76B26C77B75 for ; Tue, 18 Apr 2023 11:19:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229682AbjDRLTu (ORCPT ); Tue, 18 Apr 2023 07:19:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231496AbjDRLTr (ORCPT ); Tue, 18 Apr 2023 07:19:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3880A246 for ; Tue, 18 Apr 2023 04:19:25 -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 15A9463025 for ; Tue, 18 Apr 2023 11:18:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46211C433EF; Tue, 18 Apr 2023 11:18:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681816704; bh=OmqhRwY3UFjrvnRWpZnDDlEDbd8B1Ds5PWqXOFp4xbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SPplbBXke9NyoXNn7kL1THWYqjeYiEIEg/O5oNTKrIsyZzYv9NZE/b2qW2qhrfQl+ 21FNE98wcyEKbyG7mssB3CN7Q0f1+vee8s8baxBYeyY05Rq62IhYCX2LvS8CZ1JYLS mS1gCCUSKC/DPf38T/KOBho9qCcrbTtkbKQyYh+vMaNdKP8WNueqohRlUIXKC8D7BD 0co/kNW5z6x9I+NCWJBXeRzGRamIf0VHdQ5euQVJg7cV7Bvqfq3mmYcLJJ13TFbJgY uHaiiscuWSKq0OU0+TVbLg3/B7KVrU1igBCluyr5qSPtG7e/EAgW39TQHijKw/+6uq svJmCw9dCRQvw== Date: Tue, 18 Apr 2023 07:18:22 -0400 From: Sasha Levin To: Alyssa Ross Cc: stable@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Nathan Chancellor , Nick Desaulniers , Tom Rix Subject: Re: Patch "purgatory: fix disabling debug info" has been added to the 5.15-stable tree Message-ID: References: <20230418012722.330253-1-sashal@kernel.org> <20230418103951.2b7kia6nb2zdeqje@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230418103951.2b7kia6nb2zdeqje@x220> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Apr 18, 2023 at 10:39:51AM +0000, Alyssa Ross wrote: >On Mon, Apr 17, 2023 at 09:27:22PM -0400, Sasha Levin wrote: >> This is a note to let you know that I've just added the patch titled >> >> purgatory: fix disabling debug info >> >> to the 5.15-stable tree which can be found at: >> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary >> >> The filename of the patch is: >> purgatory-fix-disabling-debug-info.patch >> and it can be found in the queue-5.15 subdirectory. >> >> If you, or anyone else, feels it should not be added to the stable tree, >> please let know about it. > >There's no need for this patch on 5.15, as the regression it fixes was >only introduced in 6.0. It won't do any harm though — is it considered >good practice to keep the code in sync between stable kernels to make >backports of other patches easier? If so, it would make sense to >backport after all. It went into 5.15 because the patch in question says: >> Fixes: 32ef9e5054ec ("Makefile.debug: re-enable debug info for .S files") In the 5.15 tree, we have 0ee2f0567a56 ("Makefile.debug: re-enable debug info for .S files") and so I've also added this patch into 5.15. -- Thanks, Sasha