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 5DF86C4332F for ; Tue, 12 Dec 2023 13:38:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346559AbjLLNiC (ORCPT ); Tue, 12 Dec 2023 08:38:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346414AbjLLNiA (ORCPT ); Tue, 12 Dec 2023 08:38:00 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA0BC83 for ; Tue, 12 Dec 2023 05:38:06 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D0FFC433C8; Tue, 12 Dec 2023 13:38:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702388286; bh=QG65l3/kLhGFIU5NyryJrHOqXPwHlHohY87W+40tc3o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PM96PurBR5NnkHndjaKzUrtOCrl93+SKx0FVWSx8vjIi0szY+mzHHABOnvzAYpRmr Jyq2t2nnFbnNrHTwPNy8/C81tCyU+4755Fl2hU5vDgPIT1zNXmyf0DG0rES99CXzsQ ok3BvX2vvAHIY6tOjRHN7jwSG+ZA1I2RVmDZLMapuwwcRp3+DSfQtfPAWDgDPHk850 9wvXj/Rxa6EaNviF4kK0DexTD2EK+Ol34fMzvMcmz8j/hC+cF5LBjtjeRYebRmmJ/b oM2efGvqVXJn6pgYt29heicbe8BngHZac7Saxljx4aAoteVvY6ucEMgDmGtK8a1N7B BC32/LlL7MwEg== Date: Tue, 12 Dec 2023 14:38:02 +0100 From: Christian Brauner To: Stephen Rothwell Cc: Jens Axboe , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: duplicate patches in the block tree Message-ID: <20231212-innung-zuber-2f10bcffac51@brauner> References: <20231212130213.631140dd@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231212130213.631140dd@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 12, 2023 at 01:02:13PM +1100, Stephen Rothwell wrote: > Hi all, > > The following commits are also in the vfs-brauner tree as different > commits (but the same patches): Thanks, Stephen. I gave Jens a stable vfs.file branch that he can pull into his so this shouldn't become an issue again.