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 74DF4C77B75 for ; Mon, 8 May 2023 16:40:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233424AbjEHQku (ORCPT ); Mon, 8 May 2023 12:40:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40218 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234209AbjEHQko (ORCPT ); Mon, 8 May 2023 12:40:44 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBC89729D; Mon, 8 May 2023 09:40:27 -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 9E64661D3A; Mon, 8 May 2023 16:40:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E97E5C433D2; Mon, 8 May 2023 16:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683564020; bh=Z1S2WxHXv0dY97Bv20SX+YjyzBEFp89NppLz7eb9vvE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WSGDpR5MiaG8+tlV6qOYszul738jTaG7Armfi/kn0G3duuw5Qp3Ph268Pcqx5JOjo 1C1Ay4PZFsAyF3gU7Zn3ADgRctn41RfenNrZcRGHlqSbHZ2VMBdCbt6boYHqZzkZ5y woIZSggOji7Z7nIzKveqVcJTfaxGHxh29qQDxX9MqPWU3LJ0pJkr3KkoZ/GhgJZNpB b+i3dxVDWDaBC7uokzLdnFgmBxYfodWaxLJsFPH7T4hIAdfAZQVVqKTXdRKZ5iPAKM iHojiZHlSjpkMevcJm1OFkYU4D8GeskawkZaaSEC3myd2K+xjjnNU7b4rYVSPH2KYG x1fE3ubW71YnA== Date: Mon, 8 May 2023 18:40:22 +0200 From: Christian Brauner To: Stephen Rothwell Cc: Christian Brauner , Seth Forshee , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: duplicate patches in the vfs-idmapping tree Message-ID: <20230508-kiesbett-werben-04b4a8cc7544@brauner> References: <20230508105626.4b7fbef1@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230508105626.4b7fbef1@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, May 08, 2023 at 10:56:26AM +1000, Stephen Rothwell wrote: > Hi all, > > The following commits are also in Linus Torvalds' tree as different > commits (but the same patches): > > 85ef56bc2d65 ("ocfs2: reduce ioctl stack usage") > ec30adeb289d ("pipe: set FMODE_NOWAIT on pipes") Hey Stephen, This ende up going through Jens' tree in the end. I'll drop these patches now. Thanks! Christian