summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-12-30 14:19:41 -0800
committerZorro Lang <zlang@kernel.org>2023-02-25 21:14:12 +0800
commit8dfdfd75ea7e37cc40a5302248f7136e7b8d21b6 (patch)
tree41300839ce0c1cb1265efd18e1b75adce0b2fa3f /common
parent94b5a2d3e56390cfdd1cfb345dea3fed7119c404 (diff)
fuzzy: report the fuzzing repair strategy in seqres.full
Record in the seqres.full file the filesystem repair strategy that we're going to use to detect the fuzzed metadata. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'common')
-rw-r--r--common/fuzzy2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fuzzy b/common/fuzzy
index f5690a83..a98e2ade 100644
--- a/common/fuzzy
+++ b/common/fuzzy
@@ -540,7 +540,7 @@ _scratch_xfs_fuzz_metadata() {
fields="$(_scratch_xfs_list_metadata_fields "${filter}" "$@")"
verbs="$(_scratch_xfs_list_fuzz_verbs)"
- echo "Fields we propose to fuzz under: $@"
+ echo "Fields we propose to fuzz with the \"${repair}\" repair strategy: $@"
echo $(echo "${fields}")
echo "Verbs we propose to fuzz with:"
echo $(echo "${verbs}")