diff mbox series

[1/3] fuzzy: mask off a few more inode fields from the fuzz tests

Message ID 171744525438.1532034.2611558250304665559.stgit@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [1/3] fuzzy: mask off a few more inode fields from the fuzz tests | expand

Commit Message

Darrick J. Wong June 3, 2024, 8:12 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

XFS doesn't do any validation for filestreams, so don't waste time
fuzzing that.  Exclude the bigtime flag, since we already have inode
timestamps on the no-fuzz list.  Exclude the warning counters, since
they're defunct now.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 common/fuzzy |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Christoph Hellwig June 4, 2024, 5:06 a.m. UTC | #1
Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>
diff mbox series

Patch

diff --git a/common/fuzzy b/common/fuzzy
index 218fe16543..c07f461b61 100644
--- a/common/fuzzy
+++ b/common/fuzzy
@@ -122,7 +122,11 @@  __filter_unvalidated_xfs_db_fields() {
 	    -e '/^entries.*secure/d' \
 	    -e '/^a.sfattr.list.*value/d' \
 	    -e '/^a.sfattr.list.*root/d' \
-	    -e '/^a.sfattr.list.*secure/d'
+	    -e '/^a.sfattr.list.*secure/d' \
+	    -e '/^core.filestream/d' \
+	    -e '/^v3.bigtime/d' \
+	    -e '/\.rtbwarns/d' \
+	    -e '/\.[ib]warns/d'
 }
 
 # Filter the xfs_db print command's field debug information