Re: [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files

Eric Biggers <[email protected]> Fri, 24 Jul 2026 07:19:47 -0700
Newsgroups dev.linux.lists.fsverity,net.sourceforge.lists.linux-f2fs-devel,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-xfs
Message-ID <20260724141947.GC1876@sol>
On Fri, Jul 24, 2026 at 03:13:53PM +0200, Christoph Hellwig wrote:
> Looks good:
> 
> Reviewed-by: Christoph Hellwig <[email protected]>
> 
> Shouldn't this have a fixes tag and go into -stable as well as it already
> affects ext4?
> 

ext4 already checks this, as I pointed out before
(https://lore.kernel.org/linux-fsdevel/20260710234643.GF1911@quark/).
It would be good to note this in the commit message...

- Eric