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 7CF19C25B0C for ; Tue, 9 Aug 2022 05:49:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235254AbiHIFtr (ORCPT ); Tue, 9 Aug 2022 01:49:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235252AbiHIFto (ORCPT ); Tue, 9 Aug 2022 01:49:44 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6DC21F2E5; Mon, 8 Aug 2022 22:49:43 -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 ams.source.kernel.org (Postfix) with ESMTPS id 95447B8087F; Tue, 9 Aug 2022 05:49:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1A2DC433C1; Tue, 9 Aug 2022 05:49:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660024181; bh=7WXsAp/+yA+36yL8VD2goosU61FCfweYJBh9fQgDgCY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OWLvh6jBqa9eB2je2dU4ENu7jiLscuDBirKJQR2ZgXmy2wZU/o6tSSTpMcHMzRh8X LeuLUAdFQ9pCK03GEtHqgs1Kkt+m9XLrjuht4kZYhBsqOxNq6UXEt5CXUs0R4dJzk7 BE64rE23lUApwROGPMKVeIlJEiqSa2c9FDw+HTZI= Date: Tue, 9 Aug 2022 07:49:37 +0200 From: Greg KH To: Qu Wenruo Cc: Qu Wenruo , linux-btrfs@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH STABLE 4.9 5.4 0/2] btrfs: raid56 backports to reduce destructive RMW Message-ID: References: <02c30c99-b469-7b55-ddf2-7cff177e40ce@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02c30c99-b469-7b55-ddf2-7cff177e40ce@gmx.com> Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Tue, Aug 09, 2022 at 06:28:06AM +0800, Qu Wenruo wrote: > > > On 2022/8/8 21:43, Greg KH wrote: > > On Thu, Aug 04, 2022 at 03:54:17PM +0800, Qu Wenruo wrote: > > > Hi Greg and Sasha, > > > > > > This two patches are backports for stable branchs from v4.9 to v5.4. > > > > Please note that these commits are not even in a public release from > > Linus yet, so I would need a LOT of assurance from the BTRFS maintainers > > that they are all allowed to be taken now as that goes against the > > normal development cycle here. > > Does this mean, normally backports only happen after a full release, not > just after -rc releases? After a -rc release.