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 23345C4167B for ; Sun, 1 Jan 2023 08:49:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229724AbjAAIs4 (ORCPT ); Sun, 1 Jan 2023 03:48:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229539AbjAAIsx (ORCPT ); Sun, 1 Jan 2023 03:48:53 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCD545FAB; Sun, 1 Jan 2023 00:48:52 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 77593B80958; Sun, 1 Jan 2023 08:48:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C782CC433D2; Sun, 1 Jan 2023 08:48:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672562930; bh=0laKcUnYZy1Wya1Ad43Dj/S22zlWyrWGL+9dUxMLiNs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u36Rz//bHNhoecebTMT2cllilLm5ndeUoZ9CZ4+i5cTqyNuamxVfKjcy0ysmmCtsw ysUX6a/1S+9EvweO446H+EUDb5fAnedPpbQmg20GyPMkdOuyk0NGnQjUFw3dIIbONA rBWQ/K6VnlQbhT7ug+eAZCPffIeh9Ps5UZsBotW4= Date: Sun, 1 Jan 2023 09:48:47 +0100 From: Greg KH To: Joel Fernandes Cc: linux-kernel@vger.kernel.org, Paul McKenney , Frederic Weisbecker , Zhouyi Zhou , stable@vger.kernel.org, Davidlohr Bueso , Josh Triplett Subject: Re: [PATCH] torture: Fix hang during kthread shutdown phase Message-ID: References: <20230101061555.278129-1-joel@joelfernandes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 01, 2023 at 01:20:01AM -0500, Joel Fernandes wrote: > On Sun, Jan 1, 2023 at 1:16 AM Joel Fernandes (Google) > > Cc: Paul McKenney > > Cc: Frederic Weisbecker > > Cc: Zhouyi Zhou > > Cc: # 6.0.x > > Question for stable maintainers: > This patch is for mainline and 6.0 stable. However, it should also go > to 6.1 stable. How do we tag it to do that? I did not know how to tag > 2 stable versions. I guess the above implies > 6.0 ? The above implies 6.0 and newer already which included 6.1, so all is good.