From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BBC2819004A; Fri, 22 May 2026 02:06:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779415604; cv=none; b=ILugu3AVo+ZF3/OnaC/zaPft0XRrSpFQDPV/uQAe+T/YG1f69sbSemJ3ZtZkTteUm2apfEVmvnXDbBBis0Oc2V5d+lDmRiw5JVM06AaES3MdCYEte9ZBdqSuCIN54VFNjlCORFClbTGheta7WgcULWGojm1vwc6gvDtiykVCE80= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779415604; c=relaxed/simple; bh=07hz+naxzFTXSzGaVDJJiD1tGK+Lr7PvamFXV2fNi5U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lSPBMG2BcV6Iz4//aAR/rqogiiWU5lmsOa3zf+kKrP2f32JvMc/CyLO3sJl5tcaNE5tVCpa2VQICAr4uDJY+6WEcBX8iuKwJohbG0uQllJtM3x5mDM9kHkmyVFuLhcEHB17tsCY3j5wrryqCYRBie6BieeMYX2OTyKhv9jcf91U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cn0DKNiC; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cn0DKNiC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6199D1F000E9; Fri, 22 May 2026 02:06:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779415603; bh=knPovaapjTuiFoAWUIpqfkz2sUYqGeJ9DVY/g4v9D24=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=cn0DKNiCX/B+AgeNdmnyOgzXcfSja9kfVGiETJSyy6g56tH9akiqD2DunRITdulvg qEIdHQTjAE9qmBkXUaJmwuAzJrUGXAt4MFPU2/GjTTlFoDTVA+ixjUjrt/Oz6+Vhtv 8R+6eSEfs99o8wkRYf+MXs53sLi6E2hvukJgWQ0esSvPrPvyY3D/gsOs/08VOaTzDv BAlCN6chLZXijVQIvk2MFyuElcw/WUZ0ePo7YEeExQ3QcQcxaou5md2JYMlTiO8RiC 29RoX4/OGh9CKMAYExLWC+0Nh7F1+O6QiOcBz+qYsUHgUyZO56xnQcmxA49v09OEuZ QKaCNkLB6alNg== Date: Thu, 21 May 2026 21:06:40 -0500 From: Eric Biggers To: Carlos Maiolino Cc: Andrey Albershteyn , Christoph Hellwig , Andrey Albershteyn , linux-xfs@vger.kernel.org, fsverity@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-btrfs@vger.kernel.org, linux-unionfs@vger.kernel.org, djwong@kernel.org, david@fromorbit.com, brauner@kernel.org, amir73il@gmail.com, miklos@szeredi.hu Subject: Re: [PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree Message-ID: <20260522020640.GB5937@quark> References: <20260520123722.405752-1-aalbersh@kernel.org> <20260521090705.GA14254@lst.de> Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, May 21, 2026 at 01:42:42PM +0200, Carlos Maiolino wrote: > On Thu, May 21, 2026 at 01:38:45PM +0200, Carlos Maiolino wrote: > > On Thu, May 21, 2026 at 11:42:13AM +0200, Andrey Albershteyn wrote: > > > On 2026-05-21 11:07:05, Christoph Hellwig wrote: > > > > On Wed, May 20, 2026 at 02:36:58PM +0200, Andrey Albershteyn wrote: > > > > > This series based on v7.1-rc4. > > > > > > > > How are we going to merge this? It touches at three subsystem trees > > > > (fsverity, vfs/iomap, xfs) so some coordination will be needed. > > > > > > As most of the patches are xfs, it's probably make sense to go > > > through xfs tree > > > > > > Carlos, what do you think? > > > > I was expecting this to come through xfs tree too if Eric and Christian > > agree. > > FWIW I'm adding Christian to the Cc > > Woops... Also Adding Amir and Miklos to the Cc list due the overlayfs > patch: Please go ahead and take it through the XFS tree for 7.2 if you think it's ready. - Eric