From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4BD52353EF8; Thu, 29 Jan 2026 17:40:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769708450; cv=none; b=LKZYhfG1P+U0qkaaXTPFMfnRKpDhhyOyjJyGq5h4Oay20WYkIfh8Uc+eKiLz5xwCNW6x7NViAFSMJnZzeEbJ5rkEyV56vo/BUJa2WXBQu+dVD3xOAQHllhzCmnQAPGir94uhcFbqU5Wr0usVymgVbsfw/PbymaUAi6DrFo38JnM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769708450; c=relaxed/simple; bh=ID/IGLGdS4zlcblJ9Rju76WUTjWpKt0FdiTrQP50wu4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iZnTCiFWOWBBLu/STTWAiUcrxolqKJDLvnfTf6o62g17kPwTfs2aIOsgGHgC/3G0FmtqstDaqpQmtnlPqZDjypKBseglxihUux+3RjcIyWINMXXKYIG3Bi3efstAkOsjpBpwS7tCr1VuY+WJd0eay6/p64E7jmpBfH3MPENM5nQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aiTTqFES; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aiTTqFES" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B829BC4CEF7; Thu, 29 Jan 2026 17:40:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769708449; bh=ID/IGLGdS4zlcblJ9Rju76WUTjWpKt0FdiTrQP50wu4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aiTTqFESxx1FG4gg97WZZo28OnobZfMFUNLdfy4LSvuicJoKcy0gKBnrcGCYSEJ2e CZcV4xFmoDW7mkT9I8ZiBmybChD/4WTavYrRuq99mJmTykO02JMeZZRvM1B6ooOdHT AJt4Z3wnSVk5Q/gH7IX2cQG0HxgWY/XeuWZWurErfVMmXYbmBTsl/+Uy5GyiNfi6mt JBwZRWlnKAU4FpM88Yl5yyTOiadQE9c43LFsCz9qbzZQCvZzQfrf4mZQklU51EkdER Adkv3LPnAYR20AX+OzL4SrWP+R1qvxRdFtudRGGmaoiL2aYkjCzK4ldornb8MEr7s5 MKgRp9AImMGrg== Date: Thu, 29 Jan 2026 09:40:15 -0800 From: Eric Biggers To: Christian Brauner Cc: fsverity@lists.linux.dev, Andrey Albershteyn , linux-fsdevel@vger.kernel.org, "Darrick J. Wong" Subject: Re: [PATCH v3 0/2] Add traces and file attributes for fs-verity Message-ID: <20260129174015.GA2240@sol> References: <20260126115658.27656-1-aalbersh@kernel.org> <20260129-beieinander-klein-bcbb23eb6c7b@brauner> Precedence: bulk X-Mailing-List: linux-fsdevel@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: <20260129-beieinander-klein-bcbb23eb6c7b@brauner> On Thu, Jan 29, 2026 at 04:01:29PM +0100, Christian Brauner wrote: > On Mon, 26 Jan 2026 12:56:56 +0100, Andrey Albershteyn wrote: > > This two small patches grew from fs-verity XFS patchset. I think they're > > self-contained improvements which could go without XFS implementation. > > > > Cc: linux-fsdevel@vger.kernel.org > > Cc: "Darrick J. Wong" > > > > v3: > > - Make tracepoints arguments more consistent > > - Make tracepoint messages more consistent > > v2: > > - Update kernel version in the docs to v7.0 > > - Move trace point before merkle tree block hash check > > - Update commit message in patch 2 > > - Add VERITY to FS_COMMON_FL and FS_XFLAG_COMMON constants > > - Fix block index argument in the tree block hash trace point > > > > [...] > > Applied to the vfs-7.0.misc branch of the vfs/vfs.git tree. > Patches in the vfs-7.0.misc branch should appear in linux-next soon. > > Please report any outstanding bugs that were missed during review in a > new review to the original patch series allowing us to drop it. > > It's encouraged to provide Acked-bys and Reviewed-bys even though the > patch has now been applied. If possible patch trailers will be updated. > > Note that commit hashes shown below are subject to change due to rebase, > trailer updates or similar. If in doubt, please check the listed branch. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git > branch: vfs-7.0.misc > > [1/2] fs: add FS_XFLAG_VERITY for fs-verity files > https://git.kernel.org/vfs/vfs/c/0e6b7eae1fde > [2/2] fsverity: add tracepoints > https://git.kernel.org/vfs/vfs/c/fa19d42cc791 I guess this means you want me to drop them. So, dropped now. - Eric