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 1C55FEB64DD for ; Wed, 9 Aug 2023 06:46:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230527AbjHIGp7 (ORCPT ); Wed, 9 Aug 2023 02:45:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbjHIGp6 (ORCPT ); Wed, 9 Aug 2023 02:45:58 -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 7084D10CF for ; Tue, 8 Aug 2023 23:45:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 050B262FA9 for ; Wed, 9 Aug 2023 06:45:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 726B0C433C9; Wed, 9 Aug 2023 06:45:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691563557; bh=Tft/Bnkk5YmxLkV16c+O2VCCAFfOTx33/EESt63JUWU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=agYtRmZcNSSJhVVXYHVOaO/ayJ01hW33svkCdd3jiJeBWkXSCUljHeUoNiQh3X37u 3zyn/SN6JEXIqeR+WehDCQ9gZjL0jLmZmBYuU82MlTip4DhEBpqN8t6edapY8jG6an VAKs/VHSYkb/mNf9m+6zzsXOIApcpSb9OnRW1GjJdY6c+sB1qLZ4toGBgbhCtoGSAf qL0dLTqFhllGnH2ablo0BvXwnspTVqRDzkDGZ+nvgPJinokR0tgyIET7WHL+ZGnA7n 66CR03Y4jylItWH/5sJ3KSk8tRlRtrlTWnpS7rANp/G1xhSAvOn3hlHg3IBRZBnJX/ /RvZPowG88WjA== Date: Wed, 9 Aug 2023 08:45:50 +0200 From: Christian Brauner To: Hugh Dickins Cc: Andrew Morton , Oleksandr Tymoshenko , Carlos Maiolino , Jeff Layton , Chuck Lever , Jan Kara , Miklos Szeredi , Daniel Xu , Chris Down , Tejun Heo , Greg Kroah-Hartman , Matthew Wilcox , Christoph Hellwig , Pete Zaitcev , Helge Deller , Topi Miettinen , Yu Kuai , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO Message-ID: <20230809-postkarten-zugute-3cde38456390@brauner> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Aug 08, 2023 at 09:28:08PM -0700, Hugh Dickins wrote: > This series enables and limits user extended attributes on tmpfs, > and independently provides a trivial direct IO stub for tmpfs. > > It is here based on the vfs.tmpfs branch in vfs.git in next-20230808 > but with a cherry-pick of v6.5-rc4's commit > 253e5df8b8f0 ("tmpfs: fix Documentation of noswap and huge mount options") > first: since the vfs.tmpfs branch is based on v6.5-rc1, but 3/5 in this > series updates tmpfs.rst in a way which depends on that commit. > > IIUC the right thing to do would be to cherry-pick 253e5df8b8f0 into > vfs.tmpfs before applying this series. I'm sorry that the series as > posted does not apply cleanly to any known tree! but I think posting > it against v6.5-rc5 or next-20230808 would be even less helpful. No worries, I'll sort that out. > > There is one "conflict" between this series and the final next-20230808: > Jeff Layton's vfs.ctime mods update a line of shmem_xattr_handler_set(), > where neighbouring lines are modified by 1/5 and 3/5 here: easily > resolved in the merge commit, I hope. Yeah, git rerere is our friend here as well so reassembling the tree isn't really that much pain.