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 CD8C9C3F6B0 for ; Fri, 19 Aug 2022 07:18:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346746AbiHSHSt (ORCPT ); Fri, 19 Aug 2022 03:18:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345958AbiHSHSs (ORCPT ); Fri, 19 Aug 2022 03:18:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE02F2F3BD; Fri, 19 Aug 2022 00:18:24 -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 594086151C; Fri, 19 Aug 2022 07:18:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65323C433D7; Fri, 19 Aug 2022 07:18:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660893503; bh=w8r8m1L0hvfJ0afDAZSPizcR14TvrfcsIl14Zf9aw78=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FtoyyrMc6fAvP8gL9k0fICuuVzsmkLVQ4gNfokVWuUju1vq5lcpfjS7Md66Tttj9R YtN5bZP/OzA5DRLhfMWQFPX3ipE+HtPku7D9KBiv135H67Sc1VO0LMV7p9+UA/ijzy 15tTKXiV4jwS6s5cs22UBumfAOlWiBPXpkcJOsdA= Date: Fri, 19 Aug 2022 09:18:21 +0200 From: Greg KH To: Qu Wenruo Cc: linux-btrfs@vger.kernel.org, stable@vger.kernel.org, David Sterba Subject: Re: [PATCH STABLE 5.19 0/2] btrfs: raid56: backports to reduce corruption Message-ID: 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: linux-btrfs@vger.kernel.org On Fri, Aug 19, 2022 at 03:08:07PM +0800, Qu Wenruo wrote: > BTW, since I have to re-run all the tests for every stable branch, for the > stable branches and 5.18.x backports may be delayed a little. > > In that case, I guess I should submit backports in the most recent stable > branches first? Yes please as we can not take patches only into older trees if the same fix is not already in newer trees as you do not want someone to upgrade and hit a regression. thanks, greg k-h