On Wed, Jul 23, 2025 at 12:57:47PM +0200, Christian Brauner wrote: > + /** > + * The offset of struct fsverity_info from struct inode embedded in > + * the filesystem's inode. > + */ > + ptrdiff_t inode_info_offs; It's the offset to the pointer to the struct fsverity_info, not the offset to the struct fsverity_info itself. Similarly for the fscrypt patch. - Eric