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 B411FC19F28 for ; Wed, 3 Aug 2022 11:58:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236411AbiHCL6z (ORCPT ); Wed, 3 Aug 2022 07:58:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230272AbiHCL6v (ORCPT ); Wed, 3 Aug 2022 07:58:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D58FE481D5; Wed, 3 Aug 2022 04:58:50 -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 716136108A; Wed, 3 Aug 2022 11:58:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DA87C433C1; Wed, 3 Aug 2022 11:58:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659527929; bh=uT6WmBah90ojSmn/01bz2BZzuwpY4jyvKO8tWuTrPrs=; h=From:To:Cc:Subject:Date:From; b=HjKIOkDaG8oa9ZEOaRz5PpAkEKIgdc8USG9xTTv8V+oc44iLbb2Rutl/GJDmG6KFD QaS0B7F3F9/mdt4fH75VTvba67iO1K+cRCckwkmZlyQJES5NivgPWvx+jTYq9v7MD2 yim3jm+RxzL1I8qOGN5Dqf+1oeAbuZ5KXCVEAjzajxnwS+uOFx+xcWxquKfcUviWOQ SwI3Hb6B9qvNiN9WWcu35HTH2fiXR0vuHwHLpjx3akK4U0mYoVsWY9dDCzlVLchj0S jqpeSPzrD7c4O+i8siI5mmNP2P2G+Ek2PneDc1S6W7KRqs33ybWbHhUUcO04o6dWcW usJait1Cxkv8A== From: broonie@kernel.org To: Miklos Szeredi Cc: Christian Brauner , Linux Kernel Mailing List , Linux Next Mailing List , Miklos Szeredi , Yang Xu Subject: linux-next: manual merge of the overlayfs tree with the origin tree Date: Wed, 3 Aug 2022 12:58:44 +0100 Message-Id: <20220803115844.53246-1-broonie@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, FIXME: Add owner of second tree to To: Add author(s)/SOB of conflicting commits. Today's linux-next merge of the overlayfs tree got a conflict in: fs/overlayfs/inode.c between commit: 1aa5fef575a83 ("ovl: handle idmappings in ovl_get_acl()") from the origin tree and commit: ded536561a367 ("ovl: improve ovl_get_acl() if POSIX ACL support is off") from the overlayfs tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts.