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 5FA81C41513 for ; Mon, 16 Oct 2023 07:35:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229636AbjJPHfV (ORCPT ); Mon, 16 Oct 2023 03:35:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231904AbjJPHfT (ORCPT ); Mon, 16 Oct 2023 03:35:19 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D44D7E3 for ; Mon, 16 Oct 2023 00:35:17 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60653C433C7; Mon, 16 Oct 2023 07:35:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697441717; bh=rBvbK8SntgcV8ZylM2WDwipgBWwfVRHRYQW9iMdt++c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BpCpFX2Dsy7v+WUaCQjKKTfj0VNcaxNcvNtZ7p+7hIl5VzigFFG+Np3wlPF/LKsxb XduJCEAdiTa39cNV+vtUI+yGr++9o5d5P6DQvbKJC2QdRiGBVE6OsJUe6DIA8b+0J0 y2JiMelNKfM8JJJ6ZifB9j8pSwaPDf8CgPMoxLE4= Date: Mon, 16 Oct 2023 09:35:15 +0200 From: Greg Kroah-Hartman To: Linus Torvalds Cc: stable Subject: Re: Forgotten stable marking Message-ID: <2023101607-celery-rants-81e3@gregkh> References: 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 Sun, Oct 15, 2023 at 12:31:38PM -0700, Linus Torvalds wrote: > Bah, I just noticed that the recent revert should have been marked for > stable for 6.5, but I pushed it out and it's too late now. > > It may be that you end up auto-flagging reverts the same way you do > for "Fixes:" tags, so maybe it would end up on your radar, but just to > make sure, I thought I'd mention the commit here explicitly: > > fbe1bf1e5ff1 Revert "x86/smp: Put CPUs into INIT on shutdown if possible" > > just so that it doesn't get missed. Thanks, I've queued it up now. greg k-h