From patchwork Wed Feb 19 00:50:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981253 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 511A81EA80; Wed, 19 Feb 2025 00:50:35 +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=1739926236; cv=none; b=KU8r6+UlyVIVP/GoSHW+z0+v3N927KIc+zEyo3ojDi2yC2ruNqK3saIFnOoJzmklDXmH285vTZixP0PpxG91r620/7A49NkoXIzC0ARwF1iAe26F9WA6Ery/h7oaDK0lde3DlkYf8TkJ/Yxuu3oSyG6K+RALWg9aWXr4as0Zj+w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926236; c=relaxed/simple; bh=7RCtd4EyE+YirhYqRWZdOyUnUvi0Z+/wHsjIIssMMRg=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=lE99avIA6KpFIAIgrZfgArQUqZjbgj7UsKIqdnokrVW5op/gokzucIsBSqiOqZOq3tmKrVWnksj1e2rFyasui0g5hAy1jn+ynZgpb/pIU8l1j/LDRx32l/JWTYsRa0BskesveWX0PkGWmwhPAKkG6j2P+ppQ5Ns7sH0UG4AixfI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NdjgwUpY; 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="NdjgwUpY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1E10C4CEE2; Wed, 19 Feb 2025 00:50:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926235; bh=7RCtd4EyE+YirhYqRWZdOyUnUvi0Z+/wHsjIIssMMRg=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=NdjgwUpYu8wfhvfUfZLweZoJNC1bzlxRVdhUpeQdyXD2m85sZubhAcAMZMwzYSyOx QmFEJsItfGIioSbrhaEBNdpiGZ74R1PBeccQRWbEjVftgfktGqRqzjAm2ywtOpgLh0 9tAFdU3+9EOlwCN49O7c58/KQJ2idgnmX23fw64hNKsWhscptL48VGNmptwmNwyq1N 7CGX6ukgDmfEVFYXij6O6GmBWuFnlIeKHszB8TuEk3bD3dY102lXfRgoVoHCDnIrgj 8fHME6iz+mqb40zt0H0j17dTddEoM/ODFthwYdczmYNXOGzmgigYP9s+AbOUf/t/EB gAVDS9vfHZqUQ== Date: Tue, 18 Feb 2025 16:50:35 -0800 Subject: [PATCH 01/12] misc: drop the dangerous label from xfs_scrub fsstress tests From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587421.4078254.643040435477009688.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong Now that online fsck has been in the upstream kernel for 8 months, I think it's stabilized enough that we don't need to hide the stress tests behind the "dangerous" label anymore. Also rename fsstress_repair to fsstress_online_repair to be consistent with the online_repair group. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- doc/group-names.txt | 4 ++-- tests/xfs/285 | 2 +- tests/xfs/286 | 2 +- tests/xfs/422 | 2 +- tests/xfs/561 | 2 +- tests/xfs/562 | 2 +- tests/xfs/563 | 2 +- tests/xfs/564 | 2 +- tests/xfs/565 | 2 +- tests/xfs/566 | 2 +- tests/xfs/570 | 2 +- tests/xfs/571 | 2 +- tests/xfs/572 | 2 +- tests/xfs/573 | 2 +- tests/xfs/574 | 2 +- tests/xfs/575 | 2 +- tests/xfs/576 | 2 +- tests/xfs/577 | 2 +- tests/xfs/578 | 2 +- tests/xfs/579 | 2 +- tests/xfs/580 | 2 +- tests/xfs/581 | 2 +- tests/xfs/582 | 2 +- tests/xfs/583 | 2 +- tests/xfs/584 | 2 +- tests/xfs/585 | 2 +- tests/xfs/586 | 2 +- tests/xfs/587 | 2 +- tests/xfs/588 | 2 +- tests/xfs/589 | 2 +- tests/xfs/590 | 2 +- tests/xfs/591 | 2 +- tests/xfs/592 | 2 +- tests/xfs/593 | 2 +- tests/xfs/594 | 2 +- tests/xfs/595 | 2 +- tests/xfs/621 | 2 +- tests/xfs/622 | 2 +- tests/xfs/628 | 2 +- tests/xfs/708 | 2 +- tests/xfs/709 | 2 +- tests/xfs/710 | 2 +- tests/xfs/711 | 2 +- tests/xfs/712 | 2 +- tests/xfs/713 | 2 +- tests/xfs/714 | 2 +- tests/xfs/715 | 2 +- tests/xfs/717 | 2 +- tests/xfs/718 | 2 +- tests/xfs/719 | 2 +- tests/xfs/721 | 2 +- tests/xfs/722 | 2 +- tests/xfs/723 | 2 +- tests/xfs/724 | 2 +- tests/xfs/725 | 2 +- tests/xfs/726 | 2 +- tests/xfs/727 | 2 +- tests/xfs/728 | 2 +- tests/xfs/729 | 2 +- tests/xfs/731 | 2 +- tests/xfs/793 | 2 +- tests/xfs/794 | 2 +- tests/xfs/796 | 2 +- tests/xfs/797 | 2 +- tests/xfs/799 | 2 +- tests/xfs/800 | 2 +- tests/xfs/801 | 2 +- 67 files changed, 68 insertions(+), 68 deletions(-) diff --git a/doc/group-names.txt b/doc/group-names.txt index f5bf79a56c3304..57aa2001311383 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -34,8 +34,6 @@ dangerous_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair dangerous_fuzzers fuzzers that can crash your computer dangerous_norepair fuzzers to evaluate kernel metadata verifiers dangerous_online_repair fuzzers to evaluate xfs_scrub online repair -dangerous_fsstress_repair race fsstress and xfs_scrub online repair -dangerous_fsstress_scrub race fsstress and xfs_scrub checking dangerous_repair fuzzers to evaluate xfs_repair offline repair dangerous_scrub fuzzers to evaluate xfs_scrub checking dangerous_selftest selftests that crash/hang @@ -58,6 +56,8 @@ fsck general fsck tests fsmap FS_IOC_GETFSMAP ioctl fsproperties Filesystem properties fsr XFS free space reorganizer +fsstress_online_repair race fsstress and xfs_scrub online repair +fsstress_scrub race fsstress and xfs_scrub checking fuzzers filesystem fuzz tests growfs increasing the size of a filesystem hardlink hardlinks diff --git a/tests/xfs/285 b/tests/xfs/285 index 909db488b3c3ab..f08cb449b61ad4 100755 --- a/tests/xfs/285 +++ b/tests/xfs/285 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { cd / diff --git a/tests/xfs/286 b/tests/xfs/286 index 7743d03718a478..046638296e04c6 100755 --- a/tests/xfs/286 +++ b/tests/xfs/286 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { cd / diff --git a/tests/xfs/422 b/tests/xfs/422 index 1043d419145fcf..833fb93a1684e9 100755 --- a/tests/xfs/422 +++ b/tests/xfs/422 @@ -7,7 +7,7 @@ # Race fsstress and rmapbt repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair freeze +_begin_fstest online_repair fsstress_online_repair freeze _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/561 b/tests/xfs/561 index bbfcefcb13d13a..baf8a450b96a7e 100755 --- a/tests/xfs/561 +++ b/tests/xfs/561 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/562 b/tests/xfs/562 index 354992a614da67..aac363f071abd8 100755 --- a/tests/xfs/562 +++ b/tests/xfs/562 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/563 b/tests/xfs/563 index 3cd00651e4bf82..db5f94e67a0507 100755 --- a/tests/xfs/563 +++ b/tests/xfs/563 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/564 b/tests/xfs/564 index ae45952fea6034..5c21f5cf305913 100755 --- a/tests/xfs/564 +++ b/tests/xfs/564 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/565 b/tests/xfs/565 index 40f1139ae4a520..43185a253d4d71 100755 --- a/tests/xfs/565 +++ b/tests/xfs/565 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { cd / diff --git a/tests/xfs/566 b/tests/xfs/566 index 19c73ff9ec0ab0..5398d1d0827ca2 100755 --- a/tests/xfs/566 +++ b/tests/xfs/566 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { cd / diff --git a/tests/xfs/570 b/tests/xfs/570 index 4e64a03a0c8bbb..707ff232807025 100755 --- a/tests/xfs/570 +++ b/tests/xfs/570 @@ -7,7 +7,7 @@ # Race fsstress and superblock scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/571 b/tests/xfs/571 index 016387b43c631e..ce1ca3969dac22 100755 --- a/tests/xfs/571 +++ b/tests/xfs/571 @@ -7,7 +7,7 @@ # Race fsstress and AGF scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/572 b/tests/xfs/572 index dfee982504cfd6..01122decf7d9b9 100755 --- a/tests/xfs/572 +++ b/tests/xfs/572 @@ -7,7 +7,7 @@ # Race fsstress and AGFL scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/573 b/tests/xfs/573 index 5ff1bdbdc7a7d6..11c10a695bddc7 100755 --- a/tests/xfs/573 +++ b/tests/xfs/573 @@ -7,7 +7,7 @@ # Race fsstress and AGI scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/574 b/tests/xfs/574 index 6250f5142c63ea..a6d7bf91100272 100755 --- a/tests/xfs/574 +++ b/tests/xfs/574 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/575 b/tests/xfs/575 index 6cf321ce47d4fb..75cc73e4c6a5cd 100755 --- a/tests/xfs/575 +++ b/tests/xfs/575 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/576 b/tests/xfs/576 index d3d3e783eea3e5..ffa5cacfb6ab9c 100755 --- a/tests/xfs/576 +++ b/tests/xfs/576 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/577 b/tests/xfs/577 index 35ca1468c2f64a..9afe9b2ee4b74f 100755 --- a/tests/xfs/577 +++ b/tests/xfs/577 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/578 b/tests/xfs/578 index 2101eb55c0a928..cc1203777ff02a 100755 --- a/tests/xfs/578 +++ b/tests/xfs/578 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/579 b/tests/xfs/579 index e552e499296efc..aa72276dd3b216 100755 --- a/tests/xfs/579 +++ b/tests/xfs/579 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/580 b/tests/xfs/580 index dac036f4ae5a0a..70a080e7a34fe5 100755 --- a/tests/xfs/580 +++ b/tests/xfs/580 @@ -8,7 +8,7 @@ # if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/581 b/tests/xfs/581 index 73b51f994a3f00..39eb42da4b10c5 100755 --- a/tests/xfs/581 +++ b/tests/xfs/581 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/582 b/tests/xfs/582 index f390b77f3439ee..e92f128f8a5695 100755 --- a/tests/xfs/582 +++ b/tests/xfs/582 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/583 b/tests/xfs/583 index dcc60f126ed7f4..fc91d8f2596a44 100755 --- a/tests/xfs/583 +++ b/tests/xfs/583 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/584 b/tests/xfs/584 index 3f62261c06bbb3..12442b53c72abc 100755 --- a/tests/xfs/584 +++ b/tests/xfs/584 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/585 b/tests/xfs/585 index 987c799f5c2011..3f1b814c025349 100755 --- a/tests/xfs/585 +++ b/tests/xfs/585 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/586 b/tests/xfs/586 index d78dea5185ddfc..9e2312f4d1c05a 100755 --- a/tests/xfs/586 +++ b/tests/xfs/586 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/587 b/tests/xfs/587 index a9d4690471193c..0ae2f4c3bcc380 100755 --- a/tests/xfs/587 +++ b/tests/xfs/587 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/588 b/tests/xfs/588 index bd0788d3f18faf..a2249cc4aa9dbe 100755 --- a/tests/xfs/588 +++ b/tests/xfs/588 @@ -7,7 +7,7 @@ # Race fsstress and data fork scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/589 b/tests/xfs/589 index 806c445fc43f2d..378e4f678ec51f 100755 --- a/tests/xfs/589 +++ b/tests/xfs/589 @@ -7,7 +7,7 @@ # Race fsstress and attr fork scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/590 b/tests/xfs/590 index 59a42f11b68983..3a200ffc93c744 100755 --- a/tests/xfs/590 +++ b/tests/xfs/590 @@ -7,7 +7,7 @@ # Race fsstress and cow fork scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/591 b/tests/xfs/591 index 9f080ebbefa7f7..856e2dfd1f0f51 100755 --- a/tests/xfs/591 +++ b/tests/xfs/591 @@ -7,7 +7,7 @@ # Race fsstress and directory scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/592 b/tests/xfs/592 index 653ad256905fef..998be997519347 100755 --- a/tests/xfs/592 +++ b/tests/xfs/592 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/593 b/tests/xfs/593 index 118b7e75931d24..1706c83b912cc5 100755 --- a/tests/xfs/593 +++ b/tests/xfs/593 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/594 b/tests/xfs/594 index c86234e1f62778..7de5eed556eda7 100755 --- a/tests/xfs/594 +++ b/tests/xfs/594 @@ -8,7 +8,7 @@ # We can't open symlink files directly for scrubbing, so we use xfs_scrub(8). # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/595 b/tests/xfs/595 index 75797b6cc41107..12cd0352b559cb 100755 --- a/tests/xfs/595 +++ b/tests/xfs/595 @@ -9,7 +9,7 @@ # xfs_scrub(8). # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/621 b/tests/xfs/621 index 24fbbc4e9bbc0e..feafc6fd560b0d 100755 --- a/tests/xfs/621 +++ b/tests/xfs/621 @@ -8,7 +8,7 @@ # see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/622 b/tests/xfs/622 index 59503cfa940422..2ba27947b39139 100755 --- a/tests/xfs/622 +++ b/tests/xfs/622 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/628 b/tests/xfs/628 index 8dc2689888e778..c77d67db358983 100755 --- a/tests/xfs/628 +++ b/tests/xfs/628 @@ -9,7 +9,7 @@ # handle unlinked directories. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub # Import common functions. . ./common/filter diff --git a/tests/xfs/708 b/tests/xfs/708 index 40c4d92d241b74..6e4e98f40ced96 100755 --- a/tests/xfs/708 +++ b/tests/xfs/708 @@ -7,7 +7,7 @@ # Race fsstress and bnobt repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/709 b/tests/xfs/709 index 3a29ca12fc3b23..ae531359199e09 100755 --- a/tests/xfs/709 +++ b/tests/xfs/709 @@ -7,7 +7,7 @@ # Race fsstress and inobt repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/710 b/tests/xfs/710 index dc599c0b647ab2..4e9d9862801e13 100755 --- a/tests/xfs/710 +++ b/tests/xfs/710 @@ -7,7 +7,7 @@ # Race fsstress and refcountbt repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/711 b/tests/xfs/711 index 685ada10b82693..2bd2812cee8a0c 100755 --- a/tests/xfs/711 +++ b/tests/xfs/711 @@ -7,7 +7,7 @@ # Race fsstress and superblock repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/712 b/tests/xfs/712 index 15a94a525bd99c..ef6afdc681704b 100755 --- a/tests/xfs/712 +++ b/tests/xfs/712 @@ -7,7 +7,7 @@ # Race fsstress and agf repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/713 b/tests/xfs/713 index 551653917eba4b..32603fd1ddd6dc 100755 --- a/tests/xfs/713 +++ b/tests/xfs/713 @@ -7,7 +7,7 @@ # Race fsstress and agfl repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/714 b/tests/xfs/714 index aa209ce5bb21ee..4371d93f125031 100755 --- a/tests/xfs/714 +++ b/tests/xfs/714 @@ -7,7 +7,7 @@ # Race fsstress and agi repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/715 b/tests/xfs/715 index e6821c02556c98..01c1963ef974d8 100755 --- a/tests/xfs/715 +++ b/tests/xfs/715 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/717 b/tests/xfs/717 index 6368d704b8b0ee..ac8e83f66749d8 100755 --- a/tests/xfs/717 +++ b/tests/xfs/717 @@ -7,7 +7,7 @@ # Race fsstress and data fork repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/718 b/tests/xfs/718 index 7b0fe2c467876c..6bff5461f20976 100755 --- a/tests/xfs/718 +++ b/tests/xfs/718 @@ -7,7 +7,7 @@ # Race fsstress and attr fork repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/719 b/tests/xfs/719 index 81805402055468..8ea2faf796dc19 100755 --- a/tests/xfs/719 +++ b/tests/xfs/719 @@ -7,7 +7,7 @@ # Race fsstress and CoW fork repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/721 b/tests/xfs/721 index c25cd269d8470b..fe9a93314e09d5 100755 --- a/tests/xfs/721 +++ b/tests/xfs/721 @@ -8,7 +8,7 @@ # We can't open special files directly for scrubbing, so we use xfs_scrub(8). # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/722 b/tests/xfs/722 index b96163e32d0570..f04914945c4522 100755 --- a/tests/xfs/722 +++ b/tests/xfs/722 @@ -9,7 +9,7 @@ # xfs_scrub(8). # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/723 b/tests/xfs/723 index 21b608aaae3f56..1cd3f7a7922503 100755 --- a/tests/xfs/723 +++ b/tests/xfs/723 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/724 b/tests/xfs/724 index a832063bed9573..890140b9978b7c 100755 --- a/tests/xfs/724 +++ b/tests/xfs/724 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/725 b/tests/xfs/725 index 2972aeb7164c4a..7e843d75689ed0 100755 --- a/tests/xfs/725 +++ b/tests/xfs/725 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/726 b/tests/xfs/726 index f4bedcca5f9fc7..24f5ef7e352b63 100755 --- a/tests/xfs/726 +++ b/tests/xfs/726 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/727 b/tests/xfs/727 index 2e882775442e71..d9abea46b36a91 100755 --- a/tests/xfs/727 +++ b/tests/xfs/727 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/728 b/tests/xfs/728 index b4cf95f57baae2..cc3f41c6b7e6cf 100755 --- a/tests/xfs/728 +++ b/tests/xfs/728 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/729 b/tests/xfs/729 index 45d65892eac29d..710ace978abdb8 100755 --- a/tests/xfs/729 +++ b/tests/xfs/729 @@ -7,7 +7,7 @@ # Race fsstress and nlinks scrub for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/731 b/tests/xfs/731 index 8cc38f5841119f..496fd78a58cf77 100755 --- a/tests/xfs/731 +++ b/tests/xfs/731 @@ -9,7 +9,7 @@ # filesystem activity, so we can't have userspace wandering in and thawing it. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair # Override the default cleanup function. _cleanup() diff --git a/tests/xfs/793 b/tests/xfs/793 index d942d9807967b5..a779bf81738537 100755 --- a/tests/xfs/793 +++ b/tests/xfs/793 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/794 b/tests/xfs/794 index cdccf9699861f3..e0025ed5729658 100755 --- a/tests/xfs/794 +++ b/tests/xfs/794 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/796 b/tests/xfs/796 index e6a88cc6b21f89..df1161b7288c99 100755 --- a/tests/xfs/796 +++ b/tests/xfs/796 @@ -7,7 +7,7 @@ # Race fsstress and directory repair for a while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/797 b/tests/xfs/797 index 642930f2feebeb..a9d1a6c162c0c1 100755 --- a/tests/xfs/797 +++ b/tests/xfs/797 @@ -8,7 +8,7 @@ # livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { _scratch_xfs_stress_scrub_cleanup &> /dev/null diff --git a/tests/xfs/799 b/tests/xfs/799 index 0a43eb01199e69..da13247b098b1f 100755 --- a/tests/xfs/799 +++ b/tests/xfs/799 @@ -8,7 +8,7 @@ # while to see if we crash or livelock. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair _cleanup() { cd / diff --git a/tests/xfs/800 b/tests/xfs/800 index f12ef69e0afa3b..40ad12a15c1d80 100755 --- a/tests/xfs/800 +++ b/tests/xfs/800 @@ -8,7 +8,7 @@ # while to see if we crash or livelock. # . ./common/preamble -_begin_fstest scrub dangerous_fsstress_scrub +_begin_fstest scrub fsstress_scrub _cleanup() { cd / diff --git a/tests/xfs/801 b/tests/xfs/801 index 53122352ad75a3..1190cfab8a9f94 100755 --- a/tests/xfs/801 +++ b/tests/xfs/801 @@ -9,7 +9,7 @@ # because the xfile code wasn't folioized. # . ./common/preamble -_begin_fstest online_repair dangerous_fsstress_repair +_begin_fstest online_repair fsstress_online_repair declare -A oldvalues From patchwork Wed Feb 19 00:50:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981254 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 6DAC718E1A; Wed, 19 Feb 2025 00:50:51 +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=1739926251; cv=none; b=VUYAYsj5qWGBwnVJH6bc9mBTt1+lC+eYsb0N6D7ukOSzKL07RsX7V4mFoWl5owv772cgYzOg69CYi7e1Vz8rGQQZ5sw8suMSKAhhpdiSnxhJS/KTm2lPhbhlIxuFE/Zke1aaYThzoZ+XSyGY2h21DmMETOTaf09cpuIMdySloD8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926251; c=relaxed/simple; bh=Pdo4jum97oxtLMf9nXg+sQs4Vv9nb2Ncl+f8UfufIBA=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=gcrGT+uYUXOueT/Mxn3/UW8qwgfhCjcQGDY4t85ji9YIOsMs1k+5K9M7l79udhQlccD6zhTxXoAO6L/47a1XNEJrE03yjWr/NUmiYKliDnSUlaFsv0ssFqHtnJJgAKOG5BWhi1RgObua5lkN+mP5fpVELjdNGlBo0OCt8Lz10UE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Pwrgfr30; 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="Pwrgfr30" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DFB4C4CEE2; Wed, 19 Feb 2025 00:50:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926251; bh=Pdo4jum97oxtLMf9nXg+sQs4Vv9nb2Ncl+f8UfufIBA=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=Pwrgfr30pePyXHWVh9Oqet4Rtt0MTOxWnana5i/UcCDSGuaGJ3VIIUlQpw2pDeRLg I/Ea7+cZ6MNmk00V4Oqahs1hrUbjJdgcdH60jI7UVwZgSNXHgYSUmGah+aYPZFJSrn 8FwtwECwdWADqOnCvsDl0OfRV13OXEtI3iqnsZxyTfQ/vZyqAJ9UtDu+pETIsX/alM jESjogsT8cZPgftoKqQegEPo9ywiXV4CmLF0T09s7hGqSSSd208Np4UdsfeYGkLmsw D05n6DvoSxaI+dTdFUlIeNCICZ5JR77ZDT4KjrCNkpB5nqMt/fg1Sm3NDpmKtPblEm aKBNPovNcQIew== Date: Tue, 18 Feb 2025 16:50:50 -0800 Subject: [PATCH 02/12] misc: rename the dangerous_repair group to fuzzers_repair From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587440.4078254.13008688687033031883.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong xfs_repair has been stable for many years now, so I think it's time the fuzz tests for it stopped hiding behind the "dangerous" label. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- doc/group-names.txt | 2 +- tests/xfs/350 | 2 +- tests/xfs/352 | 2 +- tests/xfs/354 | 2 +- tests/xfs/356 | 2 +- tests/xfs/358 | 2 +- tests/xfs/360 | 2 +- tests/xfs/362 | 2 +- tests/xfs/364 | 2 +- tests/xfs/366 | 2 +- tests/xfs/368 | 2 +- tests/xfs/370 | 2 +- tests/xfs/372 | 2 +- tests/xfs/374 | 2 +- tests/xfs/376 | 2 +- tests/xfs/378 | 2 +- tests/xfs/380 | 2 +- tests/xfs/382 | 2 +- tests/xfs/384 | 2 +- tests/xfs/386 | 2 +- tests/xfs/388 | 2 +- tests/xfs/390 | 2 +- tests/xfs/392 | 2 +- tests/xfs/394 | 2 +- tests/xfs/396 | 2 +- tests/xfs/398 | 2 +- tests/xfs/400 | 2 +- tests/xfs/402 | 2 +- tests/xfs/404 | 2 +- tests/xfs/406 | 2 +- tests/xfs/408 | 2 +- tests/xfs/410 | 2 +- tests/xfs/412 | 2 +- tests/xfs/414 | 2 +- tests/xfs/416 | 2 +- tests/xfs/418 | 2 +- tests/xfs/425 | 2 +- tests/xfs/427 | 2 +- tests/xfs/429 | 2 +- tests/xfs/496 | 2 +- tests/xfs/734 | 2 +- tests/xfs/737 | 2 +- tests/xfs/741 | 2 +- tests/xfs/742 | 2 +- tests/xfs/785 | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/doc/group-names.txt b/doc/group-names.txt index 57aa2001311383..cf263ed537db1f 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -34,7 +34,6 @@ dangerous_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair dangerous_fuzzers fuzzers that can crash your computer dangerous_norepair fuzzers to evaluate kernel metadata verifiers dangerous_online_repair fuzzers to evaluate xfs_scrub online repair -dangerous_repair fuzzers to evaluate xfs_repair offline repair dangerous_scrub fuzzers to evaluate xfs_scrub checking dangerous_selftest selftests that crash/hang data data loss checkers @@ -59,6 +58,7 @@ fsr XFS free space reorganizer fsstress_online_repair race fsstress and xfs_scrub online repair fsstress_scrub race fsstress and xfs_scrub checking fuzzers filesystem fuzz tests +fuzzers_repair fuzzers to evaluate xfs_repair offline repair growfs increasing the size of a filesystem hardlink hardlinks health XFS health reporting diff --git a/tests/xfs/350 b/tests/xfs/350 index 4e618f41c5a4bf..99596dc81c2160 100755 --- a/tests/xfs/350 +++ b/tests/xfs/350 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/352 b/tests/xfs/352 index 8f56a2b8f6987b..9da8db57b83250 100755 --- a/tests/xfs/352 +++ b/tests/xfs/352 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/354 b/tests/xfs/354 index 625c4e955c57dc..645b8152223ef3 100755 --- a/tests/xfs/354 +++ b/tests/xfs/354 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/356 b/tests/xfs/356 index 3529425eb31504..5d6497a1867918 100755 --- a/tests/xfs/356 +++ b/tests/xfs/356 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/358 b/tests/xfs/358 index 11b29c5ce1efbe..4fab6e72c4226f 100755 --- a/tests/xfs/358 +++ b/tests/xfs/358 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/360 b/tests/xfs/360 index 7f5348a18a898d..7385506824d7d1 100755 --- a/tests/xfs/360 +++ b/tests/xfs/360 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/362 b/tests/xfs/362 index 0b54fc580bdc9d..f1678aee1ea0ce 100755 --- a/tests/xfs/362 +++ b/tests/xfs/362 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/364 b/tests/xfs/364 index 002b4765055816..aa5acbe2a07b3f 100755 --- a/tests/xfs/364 +++ b/tests/xfs/364 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/366 b/tests/xfs/366 index e902d1d360066d..2f28810cc3da03 100755 --- a/tests/xfs/366 +++ b/tests/xfs/366 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/368 b/tests/xfs/368 index 3de32a0c3bf191..75046e4a9cad47 100755 --- a/tests/xfs/368 +++ b/tests/xfs/368 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/370 b/tests/xfs/370 index ff19505b4d4abd..16e444f8da9d3c 100755 --- a/tests/xfs/370 +++ b/tests/xfs/370 @@ -9,7 +9,7 @@ # Use xfs_repair to repair the problems. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/372 b/tests/xfs/372 index 01ac0e2b63fdb4..0599c9b830a27b 100755 --- a/tests/xfs/372 +++ b/tests/xfs/372 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/374 b/tests/xfs/374 index 807a8cd015a32a..0d69129f1652c7 100755 --- a/tests/xfs/374 +++ b/tests/xfs/374 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/376 b/tests/xfs/376 index dfca8f0be16433..fe47b00bcc33d5 100755 --- a/tests/xfs/376 +++ b/tests/xfs/376 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/378 b/tests/xfs/378 index 94c0dcdbc8ad65..c2d37e7125c307 100755 --- a/tests/xfs/378 +++ b/tests/xfs/378 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/380 b/tests/xfs/380 index 84715b09f26420..bd3c2cdc136495 100755 --- a/tests/xfs/380 +++ b/tests/xfs/380 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/382 b/tests/xfs/382 index ee7a18208b99bc..85a612c18c3d6f 100755 --- a/tests/xfs/382 +++ b/tests/xfs/382 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/384 b/tests/xfs/384 index 490701e438d0f2..45d235a8347c85 100755 --- a/tests/xfs/384 +++ b/tests/xfs/384 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/386 b/tests/xfs/386 index f8f5798cd49347..9b3023ad2b3af6 100755 --- a/tests/xfs/386 +++ b/tests/xfs/386 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/388 b/tests/xfs/388 index 504f786fbdd2db..2e1eb7f13de44a 100755 --- a/tests/xfs/388 +++ b/tests/xfs/388 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/390 b/tests/xfs/390 index c272fd8940cb40..4969bf66105513 100755 --- a/tests/xfs/390 +++ b/tests/xfs/390 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/392 b/tests/xfs/392 index 8eb7b962d16318..619665f8e3aa38 100755 --- a/tests/xfs/392 +++ b/tests/xfs/392 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/394 b/tests/xfs/394 index 692d45f548fe15..fd6a3330c31b60 100755 --- a/tests/xfs/394 +++ b/tests/xfs/394 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/396 b/tests/xfs/396 index 9b2a9a068a7e28..a7bcaa4a86ea2b 100755 --- a/tests/xfs/396 +++ b/tests/xfs/396 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/398 b/tests/xfs/398 index d9826725f9fc10..1b91347c4edb1e 100755 --- a/tests/xfs/398 +++ b/tests/xfs/398 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/400 b/tests/xfs/400 index 7191cff0be6abb..01f59b1b471f68 100755 --- a/tests/xfs/400 +++ b/tests/xfs/400 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/402 b/tests/xfs/402 index 0c2174e2ed417e..2bb4fc9c23bb1e 100755 --- a/tests/xfs/402 +++ b/tests/xfs/402 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/404 b/tests/xfs/404 index 2901b015c88d1e..075a788a66e638 100755 --- a/tests/xfs/404 +++ b/tests/xfs/404 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/406 b/tests/xfs/406 index 444dbd7266f498..9815090c9db335 100755 --- a/tests/xfs/406 +++ b/tests/xfs/406 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/408 b/tests/xfs/408 index 55b061ed436376..1e1a7a7336c093 100755 --- a/tests/xfs/408 +++ b/tests/xfs/408 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/410 b/tests/xfs/410 index 4155e03b5d9579..78da6cb4f2fec5 100755 --- a/tests/xfs/410 +++ b/tests/xfs/410 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/412 b/tests/xfs/412 index 2119282f988106..ba1eb482276782 100755 --- a/tests/xfs/412 +++ b/tests/xfs/412 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/414 b/tests/xfs/414 index c92c6eb0fc33fa..18ed8343eb4e4f 100755 --- a/tests/xfs/414 +++ b/tests/xfs/414 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/416 b/tests/xfs/416 index 2ee0e75140bcdc..68094b841fcace 100755 --- a/tests/xfs/416 +++ b/tests/xfs/416 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/418 b/tests/xfs/418 index dd7b70a46901cd..41ec77041f0d4d 100755 --- a/tests/xfs/418 +++ b/tests/xfs/418 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/425 b/tests/xfs/425 index 9ca10c666b3b1d..6108e19c0b5650 100755 --- a/tests/xfs/425 +++ b/tests/xfs/425 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/427 b/tests/xfs/427 index 539cb4f15ce4c0..c19c02f4ee3374 100755 --- a/tests/xfs/427 +++ b/tests/xfs/427 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/429 b/tests/xfs/429 index b0b5fa5770394b..eeb35945ec20d1 100755 --- a/tests/xfs/429 +++ b/tests/xfs/429 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/496 b/tests/xfs/496 index 22282ba0eb8c52..af1a636faa6049 100755 --- a/tests/xfs/496 +++ b/tests/xfs/496 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/734 b/tests/xfs/734 index 1ae020ea2d9397..3fe41ac2fe80ea 100755 --- a/tests/xfs/734 +++ b/tests/xfs/734 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/737 b/tests/xfs/737 index d85d251252126d..0e35bbe340ea73 100755 --- a/tests/xfs/737 +++ b/tests/xfs/737 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/741 b/tests/xfs/741 index 4e24fb4e2fef31..da0805273bd255 100755 --- a/tests/xfs/741 +++ b/tests/xfs/741 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/742 b/tests/xfs/742 index eabe766d725c07..d699aa10c68f6a 100755 --- a/tests/xfs/742 +++ b/tests/xfs/742 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/785 b/tests/xfs/785 index a51f62e842a5b6..f3707c730f31ac 100755 --- a/tests/xfs/785 +++ b/tests/xfs/785 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:51:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981255 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 6EB7219007D; Wed, 19 Feb 2025 00:51:07 +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=1739926267; cv=none; b=EaNhSnaHyDHDRl2BwnYjjY8gkKTVeUKIrnsgN91VTf5TfKCBMF4BtEz+JZHl+5rJ0HYZrWJm58givcwOl0sAdUReEmbS35j15V5oTYif792SIyR1bfQU/lWBmjIPN0n4Atj2mr3xZz3eHuRaK1RFquFQPpD4DY1xX/nSrg7zOCw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926267; c=relaxed/simple; bh=ytflsKbaXhpY/vYnyeMIGBjAAOfHBSm55lCrkGGhGx8=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Uknwk7q+J7/mnu5TCoLWngxK1y8l5spfMYhCtaCB31WYeubI7AyZqXap3I8bsObKFVRZ0MZVt+kg8w6kxb9yDa156Dz8KxniBaeO/5BfPkedorYvWy7OTK5ZrFQWbm95RmeeUNJb8CeA2HxQvbQ8C+b42HbLdBzsvAYiC26SlXo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Efj7gS7e; 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="Efj7gS7e" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CEC3CC4CEE2; Wed, 19 Feb 2025 00:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926266; bh=ytflsKbaXhpY/vYnyeMIGBjAAOfHBSm55lCrkGGhGx8=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=Efj7gS7eG7HzwbOdJ5iPeH2avGTRdi4PWX4cyWPPgZVAm3G/OCU6ubEsPBOxIeBCL SQ96FOqTSMYboZw00NgvV7IZK1FyWtWWn1EqUtvjOcBJRIIUley5FeHC26rj7LIWB9 +TRh9NQDLFXOXkpYEnWyyYMCFfOcpD/TY1vUCSszcuCOcoTpxODbH4NLP5T195KebQ ys8QZ2BSoeO9rw5PDEZDiXhA4lMWAokzNYC2zVsJ5nnp6g1vNKMQEUwb73Y61Vb1zI rLLXATqCzil8s8HT/lsTeRnGgQf7VW34RxwywXmnmQBWGisf7qLJkMGBST60TB+og8 VRgSahED9hcMA== Date: Tue, 18 Feb 2025 16:51:06 -0800 Subject: [PATCH 03/12] misc: rename the dangerous_online_repair group to fuzzers_online_repair From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587458.4078254.18086350374208102213.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong Now that online fsck has been in the upstream kernel for 8 months, I think it's stabilized enough that the scrub functionality tests don't need to hide behind the "dangerous" label anymore. It's time for more widespread testing. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- doc/group-names.txt | 2 +- tests/xfs/351 | 2 +- tests/xfs/353 | 2 +- tests/xfs/355 | 2 +- tests/xfs/357 | 2 +- tests/xfs/359 | 2 +- tests/xfs/361 | 2 +- tests/xfs/363 | 2 +- tests/xfs/365 | 2 +- tests/xfs/367 | 2 +- tests/xfs/369 | 2 +- tests/xfs/371 | 2 +- tests/xfs/373 | 2 +- tests/xfs/375 | 2 +- tests/xfs/377 | 2 +- tests/xfs/379 | 2 +- tests/xfs/381 | 2 +- tests/xfs/383 | 2 +- tests/xfs/385 | 2 +- tests/xfs/387 | 2 +- tests/xfs/389 | 2 +- tests/xfs/391 | 2 +- tests/xfs/393 | 2 +- tests/xfs/395 | 2 +- tests/xfs/397 | 2 +- tests/xfs/399 | 2 +- tests/xfs/401 | 2 +- tests/xfs/403 | 2 +- tests/xfs/405 | 2 +- tests/xfs/407 | 2 +- tests/xfs/409 | 2 +- tests/xfs/411 | 2 +- tests/xfs/413 | 2 +- tests/xfs/415 | 2 +- tests/xfs/417 | 2 +- tests/xfs/426 | 2 +- tests/xfs/428 | 2 +- tests/xfs/430 | 2 +- tests/xfs/497 | 2 +- tests/xfs/730 | 2 +- tests/xfs/733 | 2 +- tests/xfs/736 | 2 +- tests/xfs/739 | 2 +- tests/xfs/740 | 2 +- tests/xfs/786 | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/doc/group-names.txt b/doc/group-names.txt index cf263ed537db1f..25a982b6740504 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -33,7 +33,6 @@ dangerous dangerous test that can crash the system dangerous_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair dangerous_fuzzers fuzzers that can crash your computer dangerous_norepair fuzzers to evaluate kernel metadata verifiers -dangerous_online_repair fuzzers to evaluate xfs_scrub online repair dangerous_scrub fuzzers to evaluate xfs_scrub checking dangerous_selftest selftests that crash/hang data data loss checkers @@ -58,6 +57,7 @@ fsr XFS free space reorganizer fsstress_online_repair race fsstress and xfs_scrub online repair fsstress_scrub race fsstress and xfs_scrub checking fuzzers filesystem fuzz tests +fuzzers_online_repair fuzzers to evaluate xfs_scrub online repair fuzzers_repair fuzzers to evaluate xfs_repair offline repair growfs increasing the size of a filesystem hardlink hardlinks diff --git a/tests/xfs/351 b/tests/xfs/351 index d03cc3315dc49c..38f3690406f7ff 100755 --- a/tests/xfs/351 +++ b/tests/xfs/351 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/353 b/tests/xfs/353 index 017e3ce28768d1..326adc4c7e4b60 100755 --- a/tests/xfs/353 +++ b/tests/xfs/353 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/355 b/tests/xfs/355 index f7377bd89c0c2f..309a83038b80fe 100755 --- a/tests/xfs/355 +++ b/tests/xfs/355 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/357 b/tests/xfs/357 index d21b9d3207110c..1a1c9d8aebbe33 100755 --- a/tests/xfs/357 +++ b/tests/xfs/357 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/359 b/tests/xfs/359 index 8d0da3d1f8c59a..517b34b0810747 100755 --- a/tests/xfs/359 +++ b/tests/xfs/359 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/361 b/tests/xfs/361 index 46f84888cc6277..9b9f58d33a5f6b 100755 --- a/tests/xfs/361 +++ b/tests/xfs/361 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/363 b/tests/xfs/363 index 9a5e893c25b29c..56e0773c8a4783 100755 --- a/tests/xfs/363 +++ b/tests/xfs/363 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/365 b/tests/xfs/365 index 7a7bb51a61d62d..31def0682a1cb0 100755 --- a/tests/xfs/365 +++ b/tests/xfs/365 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/367 b/tests/xfs/367 index 5a357bc6a318cd..99f73345c78691 100755 --- a/tests/xfs/367 +++ b/tests/xfs/367 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/369 b/tests/xfs/369 index 398ff9e9433aa2..cb741b3df932a8 100755 --- a/tests/xfs/369 +++ b/tests/xfs/369 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/371 b/tests/xfs/371 index 37850c08416af3..453612d63cd06d 100755 --- a/tests/xfs/371 +++ b/tests/xfs/371 @@ -9,7 +9,7 @@ # Use xfs_scrub to repair the problems. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/373 b/tests/xfs/373 index 6759d78fc7ed78..6f33d4ba526504 100755 --- a/tests/xfs/373 +++ b/tests/xfs/373 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/375 b/tests/xfs/375 index 6518ac3c2ecdc2..bfd0a255521f12 100755 --- a/tests/xfs/375 +++ b/tests/xfs/375 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/377 b/tests/xfs/377 index 6be8c45ba57397..e10d01159e4899 100755 --- a/tests/xfs/377 +++ b/tests/xfs/377 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/379 b/tests/xfs/379 index b7e89fce976f86..5d1592990dd24e 100755 --- a/tests/xfs/379 +++ b/tests/xfs/379 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/381 b/tests/xfs/381 index aa5fb9149bcedb..0f371f7e025823 100755 --- a/tests/xfs/381 +++ b/tests/xfs/381 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/383 b/tests/xfs/383 index be619100872320..6abb49009d77b3 100755 --- a/tests/xfs/383 +++ b/tests/xfs/383 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/385 b/tests/xfs/385 index 63a7649e71ed6f..7fc4a614a43b1c 100755 --- a/tests/xfs/385 +++ b/tests/xfs/385 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/387 b/tests/xfs/387 index 805e27034b7b40..32df964413456e 100755 --- a/tests/xfs/387 +++ b/tests/xfs/387 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/389 b/tests/xfs/389 index f40bb6dae6d84b..cdea039119c250 100755 --- a/tests/xfs/389 +++ b/tests/xfs/389 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/391 b/tests/xfs/391 index 400ec31b82c576..c77d1d2c0478f1 100755 --- a/tests/xfs/391 +++ b/tests/xfs/391 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/393 b/tests/xfs/393 index e18572b5ab3802..3032430023f0b5 100755 --- a/tests/xfs/393 +++ b/tests/xfs/393 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/395 b/tests/xfs/395 index 5dac51cfef4647..ada20cf1ed901e 100755 --- a/tests/xfs/395 +++ b/tests/xfs/395 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/397 b/tests/xfs/397 index 878929e2786997..10a62c6c850515 100755 --- a/tests/xfs/397 +++ b/tests/xfs/397 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/399 b/tests/xfs/399 index 3a2ea05ab33d02..95d30351db60a4 100755 --- a/tests/xfs/399 +++ b/tests/xfs/399 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/401 b/tests/xfs/401 index 0e95a7dfe60d80..3574190d9f1089 100755 --- a/tests/xfs/401 +++ b/tests/xfs/401 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/403 b/tests/xfs/403 index b9276c8d9ab6d8..1decf1805f8ee8 100755 --- a/tests/xfs/403 +++ b/tests/xfs/403 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/405 b/tests/xfs/405 index 76f5afb70f859d..413c3b709cec3f 100755 --- a/tests/xfs/405 +++ b/tests/xfs/405 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/407 b/tests/xfs/407 index ee67a40f67566c..39c5f9833aaf88 100755 --- a/tests/xfs/407 +++ b/tests/xfs/407 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/409 b/tests/xfs/409 index 12d7c5cd9d76ee..580c261d71acad 100755 --- a/tests/xfs/409 +++ b/tests/xfs/409 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/411 b/tests/xfs/411 index 93af836be9dc45..6cef828eb56600 100755 --- a/tests/xfs/411 +++ b/tests/xfs/411 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/413 b/tests/xfs/413 index 5a36f29c292d41..89740083a51508 100755 --- a/tests/xfs/413 +++ b/tests/xfs/413 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/415 b/tests/xfs/415 index 2d5816d0eea61f..94dd0380f9ddd1 100755 --- a/tests/xfs/415 +++ b/tests/xfs/415 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/417 b/tests/xfs/417 index 30501ea35d772b..bf6ef478d83733 100755 --- a/tests/xfs/417 +++ b/tests/xfs/417 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/426 b/tests/xfs/426 index 2cda865a0c0509..4e44431edc3c15 100755 --- a/tests/xfs/426 +++ b/tests/xfs/426 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/428 b/tests/xfs/428 index 31694e1802860e..57100a8a79c6b3 100755 --- a/tests/xfs/428 +++ b/tests/xfs/428 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/430 b/tests/xfs/430 index 6331f82ea55620..8af00ce37a4f27 100755 --- a/tests/xfs/430 +++ b/tests/xfs/430 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/497 b/tests/xfs/497 index f9f36c6b084f7c..3e276d0dccf8fe 100755 --- a/tests/xfs/497 +++ b/tests/xfs/497 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/730 b/tests/xfs/730 index cd58d446d8d2ce..8320bd97d73efb 100755 --- a/tests/xfs/730 +++ b/tests/xfs/730 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/733 b/tests/xfs/733 index 71f16c2575191d..65b19d9158fe09 100755 --- a/tests/xfs/733 +++ b/tests/xfs/733 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/736 b/tests/xfs/736 index 2314d12a074c05..b76bb7d7802d19 100755 --- a/tests/xfs/736 +++ b/tests/xfs/736 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/739 b/tests/xfs/739 index a4f553d818c2be..6cd1c1c289b96e 100755 --- a/tests/xfs/739 +++ b/tests/xfs/739 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/740 b/tests/xfs/740 index 971bf31e3239b1..d6819476e904fc 100755 --- a/tests/xfs/740 +++ b/tests/xfs/740 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/786 b/tests/xfs/786 index 0a8bde8ccf9189..bbc64f50ef926c 100755 --- a/tests/xfs/786 +++ b/tests/xfs/786 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_online_repair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:51:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981256 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 2086018FDC5; Wed, 19 Feb 2025 00:51:22 +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=1739926283; cv=none; b=GOE7WB61NkN1BQcRL5SFJb+P02oiPSUkIlAK+BOVqCkd5ryOpUyWp3TBYunVPwpIuhgya2LwhVZ2CSJ0ZXri2OIdvz23xuzBsw5Z95p0XSTGNWOOJwWtPVzOaySa/sFhEGFHuuFeqo9Bqy7uOlbKam3sYxfw+KfL59AXiLsJx4Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926283; c=relaxed/simple; bh=J8iKY3MGkDubxmb0KTK4aHRWTTyA9qALXklLiA9VtrQ=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=MWBVqdVywYpHa02rMDOsd75E8vDLP3YhgvwC+FtOxTlznGkms0iYgplTl4yoLQxfvTk5GMjeKeZNHm/4/O53SAleCgUO/Q7nblLCIIyKnF1+xHZMVUHoEWtWwm1AbW9EbxghQUEZ5GASKnok03celKb0i6wrKpi15UNRHxJKUEE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ttgWCyhv; 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="ttgWCyhv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82AE8C4CEE2; Wed, 19 Feb 2025 00:51:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926282; bh=J8iKY3MGkDubxmb0KTK4aHRWTTyA9qALXklLiA9VtrQ=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=ttgWCyhv3FJQSzBPgpR85lTGkTPj42If7rLJ12b9LCTkX0/PTKOAych0qfKe7L5Cn sw82cA8cdtXdoC9P3NvcqLI7EYV+P88yyixth1yJVikNdh8yT7sfYpnEOMNxU4nsmB rk5QE0fNDaEXJ+p6505PDO11wx1W9kn5sWeO4CLi9JC3e89Q4u1i5DNVVRg+1JlvdH Bz+T7LuGXl/ZBeXEpwmwAW2RN5FJoNnw0D7wqcYNdYZ03pMyMgfwv8U1FM9603oAYJ UdzNoGZltx1jLisbKkmyWkD9RC44ocZ0sFNntDZ6HuURph1uVn0G/PzwAsmaHCuEM/ mhX/GjBgA/gDA== Date: Tue, 18 Feb 2025 16:51:22 -0800 Subject: [PATCH 04/12] misc: rename the dangerous_bothrepair group to fuzzers_bothrepair From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587477.4078254.8323426815916976827.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong Now that online fsck has been in the upstream kernel for 8 months, I think it's stabilized enough that the scrub + repair functionality tests don't need to hide behind the "dangerous" label anymore. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- doc/group-names.txt | 2 +- tests/xfs/743 | 2 +- tests/xfs/744 | 2 +- tests/xfs/747 | 2 +- tests/xfs/748 | 2 +- tests/xfs/749 | 2 +- tests/xfs/750 | 2 +- tests/xfs/751 | 2 +- tests/xfs/752 | 2 +- tests/xfs/753 | 2 +- tests/xfs/754 | 2 +- tests/xfs/755 | 2 +- tests/xfs/756 | 2 +- tests/xfs/757 | 2 +- tests/xfs/758 | 2 +- tests/xfs/759 | 2 +- tests/xfs/760 | 2 +- tests/xfs/761 | 2 +- tests/xfs/762 | 2 +- tests/xfs/763 | 2 +- tests/xfs/764 | 2 +- tests/xfs/765 | 2 +- tests/xfs/766 | 2 +- tests/xfs/767 | 2 +- tests/xfs/768 | 2 +- tests/xfs/769 | 2 +- tests/xfs/770 | 2 +- tests/xfs/771 | 2 +- tests/xfs/772 | 2 +- tests/xfs/773 | 2 +- tests/xfs/774 | 2 +- tests/xfs/775 | 2 +- tests/xfs/776 | 2 +- tests/xfs/777 | 2 +- tests/xfs/778 | 2 +- tests/xfs/779 | 2 +- tests/xfs/780 | 2 +- tests/xfs/781 | 2 +- tests/xfs/782 | 2 +- tests/xfs/783 | 2 +- tests/xfs/784 | 2 +- tests/xfs/787 | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/doc/group-names.txt b/doc/group-names.txt index 25a982b6740504..8e1a62331738bb 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -30,7 +30,6 @@ copy xfs_copy functionality copy_range copy_file_range syscall copyup overlayfs copyup dangerous dangerous test that can crash the system -dangerous_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair dangerous_fuzzers fuzzers that can crash your computer dangerous_norepair fuzzers to evaluate kernel metadata verifiers dangerous_scrub fuzzers to evaluate xfs_scrub checking @@ -56,6 +55,7 @@ fsproperties Filesystem properties fsr XFS free space reorganizer fsstress_online_repair race fsstress and xfs_scrub online repair fsstress_scrub race fsstress and xfs_scrub checking +fuzzers_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair fuzzers filesystem fuzz tests fuzzers_online_repair fuzzers to evaluate xfs_scrub online repair fuzzers_repair fuzzers to evaluate xfs_repair offline repair diff --git a/tests/xfs/743 b/tests/xfs/743 index b5cec7d71a4002..90b3872440cb07 100755 --- a/tests/xfs/743 +++ b/tests/xfs/743 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_bothrepair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/744 b/tests/xfs/744 index e2d097c2f0d59f..e7778417b53ff4 100755 --- a/tests/xfs/744 +++ b/tests/xfs/744 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_bothrepair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/747 b/tests/xfs/747 index 03d0f5a42c67ec..37682e3c11e8be 100755 --- a/tests/xfs/747 +++ b/tests/xfs/747 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/748 b/tests/xfs/748 index 66b59fe44f2568..c7a89a1c9d5355 100755 --- a/tests/xfs/748 +++ b/tests/xfs/748 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/749 b/tests/xfs/749 index ea9c34a5002b02..37f96e6f7c250e 100755 --- a/tests/xfs/749 +++ b/tests/xfs/749 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/750 b/tests/xfs/750 index 0f451ecdacde2c..1bc6d5d4042535 100755 --- a/tests/xfs/750 +++ b/tests/xfs/750 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/751 b/tests/xfs/751 index dfd9e09b00bd33..542ca4261430c8 100755 --- a/tests/xfs/751 +++ b/tests/xfs/751 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/752 b/tests/xfs/752 index 88c064e73f92f8..f985e52fbdfeb6 100755 --- a/tests/xfs/752 +++ b/tests/xfs/752 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/753 b/tests/xfs/753 index b0984e99a35599..d4d30c165784f7 100755 --- a/tests/xfs/753 +++ b/tests/xfs/753 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/754 b/tests/xfs/754 index 9a37871125a34b..6464e52b88d3dd 100755 --- a/tests/xfs/754 +++ b/tests/xfs/754 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/755 b/tests/xfs/755 index 06b9cafe68b914..f287880d84b72b 100755 --- a/tests/xfs/755 +++ b/tests/xfs/755 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/756 b/tests/xfs/756 index 02dfc222cceeb3..0f6ffc5527a07e 100755 --- a/tests/xfs/756 +++ b/tests/xfs/756 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/757 b/tests/xfs/757 index 46391e1e9a5fe0..21357b83657945 100755 --- a/tests/xfs/757 +++ b/tests/xfs/757 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/758 b/tests/xfs/758 index 2a32c2f2836e27..4652e1c3b88d2f 100755 --- a/tests/xfs/758 +++ b/tests/xfs/758 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/759 b/tests/xfs/759 index 117dc6b1cb9c39..0c0f323fd3a8b0 100755 --- a/tests/xfs/759 +++ b/tests/xfs/759 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/760 b/tests/xfs/760 index f5032b95e55fd5..46aed18dc611a4 100755 --- a/tests/xfs/760 +++ b/tests/xfs/760 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/761 b/tests/xfs/761 index 19a2a273ce708a..10030e42ed3e8f 100755 --- a/tests/xfs/761 +++ b/tests/xfs/761 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/762 b/tests/xfs/762 index 98c48e89ddadc2..cf094ac43b408f 100755 --- a/tests/xfs/762 +++ b/tests/xfs/762 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/763 b/tests/xfs/763 index 430c01ba55eb4c..745684bd4bdd01 100755 --- a/tests/xfs/763 +++ b/tests/xfs/763 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/764 b/tests/xfs/764 index 83378ae2fa13c4..f970e1fe5830bf 100755 --- a/tests/xfs/764 +++ b/tests/xfs/764 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/765 b/tests/xfs/765 index 28c96737ca7dd1..ff0227ee0b9f32 100755 --- a/tests/xfs/765 +++ b/tests/xfs/765 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/766 b/tests/xfs/766 index c241d992bf2d09..bc09949278a374 100755 --- a/tests/xfs/766 +++ b/tests/xfs/766 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/767 b/tests/xfs/767 index 8fd5dded9c4fd0..bdc2d559e0dc72 100755 --- a/tests/xfs/767 +++ b/tests/xfs/767 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/768 b/tests/xfs/768 index f77e0942b7fb51..0f25cb4338247b 100755 --- a/tests/xfs/768 +++ b/tests/xfs/768 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/769 b/tests/xfs/769 index f09424e9e666a1..5eee69e498ba21 100755 --- a/tests/xfs/769 +++ b/tests/xfs/769 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/770 b/tests/xfs/770 index 96a64142f92b7c..baadda2b282a92 100755 --- a/tests/xfs/770 +++ b/tests/xfs/770 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/771 b/tests/xfs/771 index 568c6fd793a642..1eaeaf82ea99e2 100755 --- a/tests/xfs/771 +++ b/tests/xfs/771 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/772 b/tests/xfs/772 index a558877144daa7..a4f0fbac3715bb 100755 --- a/tests/xfs/772 +++ b/tests/xfs/772 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/773 b/tests/xfs/773 index e4e91d65fa9095..93e1d36c21daea 100755 --- a/tests/xfs/773 +++ b/tests/xfs/773 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/774 b/tests/xfs/774 index ca01eb2f4f8dd4..b4dad7d9933e73 100755 --- a/tests/xfs/774 +++ b/tests/xfs/774 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/775 b/tests/xfs/775 index 89f20ad6d255a2..736dfde68cd1a9 100755 --- a/tests/xfs/775 +++ b/tests/xfs/775 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/776 b/tests/xfs/776 index cfa5874ffd6479..6f86e43c465a76 100755 --- a/tests/xfs/776 +++ b/tests/xfs/776 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/777 b/tests/xfs/777 index de30fa32f2a54b..f3fa114e020b67 100755 --- a/tests/xfs/777 +++ b/tests/xfs/777 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/778 b/tests/xfs/778 index 893187d738a2a4..20d91fb3e1f254 100755 --- a/tests/xfs/778 +++ b/tests/xfs/778 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/779 b/tests/xfs/779 index 7c338b1c215abd..60b10511c8a7cd 100755 --- a/tests/xfs/779 +++ b/tests/xfs/779 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/780 b/tests/xfs/780 index 06194d3250c83d..1789c0468e2009 100755 --- a/tests/xfs/780 +++ b/tests/xfs/780 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/781 b/tests/xfs/781 index 7113a143406839..edbf195738b3b2 100755 --- a/tests/xfs/781 +++ b/tests/xfs/781 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/782 b/tests/xfs/782 index ba89d2198cc5fe..1e86dc2d68d600 100755 --- a/tests/xfs/782 +++ b/tests/xfs/782 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/783 b/tests/xfs/783 index 32f4ddfc9cc36d..dcb1292217d37d 100755 --- a/tests/xfs/783 +++ b/tests/xfs/783 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_bothrepair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/784 b/tests/xfs/784 index b7067efc60c447..286797257e025e 100755 --- a/tests/xfs/784 +++ b/tests/xfs/784 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_bothrepair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/787 b/tests/xfs/787 index 090c3f8b9e1f10..d610ff5a47dfdb 100755 --- a/tests/xfs/787 +++ b/tests/xfs/787 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:51:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981257 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 B75E418E1A; Wed, 19 Feb 2025 00:51:38 +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=1739926298; cv=none; b=P3HNb/aRLxywpAmdNd8pvZYO//oOOsTxgBe7KNlNgEty22DOt+N2VBHx8WExmn/+iL0PY+V9wVnSqTXP1g0CFTilRaPmmaQNYg2JZT05NlYrjj81u3clAYNkQlV747ht26g9R+cTcjTRBWuQ/GfDJHfENBUcwUwn5NecRAv8VBY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926298; c=relaxed/simple; bh=2r1dFfs5THTNKTA1EiczZG+u8oKcttKnXSPasO54JNU=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=PtB4ikCVi0bAMSIJtNALDGy4E3vcP76uvcH95BAJ9nWFbeU5BidHuv7kQ9prSEc/XMaKySU9vCuHltXqxPix0WA13bpg0dVXLBDQaTW8YzwgZW6HZf1TRzltm1jgZLFmd62E3Awot/tlPV9cxEZGzRvFho3sKcE7Nl+mTMleBrM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CkFGzlTQ; 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="CkFGzlTQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 274ABC4CEE2; Wed, 19 Feb 2025 00:51:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926298; bh=2r1dFfs5THTNKTA1EiczZG+u8oKcttKnXSPasO54JNU=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=CkFGzlTQ2THERSBj9iI3SQ5TifFCIIAmIPkbaWyvOTmCWqJ9ZEi5vriU15VzDrQT8 KOy4RpzUpSusz5CJ84sblahF1LwCeEV85vsh4ch2gwXBWrCn1i/BX412cWkhtT8vXu 8MY4s959OF0vfr7Xi7YWm8JqH7ltPuH/pB+Vnsb3HNVgqe0+HkuBw4UU9LUwNkyRXp Kfc64TOr+AWhGDsOJQRWYhdxuj99eZSj7vQPSscl2GY7h5aVvyxNutc1RCaQRl41Wn 3lrB8jLUWxqDdNER9QWxeB19hgjS7lsSp185KYH2GfKVShhqSJhpXMo6EcDaoXJ+Ht Uql+rddeAhXUw== Date: Tue, 18 Feb 2025 16:51:37 -0800 Subject: [PATCH 05/12] misc: rename the dangerous_norepair group to fuzzers_norepair From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587496.4078254.14824377885868657428.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong I've been running the norepair fuzzers (aka the verifier checks) for most of the time that online fsck has been in development, and I haven't seen any of the VMs crash in a couple of years. I think it's time that these tests stopped hiding behind the "dangerous" label. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- doc/group-names.txt | 2 +- tests/xfs/453 | 2 +- tests/xfs/454 | 2 +- tests/xfs/455 | 2 +- tests/xfs/456 | 2 +- tests/xfs/457 | 2 +- tests/xfs/458 | 2 +- tests/xfs/459 | 2 +- tests/xfs/460 | 2 +- tests/xfs/461 | 2 +- tests/xfs/462 | 2 +- tests/xfs/463 | 2 +- tests/xfs/464 | 2 +- tests/xfs/465 | 2 +- tests/xfs/466 | 2 +- tests/xfs/467 | 2 +- tests/xfs/468 | 2 +- tests/xfs/469 | 2 +- tests/xfs/470 | 2 +- tests/xfs/471 | 2 +- tests/xfs/472 | 2 +- tests/xfs/473 | 2 +- tests/xfs/474 | 2 +- tests/xfs/475 | 2 +- tests/xfs/476 | 2 +- tests/xfs/477 | 2 +- tests/xfs/478 | 2 +- tests/xfs/479 | 2 +- tests/xfs/480 | 2 +- tests/xfs/481 | 2 +- tests/xfs/482 | 2 +- tests/xfs/483 | 2 +- tests/xfs/484 | 2 +- tests/xfs/485 | 2 +- tests/xfs/486 | 2 +- tests/xfs/487 | 2 +- tests/xfs/488 | 2 +- tests/xfs/489 | 2 +- tests/xfs/498 | 2 +- tests/xfs/735 | 2 +- tests/xfs/738 | 2 +- tests/xfs/745 | 2 +- tests/xfs/746 | 2 +- tests/xfs/788 | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/doc/group-names.txt b/doc/group-names.txt index 8e1a62331738bb..9fb72e65f2a63e 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -31,7 +31,6 @@ copy_range copy_file_range syscall copyup overlayfs copyup dangerous dangerous test that can crash the system dangerous_fuzzers fuzzers that can crash your computer -dangerous_norepair fuzzers to evaluate kernel metadata verifiers dangerous_scrub fuzzers to evaluate xfs_scrub checking dangerous_selftest selftests that crash/hang data data loss checkers @@ -57,6 +56,7 @@ fsstress_online_repair race fsstress and xfs_scrub online repair fsstress_scrub race fsstress and xfs_scrub checking fuzzers_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair fuzzers filesystem fuzz tests +fuzzers_norepair fuzzers to evaluate kernel metadata verifiers fuzzers_online_repair fuzzers to evaluate xfs_scrub online repair fuzzers_repair fuzzers to evaluate xfs_repair offline repair growfs increasing the size of a filesystem diff --git a/tests/xfs/453 b/tests/xfs/453 index d586f79dd838ee..c005454f835262 100755 --- a/tests/xfs/453 +++ b/tests/xfs/453 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/454 b/tests/xfs/454 index 828b2d93aa6408..36b5746e80b2ee 100755 --- a/tests/xfs/454 +++ b/tests/xfs/454 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/455 b/tests/xfs/455 index c5d05b26cd94d3..05e9cc3d7e57a1 100755 --- a/tests/xfs/455 +++ b/tests/xfs/455 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/456 b/tests/xfs/456 index 3b2291570af786..d1cc3d9a2c1b0d 100755 --- a/tests/xfs/456 +++ b/tests/xfs/456 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/457 b/tests/xfs/457 index 41b51fb607528c..cc4867a619f569 100755 --- a/tests/xfs/457 +++ b/tests/xfs/457 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/458 b/tests/xfs/458 index fff31ce9b14c83..fbb27213591a76 100755 --- a/tests/xfs/458 +++ b/tests/xfs/458 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/459 b/tests/xfs/459 index b55899aed107e1..384a699d8018ce 100755 --- a/tests/xfs/459 +++ b/tests/xfs/459 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/460 b/tests/xfs/460 index d67ae555f48e3e..5ca6a34594ba2c 100755 --- a/tests/xfs/460 +++ b/tests/xfs/460 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/461 b/tests/xfs/461 index 7609ce9b080552..d1f6adfe639538 100755 --- a/tests/xfs/461 +++ b/tests/xfs/461 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/462 b/tests/xfs/462 index 0831f8e963a26d..bd891d330a3ecf 100755 --- a/tests/xfs/462 +++ b/tests/xfs/462 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/463 b/tests/xfs/463 index cbfd9c3c693f3d..184e827f5327e2 100755 --- a/tests/xfs/463 +++ b/tests/xfs/463 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/464 b/tests/xfs/464 index 71ce355726c001..f82762c7e14222 100755 --- a/tests/xfs/464 +++ b/tests/xfs/464 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/465 b/tests/xfs/465 index 30c472459be043..2384b1b1d0fab7 100755 --- a/tests/xfs/465 +++ b/tests/xfs/465 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/466 b/tests/xfs/466 index 4a470c90805c80..523d20727a3046 100755 --- a/tests/xfs/466 +++ b/tests/xfs/466 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/467 b/tests/xfs/467 index d64a7bb8cebcdf..1c0fe8e06458a4 100755 --- a/tests/xfs/467 +++ b/tests/xfs/467 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/468 b/tests/xfs/468 index fa501e402b8029..8bc6bb87c76be8 100755 --- a/tests/xfs/468 +++ b/tests/xfs/468 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/469 b/tests/xfs/469 index 20fdb78dc5f430..810e1b1d409d33 100755 --- a/tests/xfs/469 +++ b/tests/xfs/469 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/470 b/tests/xfs/470 index 52be985b3bb59d..dfb9b2edd7bd36 100755 --- a/tests/xfs/470 +++ b/tests/xfs/470 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/471 b/tests/xfs/471 index 6b72b80a8f440a..e3bdee5257ec68 100755 --- a/tests/xfs/471 +++ b/tests/xfs/471 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/472 b/tests/xfs/472 index 0ec3335ed9166d..74168fb4bf675c 100755 --- a/tests/xfs/472 +++ b/tests/xfs/472 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/473 b/tests/xfs/473 index 12924aee262b46..c51e93743b60da 100755 --- a/tests/xfs/473 +++ b/tests/xfs/473 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/474 b/tests/xfs/474 index d3c073524c73b3..f01f8935a033a1 100755 --- a/tests/xfs/474 +++ b/tests/xfs/474 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/475 b/tests/xfs/475 index 06317ee2a516bd..acd9d433583e9e 100755 --- a/tests/xfs/475 +++ b/tests/xfs/475 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/476 b/tests/xfs/476 index dd2fbf4dab3b51..da8fbe3487ce2d 100755 --- a/tests/xfs/476 +++ b/tests/xfs/476 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/477 b/tests/xfs/477 index fccd4f56a2ac62..ec0db3a3fff59a 100755 --- a/tests/xfs/477 +++ b/tests/xfs/477 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/478 b/tests/xfs/478 index 5909bd496c1232..2cf5d669c07638 100755 --- a/tests/xfs/478 +++ b/tests/xfs/478 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/479 b/tests/xfs/479 index e59726ef1ceab3..f4388ae2ec1f47 100755 --- a/tests/xfs/479 +++ b/tests/xfs/479 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/480 b/tests/xfs/480 index e5a1fa96a26e97..5dc2982e3d52fd 100755 --- a/tests/xfs/480 +++ b/tests/xfs/480 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/481 b/tests/xfs/481 index bc36beeec657fa..43eb14aafb2903 100755 --- a/tests/xfs/481 +++ b/tests/xfs/481 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair realtime +_begin_fstest dangerous_fuzzers fuzzers_norepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/482 b/tests/xfs/482 index 66e44efd1a5192..2b08b9aab2bb01 100755 --- a/tests/xfs/482 +++ b/tests/xfs/482 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair realtime +_begin_fstest dangerous_fuzzers fuzzers_norepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/483 b/tests/xfs/483 index 5225a18a7149f0..da19812ec955e8 100755 --- a/tests/xfs/483 +++ b/tests/xfs/483 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/484 b/tests/xfs/484 index ef768df8c09d7f..865fcc6c859f0b 100755 --- a/tests/xfs/484 +++ b/tests/xfs/484 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/485 b/tests/xfs/485 index f3dbc4f6644647..d82a39a809fc5e 100755 --- a/tests/xfs/485 +++ b/tests/xfs/485 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/486 b/tests/xfs/486 index 8ee65c0cb8ee64..4bdcef8f87d2ff 100755 --- a/tests/xfs/486 +++ b/tests/xfs/486 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/487 b/tests/xfs/487 index 8bd646ed908b39..0a5403a25dfd82 100755 --- a/tests/xfs/487 +++ b/tests/xfs/487 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/488 b/tests/xfs/488 index c58d21e2208589..0e67889f26f7a0 100755 --- a/tests/xfs/488 +++ b/tests/xfs/488 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/489 b/tests/xfs/489 index b9df871a236d7e..ef65525c224764 100755 --- a/tests/xfs/489 +++ b/tests/xfs/489 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/498 b/tests/xfs/498 index f4671519453bc1..f8580e2b912857 100755 --- a/tests/xfs/498 +++ b/tests/xfs/498 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/735 b/tests/xfs/735 index 04bbcc5cb9aa99..861763b3db8bd8 100755 --- a/tests/xfs/735 +++ b/tests/xfs/735 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_norepair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/738 b/tests/xfs/738 index 32f12a70b3097e..f432607075ca91 100755 --- a/tests/xfs/738 +++ b/tests/xfs/738 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_norepair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/745 b/tests/xfs/745 index d139aeefdd8a37..38a858e8cffd0a 100755 --- a/tests/xfs/745 +++ b/tests/xfs/745 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_norepair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_norepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/746 b/tests/xfs/746 index 696d024532982a..e81d4f93a9059f 100755 --- a/tests/xfs/746 +++ b/tests/xfs/746 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_norepair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_norepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/788 b/tests/xfs/788 index 46438eabafd008..0864823a9e35d4 100755 --- a/tests/xfs/788 +++ b/tests/xfs/788 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:51:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981258 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 ADB9D18C345; Wed, 19 Feb 2025 00:51:54 +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=1739926314; cv=none; b=jXRE0a4/l2nSJubRkIxcL7cug6VBM0Ujo6JUGKNDqim1WpWUnJuAQrDxjhuyxbvvSjLKhf8GT7ViMfx+ctNHWrlOkqbPMVdtnRqs6/CjQeE9fzaFYygpB7W9/IgTwQ2vYTlJyZSfkJzxdxBGGtElumMcaMW7lS+mcrHkJuT0uTY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926314; c=relaxed/simple; bh=y5UjTnzGD+CQAU20GqBeIqVfkQXzJhvv3k+gykG96I4=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=HHmVWLY/au1QfVQm85SAcl6FiL29MX2kQDppFuuu+N85CYshgovk8vRhtWx6vZnyxVWJq+KKlF0veBNO9QmfiCY+oyaz8vOzXDAB2oZ2BzsS/5PCzUsyLDcAj9aPiYLKjTqgrq+f9gBycoxMy5p3fQW5mFjGv3XMMJVjH3Gglyg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=q1KD4arQ; 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="q1KD4arQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C7FEC4CEE2; Wed, 19 Feb 2025 00:51:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926314; bh=y5UjTnzGD+CQAU20GqBeIqVfkQXzJhvv3k+gykG96I4=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=q1KD4arQG7U4kVekKtuKynIMBZkFcZmE8k2F/ZgTP9YwNpEcsm3UMaX4UyL6q35JD n0B799DhDSMJuxTx+rcpAuJxtRhorN7UTJOR1Rhxq/3jtTEonfzP9Uv1J2ru4usRzL jELMa8y89r4HWQ4F82sadea6rC7O51fyMNAmE+XTe3GqL6TyRzGR74OVvu2z1d5w9C CMBowHwTIMAXVkfzSaOm8fPfm29tJUlUrhdFrtBkxpTmCcAe4y/cjkvfFWug141fyr 5+IC/0c+xuCzkBf3plQF+Wskh99/53J0O72EN0QQfYIYmMQmfrJ6NyVV0eZKkfRPey t65O7SA/fhp3A== Date: Tue, 18 Feb 2025 16:51:53 -0800 Subject: [PATCH 06/12] misc: fix misclassification of xfs_repair fuzz tests From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587514.4078254.13210003661775451613.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong All the tests in the "fuzzers_repair" group actually test xfs_repair, not scrub. Therefore, we should remove them all from 'dangerous_scrub' and put them in the 'repair' group. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- tests/xfs/350 | 2 +- tests/xfs/352 | 2 +- tests/xfs/354 | 2 +- tests/xfs/356 | 2 +- tests/xfs/358 | 2 +- tests/xfs/360 | 2 +- tests/xfs/362 | 2 +- tests/xfs/364 | 2 +- tests/xfs/366 | 2 +- tests/xfs/368 | 2 +- tests/xfs/370 | 2 +- tests/xfs/372 | 2 +- tests/xfs/374 | 2 +- tests/xfs/376 | 2 +- tests/xfs/378 | 2 +- tests/xfs/380 | 2 +- tests/xfs/382 | 2 +- tests/xfs/384 | 2 +- tests/xfs/386 | 2 +- tests/xfs/388 | 2 +- tests/xfs/390 | 2 +- tests/xfs/392 | 2 +- tests/xfs/394 | 2 +- tests/xfs/396 | 2 +- tests/xfs/398 | 2 +- tests/xfs/400 | 2 +- tests/xfs/402 | 2 +- tests/xfs/404 | 2 +- tests/xfs/406 | 2 +- tests/xfs/408 | 2 +- tests/xfs/410 | 2 +- tests/xfs/412 | 2 +- tests/xfs/414 | 2 +- tests/xfs/416 | 2 +- tests/xfs/418 | 2 +- tests/xfs/425 | 2 +- tests/xfs/427 | 2 +- tests/xfs/429 | 2 +- tests/xfs/496 | 2 +- tests/xfs/734 | 2 +- tests/xfs/737 | 2 +- tests/xfs/741 | 2 +- tests/xfs/742 | 2 +- tests/xfs/785 | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/tests/xfs/350 b/tests/xfs/350 index 99596dc81c2160..ec49cc8d149094 100755 --- a/tests/xfs/350 +++ b/tests/xfs/350 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/352 b/tests/xfs/352 index 9da8db57b83250..d672a5c0d0bece 100755 --- a/tests/xfs/352 +++ b/tests/xfs/352 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/354 b/tests/xfs/354 index 645b8152223ef3..bed0c5d70bf170 100755 --- a/tests/xfs/354 +++ b/tests/xfs/354 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/356 b/tests/xfs/356 index 5d6497a1867918..bc8a7cc90e621a 100755 --- a/tests/xfs/356 +++ b/tests/xfs/356 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/358 b/tests/xfs/358 index 4fab6e72c4226f..f2345928ce7d74 100755 --- a/tests/xfs/358 +++ b/tests/xfs/358 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/360 b/tests/xfs/360 index 7385506824d7d1..0b423a934af16e 100755 --- a/tests/xfs/360 +++ b/tests/xfs/360 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/362 b/tests/xfs/362 index f1678aee1ea0ce..a95ecfb6165c08 100755 --- a/tests/xfs/362 +++ b/tests/xfs/362 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/364 b/tests/xfs/364 index aa5acbe2a07b3f..63e344240ff6d9 100755 --- a/tests/xfs/364 +++ b/tests/xfs/364 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/366 b/tests/xfs/366 index 2f28810cc3da03..9f32361306b927 100755 --- a/tests/xfs/366 +++ b/tests/xfs/366 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/368 b/tests/xfs/368 index 75046e4a9cad47..f30fcd2f3263f0 100755 --- a/tests/xfs/368 +++ b/tests/xfs/368 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/370 b/tests/xfs/370 index 16e444f8da9d3c..6f59757174bc41 100755 --- a/tests/xfs/370 +++ b/tests/xfs/370 @@ -9,7 +9,7 @@ # Use xfs_repair to repair the problems. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/372 b/tests/xfs/372 index 0599c9b830a27b..2f2010b36a9e53 100755 --- a/tests/xfs/372 +++ b/tests/xfs/372 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/374 b/tests/xfs/374 index 0d69129f1652c7..8237bc1665b3a5 100755 --- a/tests/xfs/374 +++ b/tests/xfs/374 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/376 b/tests/xfs/376 index fe47b00bcc33d5..80e19f56d2b911 100755 --- a/tests/xfs/376 +++ b/tests/xfs/376 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/378 b/tests/xfs/378 index c2d37e7125c307..3eeb0e99429213 100755 --- a/tests/xfs/378 +++ b/tests/xfs/378 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/380 b/tests/xfs/380 index bd3c2cdc136495..45cbea8f391a9a 100755 --- a/tests/xfs/380 +++ b/tests/xfs/380 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/382 b/tests/xfs/382 index 85a612c18c3d6f..9ee2ca0a987855 100755 --- a/tests/xfs/382 +++ b/tests/xfs/382 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/384 b/tests/xfs/384 index 45d235a8347c85..a22768c800f9c0 100755 --- a/tests/xfs/384 +++ b/tests/xfs/384 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/386 b/tests/xfs/386 index 9b3023ad2b3af6..1e73a5978093cb 100755 --- a/tests/xfs/386 +++ b/tests/xfs/386 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/388 b/tests/xfs/388 index 2e1eb7f13de44a..de8ce74bb92edd 100755 --- a/tests/xfs/388 +++ b/tests/xfs/388 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/390 b/tests/xfs/390 index 4969bf66105513..d6449d291cb971 100755 --- a/tests/xfs/390 +++ b/tests/xfs/390 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/392 b/tests/xfs/392 index 619665f8e3aa38..a2e749d24323b2 100755 --- a/tests/xfs/392 +++ b/tests/xfs/392 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/394 b/tests/xfs/394 index fd6a3330c31b60..aa2dee3644d5d2 100755 --- a/tests/xfs/394 +++ b/tests/xfs/394 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/396 b/tests/xfs/396 index a7bcaa4a86ea2b..a49ef5b95ccfb6 100755 --- a/tests/xfs/396 +++ b/tests/xfs/396 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/398 b/tests/xfs/398 index 1b91347c4edb1e..1d6d6ba9e9adc8 100755 --- a/tests/xfs/398 +++ b/tests/xfs/398 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/400 b/tests/xfs/400 index 01f59b1b471f68..5465baea2939d4 100755 --- a/tests/xfs/400 +++ b/tests/xfs/400 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/402 b/tests/xfs/402 index 2bb4fc9c23bb1e..981fb5f5e4aa73 100755 --- a/tests/xfs/402 +++ b/tests/xfs/402 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/404 b/tests/xfs/404 index 075a788a66e638..074803ed8023e7 100755 --- a/tests/xfs/404 +++ b/tests/xfs/404 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/406 b/tests/xfs/406 index 9815090c9db335..7a6e8bdb535237 100755 --- a/tests/xfs/406 +++ b/tests/xfs/406 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair realtime +_begin_fstest dangerous_fuzzers repair fuzzers_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/408 b/tests/xfs/408 index 1e1a7a7336c093..3c7d16f0e6c6b7 100755 --- a/tests/xfs/408 +++ b/tests/xfs/408 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair realtime +_begin_fstest dangerous_fuzzers repair fuzzers_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/410 b/tests/xfs/410 index 78da6cb4f2fec5..257ed295f330a4 100755 --- a/tests/xfs/410 +++ b/tests/xfs/410 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/412 b/tests/xfs/412 index ba1eb482276782..98a28001780646 100755 --- a/tests/xfs/412 +++ b/tests/xfs/412 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/414 b/tests/xfs/414 index 18ed8343eb4e4f..80f83be4dba192 100755 --- a/tests/xfs/414 +++ b/tests/xfs/414 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/416 b/tests/xfs/416 index 68094b841fcace..0d87c4116c05ea 100755 --- a/tests/xfs/416 +++ b/tests/xfs/416 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/418 b/tests/xfs/418 index 41ec77041f0d4d..0f5cb7a93c6fef 100755 --- a/tests/xfs/418 +++ b/tests/xfs/418 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/425 b/tests/xfs/425 index 6108e19c0b5650..7ad53f97a6940c 100755 --- a/tests/xfs/425 +++ b/tests/xfs/425 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/427 b/tests/xfs/427 index c19c02f4ee3374..38de1360af6262 100755 --- a/tests/xfs/427 +++ b/tests/xfs/427 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/429 b/tests/xfs/429 index eeb35945ec20d1..ded8c3944a2648 100755 --- a/tests/xfs/429 +++ b/tests/xfs/429 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/496 b/tests/xfs/496 index af1a636faa6049..63205b7b31d97f 100755 --- a/tests/xfs/496 +++ b/tests/xfs/496 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/734 b/tests/xfs/734 index 3fe41ac2fe80ea..232ac4264bc33d 100755 --- a/tests/xfs/734 +++ b/tests/xfs/734 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/737 b/tests/xfs/737 index 0e35bbe340ea73..edfcf7e336ba44 100755 --- a/tests/xfs/737 +++ b/tests/xfs/737 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/741 b/tests/xfs/741 index da0805273bd255..ea1c2d98516fdb 100755 --- a/tests/xfs/741 +++ b/tests/xfs/741 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair realtime +_begin_fstest dangerous_fuzzers repair fuzzers_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/742 b/tests/xfs/742 index d699aa10c68f6a..bbc186f8472b64 100755 --- a/tests/xfs/742 +++ b/tests/xfs/742 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair realtime +_begin_fstest dangerous_fuzzers repair fuzzers_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/785 b/tests/xfs/785 index f3707c730f31ac..5610a5df5b9e1f 100755 --- a/tests/xfs/785 +++ b/tests/xfs/785 @@ -8,7 +8,7 @@ # Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_repair +_begin_fstest dangerous_fuzzers repair fuzzers_repair _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:52:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981259 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 54C71192D8E; Wed, 19 Feb 2025 00:52:09 +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=1739926330; cv=none; b=D7LP7jQN/dqI+T/obNktyKP1fAp2MubY3xPM3eV3WCJoiXj9lNmDcgT5+6CkZ4c6Sd14RG4i+1HUExuCvEGZHH/UJtQuuuj7+v7YoC5UZMIYVvPtQl0rZY6TXv9oI1oKY5GzkEjIlSlpGxoDmaUvtgcbOvBOvO74P0MbZitGusk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926330; c=relaxed/simple; bh=FGqqXrHLLmbXjyGkCTLfY/bK7c58Qye7G00zy8XPaT8=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=eTKOC9M0eFB44g8rZwBUEuLMwfsSQupVfRl8GWUO+5ZOm8BnoP3VTn2wNHz3cei8++0Vv/T8ObAHRMX8ahXw/b/xLHKJpyeQHG4JdODjIemdzu7OH8y/Hy7Y5sZrTI4CWNahGbJsX896/OW7IciPembLZbH9kD0U2BstK7z8vyw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mbME9mEn; 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="mbME9mEn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2D43C4CEE2; Wed, 19 Feb 2025 00:52:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926329; bh=FGqqXrHLLmbXjyGkCTLfY/bK7c58Qye7G00zy8XPaT8=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=mbME9mEnLN3MfYLlGyYfeNKhXZJk4pzsoYyUIgdWjUsaOcts0VN3LwiVrl2gq6fT9 lyEye/apIGf64s++qXzCBGwG4GeEgsHLp+wq7qNH2/oG65/gLfL8kB/nU8VM+A7NPM d/+s0HaB4rdYXwQjjxFLxoYNXI/zsZyF1bQrlyxfTjbV9OGc9+2HHwl6CfQYOJaWiM KN4MqKVCw/Ddvn/UGcH4pkIsqWeYiWM0abn+KyuuGjiWGTHH2peUSfQqdOGUj5KC9j 9zhXdzHowGwDYC96tRpOcEttlKYpMLEdyUKSL/M0dRzhHPvKU/1IOUTTTl/xzfjL2t gPlEQ4xOdjaRw== Date: Tue, 18 Feb 2025 16:52:09 -0800 Subject: [PATCH 07/12] misc: fix misclassification of xfs_scrub + xfs_repair fuzz tests From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587533.4078254.9647021431489098153.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong All the tests in the "fuzzers_bothrepair" group actually test xfs_scrub and xfs_repair. Therefore, we should put them in the 'repair' group. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- tests/xfs/743 | 2 +- tests/xfs/744 | 2 +- tests/xfs/783 | 2 +- tests/xfs/784 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/xfs/743 b/tests/xfs/743 index 90b3872440cb07..1dcb79bc46fe48 100755 --- a/tests/xfs/743 +++ b/tests/xfs/743 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/744 b/tests/xfs/744 index e7778417b53ff4..7b554e977b20d2 100755 --- a/tests/xfs/744 +++ b/tests/xfs/744 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/783 b/tests/xfs/783 index dcb1292217d37d..79bf34c1b2bd12 100755 --- a/tests/xfs/783 +++ b/tests/xfs/783 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair +_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/784 b/tests/xfs/784 index 286797257e025e..99d84545c90e79 100755 --- a/tests/xfs/784 +++ b/tests/xfs/784 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair +_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:52:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981260 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 EC22916F265; Wed, 19 Feb 2025 00:52:25 +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=1739926346; cv=none; b=A+sUWh452VDqXnAeolNtiOgi3ZhS7RHaa08nVJdAx5buaSd0QQuXhRP0Y9hCgmpLz87jrOB390Z1uOrLiOz3v3SDzxLQfPOgZTgnNgJF15Kcdp5w3q3b90LoZV61xD0Ky9XM0XnM02QyOJe5fN29X8OroD8VjGYTl4QCxwzmyTg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926346; c=relaxed/simple; bh=xHdJSNtorQswsndb/ShOlkb0xCKVS5pPKzwLyK9EjAs=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=kgzL/5xK3GDF/iYuXhQvClBveOa8MuHkqqZRj1hKL8ZkfcR6njNE2ovsDUWHAX66Tg6G7GJQ/SIuSEIgHTsdzQH70zfKtsj9A+AR8kkOyD6R4XGoPPnlMpwtW5ZcVxxj16ea6QqbAsmjIS8WZftrKjTFde8UGxTKd5bgRcNrGlo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tUmQmlBH; 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="tUmQmlBH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59780C4CEE2; Wed, 19 Feb 2025 00:52:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926345; bh=xHdJSNtorQswsndb/ShOlkb0xCKVS5pPKzwLyK9EjAs=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=tUmQmlBHuPdDLCrRGVGqHd9TIlbCN6UOzoBQg+wgkNFwNB/r+dHeb2t2WC+UoNmgV JZmzZ2aP0MQm3L1r8xDrimaMnzWiqCHADOD6dJRm6hwb4AppSEnFVVmGuI3/l5vBRa Mq2IN0lQOl7nlgw/jrvvneeIUgAJfEMgYaJeN1byblstHP2dbj1wPHUHbChn++CSGS fXU8YPWb/dVE9sQd7QNITVcnu8iW+Ek17uofa3qwD1tg6zutiU9b2Z/bWzCXt2NNu2 rH2PVx6DTqhH0t0y1/+PWOs5TfWd9PaxJqzgqp/ANbJTJYaRYsMFb/N0C61r4HKlt8 rLfUD+OXm2sOQ== Date: Tue, 18 Feb 2025 16:52:24 -0800 Subject: [PATCH 08/12] misc: fix misclassification of verifier fuzz tests From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587551.4078254.1109177653377657721.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong All the tests in the "fuzzers_norepair" group do not test xfs_scrub. Therefore, we should remove them all from 'dangerous_scrub' group. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- tests/xfs/735 | 2 +- tests/xfs/738 | 2 +- tests/xfs/745 | 2 +- tests/xfs/746 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/xfs/735 b/tests/xfs/735 index 861763b3db8bd8..8e927572b6ecd8 100755 --- a/tests/xfs/735 +++ b/tests/xfs/735 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/738 b/tests/xfs/738 index f432607075ca91..e8d2cd2a815f8b 100755 --- a/tests/xfs/738 +++ b/tests/xfs/738 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_norepair +_begin_fstest dangerous_fuzzers fuzzers_norepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/745 b/tests/xfs/745 index 38a858e8cffd0a..3549ad08772c2c 100755 --- a/tests/xfs/745 +++ b/tests/xfs/745 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_norepair realtime +_begin_fstest dangerous_fuzzers fuzzers_norepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/746 b/tests/xfs/746 index e81d4f93a9059f..5afc71ad19c6e6 100755 --- a/tests/xfs/746 +++ b/tests/xfs/746 @@ -8,7 +8,7 @@ # Do not fix the filesystem, to test metadata verifiers. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_norepair realtime +_begin_fstest dangerous_fuzzers fuzzers_norepair realtime _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:52:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981261 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 8436716F265; Wed, 19 Feb 2025 00:52:41 +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=1739926361; cv=none; b=IJeilkLNYKfr9sizBeA0Opxqmuuu28pObXVIdTDYqMYjsKTwt/484andajHxbudYTsPaAB1VRJ7ivzrpOvSPvgsy3NnivRC3dxhgg7Vu+vgZFt1nKmDnAL2f0ssEzyuq647zhDO9MUldRHwmiU40ZbTVPpg6k4zABZG4Xk/u888= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926361; c=relaxed/simple; bh=rW8AgLdc2TkBzsqnFDFWlY+21xk97owmXW3IBY28seg=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=g12EQq6VDu5uUqMVuW/7Eo6gi4/K0mJxKcRvaz45Cvkf/Bc+j+LWkuWB4VHzhvjV2glIalnZwsUmHsx/b+E1Tl1PftkoEXPiiXx7/h1XWVhuuGaX8kaS+nRalNM147/7cmwNQIy73KvXy2yElAl8R65JgauQPzrNbPzqZPDd1YI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Td3AZNbx; 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="Td3AZNbx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00914C4CEE2; Wed, 19 Feb 2025 00:52:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926361; bh=rW8AgLdc2TkBzsqnFDFWlY+21xk97owmXW3IBY28seg=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=Td3AZNbx2dwEnPWBSqpk4yWvcvIz2DJQcOHg0OB7WXDIJWjivE9RYlUQAMmgOcn+p pFgO1LiRy3RGaqPsqvgSvE7yLZrFirgNDooNjCIoSoWzNcrCU73dy4GDmYzMZPwlaN 8ELdmNbnWe3Patz27TBVjzuVw4AN9QOW0C5oWQ6YvL8cyiuuGJ0qkTZVKlOxtuDZEz iTANz5QJXO3z/jUSBFkPC4gmWz6bSJxUGbZchpvQuCdFI3r8Xn7K5A4eTJtlkUEYv+ aNKuShBoLJUTcxcDDx9DkUZnyOAdVeFZ5EXZHBgqQfgdJl7iTNR9WI0pE9aKnVuqpy HRZhnuLAYP8Fw== Date: Tue, 18 Feb 2025 16:52:40 -0800 Subject: [PATCH 09/12] misc: add xfs_scrub + xfs_repair fuzz tests to the scrub and repair groups From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587570.4078254.13226450369679038040.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong All the tests in the "fuzzers_bothrepair" group test xfs_scrub + xfs_repair, so they all should be in the 'scrub' and 'repair' groups. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- tests/xfs/747 | 2 +- tests/xfs/748 | 2 +- tests/xfs/749 | 2 +- tests/xfs/750 | 2 +- tests/xfs/751 | 2 +- tests/xfs/752 | 2 +- tests/xfs/753 | 2 +- tests/xfs/754 | 2 +- tests/xfs/755 | 2 +- tests/xfs/756 | 2 +- tests/xfs/757 | 2 +- tests/xfs/758 | 2 +- tests/xfs/759 | 2 +- tests/xfs/760 | 2 +- tests/xfs/761 | 2 +- tests/xfs/762 | 2 +- tests/xfs/763 | 2 +- tests/xfs/764 | 2 +- tests/xfs/765 | 2 +- tests/xfs/766 | 2 +- tests/xfs/767 | 2 +- tests/xfs/768 | 2 +- tests/xfs/769 | 2 +- tests/xfs/770 | 2 +- tests/xfs/771 | 2 +- tests/xfs/772 | 2 +- tests/xfs/773 | 2 +- tests/xfs/774 | 2 +- tests/xfs/775 | 2 +- tests/xfs/776 | 2 +- tests/xfs/777 | 2 +- tests/xfs/778 | 2 +- tests/xfs/779 | 2 +- tests/xfs/780 | 2 +- tests/xfs/781 | 2 +- tests/xfs/782 | 2 +- tests/xfs/787 | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/tests/xfs/747 b/tests/xfs/747 index 37682e3c11e8be..ba78563257dbcf 100755 --- a/tests/xfs/747 +++ b/tests/xfs/747 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/748 b/tests/xfs/748 index c7a89a1c9d5355..3a137a2fc0c6bb 100755 --- a/tests/xfs/748 +++ b/tests/xfs/748 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/749 b/tests/xfs/749 index 37f96e6f7c250e..cfd2e449926bca 100755 --- a/tests/xfs/749 +++ b/tests/xfs/749 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/750 b/tests/xfs/750 index 1bc6d5d4042535..8e9b569af624e3 100755 --- a/tests/xfs/750 +++ b/tests/xfs/750 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/751 b/tests/xfs/751 index 542ca4261430c8..ae4f550e19b717 100755 --- a/tests/xfs/751 +++ b/tests/xfs/751 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/752 b/tests/xfs/752 index f985e52fbdfeb6..45d822b5b52a3e 100755 --- a/tests/xfs/752 +++ b/tests/xfs/752 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/753 b/tests/xfs/753 index d4d30c165784f7..d20870b7a00a7a 100755 --- a/tests/xfs/753 +++ b/tests/xfs/753 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/754 b/tests/xfs/754 index 6464e52b88d3dd..43e9dea2126c12 100755 --- a/tests/xfs/754 +++ b/tests/xfs/754 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/755 b/tests/xfs/755 index f287880d84b72b..942b78522518ab 100755 --- a/tests/xfs/755 +++ b/tests/xfs/755 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/756 b/tests/xfs/756 index 0f6ffc5527a07e..218ea32c917e32 100755 --- a/tests/xfs/756 +++ b/tests/xfs/756 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/757 b/tests/xfs/757 index 21357b83657945..4b747e670ee787 100755 --- a/tests/xfs/757 +++ b/tests/xfs/757 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/758 b/tests/xfs/758 index 4652e1c3b88d2f..1204cb7480495d 100755 --- a/tests/xfs/758 +++ b/tests/xfs/758 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/759 b/tests/xfs/759 index 0c0f323fd3a8b0..b7a86fe36ff27a 100755 --- a/tests/xfs/759 +++ b/tests/xfs/759 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/760 b/tests/xfs/760 index 46aed18dc611a4..5f46b132ef1021 100755 --- a/tests/xfs/760 +++ b/tests/xfs/760 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/761 b/tests/xfs/761 index 10030e42ed3e8f..e3ee60877cdc21 100755 --- a/tests/xfs/761 +++ b/tests/xfs/761 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/762 b/tests/xfs/762 index cf094ac43b408f..356e0e28e65fbb 100755 --- a/tests/xfs/762 +++ b/tests/xfs/762 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/763 b/tests/xfs/763 index 745684bd4bdd01..b9de1cb0ae4644 100755 --- a/tests/xfs/763 +++ b/tests/xfs/763 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/764 b/tests/xfs/764 index f970e1fe5830bf..19f8a89977645b 100755 --- a/tests/xfs/764 +++ b/tests/xfs/764 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/765 b/tests/xfs/765 index ff0227ee0b9f32..297e4eef15f2d6 100755 --- a/tests/xfs/765 +++ b/tests/xfs/765 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/766 b/tests/xfs/766 index bc09949278a374..81fecbc26a6801 100755 --- a/tests/xfs/766 +++ b/tests/xfs/766 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/767 b/tests/xfs/767 index bdc2d559e0dc72..29eb138d54d35c 100755 --- a/tests/xfs/767 +++ b/tests/xfs/767 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/768 b/tests/xfs/768 index 0f25cb4338247b..60856c5f9491f9 100755 --- a/tests/xfs/768 +++ b/tests/xfs/768 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/769 b/tests/xfs/769 index 5eee69e498ba21..2c07bb9748916e 100755 --- a/tests/xfs/769 +++ b/tests/xfs/769 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/770 b/tests/xfs/770 index baadda2b282a92..d7175de019cde2 100755 --- a/tests/xfs/770 +++ b/tests/xfs/770 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/771 b/tests/xfs/771 index 1eaeaf82ea99e2..3b3ef433b8bc9b 100755 --- a/tests/xfs/771 +++ b/tests/xfs/771 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/772 b/tests/xfs/772 index a4f0fbac3715bb..aaa7bedb7a533f 100755 --- a/tests/xfs/772 +++ b/tests/xfs/772 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/773 b/tests/xfs/773 index 93e1d36c21daea..0c200bbc5b943a 100755 --- a/tests/xfs/773 +++ b/tests/xfs/773 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/774 b/tests/xfs/774 index b4dad7d9933e73..26e85135496406 100755 --- a/tests/xfs/774 +++ b/tests/xfs/774 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/775 b/tests/xfs/775 index 736dfde68cd1a9..4475fe09ced4b6 100755 --- a/tests/xfs/775 +++ b/tests/xfs/775 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/776 b/tests/xfs/776 index 6f86e43c465a76..5abd2d434a08da 100755 --- a/tests/xfs/776 +++ b/tests/xfs/776 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/777 b/tests/xfs/777 index f3fa114e020b67..f8e156f6ede16f 100755 --- a/tests/xfs/777 +++ b/tests/xfs/777 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/778 b/tests/xfs/778 index 20d91fb3e1f254..dc082719a1f8cf 100755 --- a/tests/xfs/778 +++ b/tests/xfs/778 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/779 b/tests/xfs/779 index 60b10511c8a7cd..acce522995c693 100755 --- a/tests/xfs/779 +++ b/tests/xfs/779 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/780 b/tests/xfs/780 index 1789c0468e2009..efcbeb8e147353 100755 --- a/tests/xfs/780 +++ b/tests/xfs/780 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/781 b/tests/xfs/781 index edbf195738b3b2..09d63bfeceb6e7 100755 --- a/tests/xfs/781 +++ b/tests/xfs/781 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/782 b/tests/xfs/782 index 1e86dc2d68d600..a92e933c87787d 100755 --- a/tests/xfs/782 +++ b/tests/xfs/782 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/787 b/tests/xfs/787 index d610ff5a47dfdb..6367f6a72d0913 100755 --- a/tests/xfs/787 +++ b/tests/xfs/787 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:52:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981262 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 C8B2419AD8D; Wed, 19 Feb 2025 00:52:56 +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=1739926376; cv=none; b=snR5Kt+dQE48THNcKr4SYsUkML/6IYTCbjpLJvJ8nygE9yOx1eWWbNYS1bg2BREI9Ge88KdSBRa41uYVVBegybsfKqxuH/MPADXYu0bI5e1g6n2mDCDx90w3nd/lpD33pHdo9opy+aWzanIaBsM36/WcFiXHPJGiWotCXYoK+c8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926376; c=relaxed/simple; bh=6kVH+ylWctRJM+2Kg4W8Yowmkb+hfzXpeleB/EEnCsw=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=kho5s89bllRtgErb0DgZOl1xFCcIZ7Y4k5EFnNUnvrjYy4i/GhormH2tDNAuTIoyEdV5rWccIDqq0Q/GEPxgSVxB+a9g1iOmHCxGhzyW5KR02FJ0kCCLU41XBywKahqVT7FzwWvdZrcSNEPyYDlgrtDib1vWrztleTzLhynJl80= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mu6OUJM/; 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="mu6OUJM/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96EBBC4CEE2; Wed, 19 Feb 2025 00:52:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926376; bh=6kVH+ylWctRJM+2Kg4W8Yowmkb+hfzXpeleB/EEnCsw=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=mu6OUJM/pZKRGklbLJ5R4yXSL62BaOR/s2j8mIPg9Sha3TU2IMywjM0jZgikaxHPw MRJImm09gBKoOGETS+N47mwEzkjWaALxXQPOx4muNEQeCH6SdfIK2/o7zqLY1lfpcT nXxFTPP2wRLxLBoUejWPNTGwGFXIVADROADriMb0KzweBH3UYotP23BH8xNOzF30ij XGL7Gf6YL38YriA1E/NEOqOd679tGlWL3qF4N5xbELmQgys8GQXQ2tl/1CLMRHfwAr a25Xd9iNE7alPRmzGdVuoxsXA6ek5L0ZEsQltoZJZ+AESsnHnGqJKthrB1r3RE2oPx 4xLHN9PSa3+rQ== Date: Tue, 18 Feb 2025 16:52:56 -0800 Subject: [PATCH 10/12] misc: remove the dangerous_scrub group From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587588.4078254.2278340733226774088.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong Now that online fsck has been in the upstream kernel for 8 months, I think it's stabilized enough that the scrub functionality tests don't need to hide behind the "dangerous" label anymore. Move them all to the scrub group and delete the dangerous_scrub group. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- doc/group-names.txt | 1 - tests/xfs/351 | 2 +- tests/xfs/353 | 2 +- tests/xfs/355 | 2 +- tests/xfs/357 | 2 +- tests/xfs/359 | 2 +- tests/xfs/361 | 2 +- tests/xfs/363 | 2 +- tests/xfs/365 | 2 +- tests/xfs/367 | 2 +- tests/xfs/369 | 2 +- tests/xfs/371 | 2 +- tests/xfs/373 | 2 +- tests/xfs/375 | 2 +- tests/xfs/377 | 2 +- tests/xfs/379 | 2 +- tests/xfs/381 | 2 +- tests/xfs/383 | 2 +- tests/xfs/385 | 2 +- tests/xfs/387 | 2 +- tests/xfs/389 | 2 +- tests/xfs/391 | 2 +- tests/xfs/393 | 2 +- tests/xfs/395 | 2 +- tests/xfs/397 | 2 +- tests/xfs/399 | 2 +- tests/xfs/401 | 2 +- tests/xfs/403 | 2 +- tests/xfs/405 | 2 +- tests/xfs/407 | 2 +- tests/xfs/409 | 2 +- tests/xfs/411 | 2 +- tests/xfs/413 | 2 +- tests/xfs/415 | 2 +- tests/xfs/417 | 2 +- tests/xfs/423 | 2 +- tests/xfs/426 | 2 +- tests/xfs/428 | 2 +- tests/xfs/430 | 2 +- tests/xfs/497 | 2 +- tests/xfs/730 | 2 +- tests/xfs/733 | 2 +- tests/xfs/736 | 2 +- tests/xfs/739 | 2 +- tests/xfs/740 | 2 +- tests/xfs/743 | 2 +- tests/xfs/744 | 2 +- tests/xfs/783 | 2 +- tests/xfs/784 | 2 +- tests/xfs/786 | 2 +- 50 files changed, 49 insertions(+), 50 deletions(-) diff --git a/doc/group-names.txt b/doc/group-names.txt index 9fb72e65f2a63e..f510bb827062f0 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -31,7 +31,6 @@ copy_range copy_file_range syscall copyup overlayfs copyup dangerous dangerous test that can crash the system dangerous_fuzzers fuzzers that can crash your computer -dangerous_scrub fuzzers to evaluate xfs_scrub checking dangerous_selftest selftests that crash/hang data data loss checkers dax direct access mode for persistent memory files diff --git a/tests/xfs/351 b/tests/xfs/351 index 38f3690406f7ff..f52ba613f06841 100755 --- a/tests/xfs/351 +++ b/tests/xfs/351 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/353 b/tests/xfs/353 index 326adc4c7e4b60..12af64c678a115 100755 --- a/tests/xfs/353 +++ b/tests/xfs/353 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/355 b/tests/xfs/355 index 309a83038b80fe..4724d5137739cd 100755 --- a/tests/xfs/355 +++ b/tests/xfs/355 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/357 b/tests/xfs/357 index 1a1c9d8aebbe33..abd1d2b91fa83c 100755 --- a/tests/xfs/357 +++ b/tests/xfs/357 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/359 b/tests/xfs/359 index 517b34b0810747..e457383066f6d6 100755 --- a/tests/xfs/359 +++ b/tests/xfs/359 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/361 b/tests/xfs/361 index 9b9f58d33a5f6b..f5729b5a019580 100755 --- a/tests/xfs/361 +++ b/tests/xfs/361 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/363 b/tests/xfs/363 index 56e0773c8a4783..2568da5925aeb8 100755 --- a/tests/xfs/363 +++ b/tests/xfs/363 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/365 b/tests/xfs/365 index 31def0682a1cb0..79de2b95fd38c8 100755 --- a/tests/xfs/365 +++ b/tests/xfs/365 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/367 b/tests/xfs/367 index 99f73345c78691..af7faf08a58d50 100755 --- a/tests/xfs/367 +++ b/tests/xfs/367 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/369 b/tests/xfs/369 index cb741b3df932a8..ff0db2e6382ccf 100755 --- a/tests/xfs/369 +++ b/tests/xfs/369 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/371 b/tests/xfs/371 index 453612d63cd06d..df0586082d3653 100755 --- a/tests/xfs/371 +++ b/tests/xfs/371 @@ -9,7 +9,7 @@ # Use xfs_scrub to repair the problems. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/373 b/tests/xfs/373 index 6f33d4ba526504..ccdf4a5e37935a 100755 --- a/tests/xfs/373 +++ b/tests/xfs/373 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/375 b/tests/xfs/375 index bfd0a255521f12..81cd9d72d086cf 100755 --- a/tests/xfs/375 +++ b/tests/xfs/375 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/377 b/tests/xfs/377 index e10d01159e4899..b01a7c6511d720 100755 --- a/tests/xfs/377 +++ b/tests/xfs/377 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/379 b/tests/xfs/379 index 5d1592990dd24e..fc1ac6fa56a643 100755 --- a/tests/xfs/379 +++ b/tests/xfs/379 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/381 b/tests/xfs/381 index 0f371f7e025823..d3c0d5fc18cd08 100755 --- a/tests/xfs/381 +++ b/tests/xfs/381 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/383 b/tests/xfs/383 index 6abb49009d77b3..3e280e5dd1a382 100755 --- a/tests/xfs/383 +++ b/tests/xfs/383 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/385 b/tests/xfs/385 index 7fc4a614a43b1c..8b10c0bce08e97 100755 --- a/tests/xfs/385 +++ b/tests/xfs/385 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/387 b/tests/xfs/387 index 32df964413456e..6d8c3040685ce9 100755 --- a/tests/xfs/387 +++ b/tests/xfs/387 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/389 b/tests/xfs/389 index cdea039119c250..be27dbc92f39ad 100755 --- a/tests/xfs/389 +++ b/tests/xfs/389 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/391 b/tests/xfs/391 index c77d1d2c0478f1..d43ab5c025960c 100755 --- a/tests/xfs/391 +++ b/tests/xfs/391 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/393 b/tests/xfs/393 index 3032430023f0b5..8b70b6c2277ff5 100755 --- a/tests/xfs/393 +++ b/tests/xfs/393 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/395 b/tests/xfs/395 index ada20cf1ed901e..a119f12dc9fb5d 100755 --- a/tests/xfs/395 +++ b/tests/xfs/395 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/397 b/tests/xfs/397 index 10a62c6c850515..6d939139ea705b 100755 --- a/tests/xfs/397 +++ b/tests/xfs/397 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/399 b/tests/xfs/399 index 95d30351db60a4..7ac7059ffcbb2a 100755 --- a/tests/xfs/399 +++ b/tests/xfs/399 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/401 b/tests/xfs/401 index 3574190d9f1089..ab9320c6a1bedf 100755 --- a/tests/xfs/401 +++ b/tests/xfs/401 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/403 b/tests/xfs/403 index 1decf1805f8ee8..000083616495b9 100755 --- a/tests/xfs/403 +++ b/tests/xfs/403 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/405 b/tests/xfs/405 index 413c3b709cec3f..c5cfde01e1141a 100755 --- a/tests/xfs/405 +++ b/tests/xfs/405 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/407 b/tests/xfs/407 index 39c5f9833aaf88..035578b97b4793 100755 --- a/tests/xfs/407 +++ b/tests/xfs/407 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair realtime +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/409 b/tests/xfs/409 index 580c261d71acad..f3885e56010daa 100755 --- a/tests/xfs/409 +++ b/tests/xfs/409 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair realtime +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/411 b/tests/xfs/411 index 6cef828eb56600..b644f7045e2668 100755 --- a/tests/xfs/411 +++ b/tests/xfs/411 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/413 b/tests/xfs/413 index 89740083a51508..1123d305879917 100755 --- a/tests/xfs/413 +++ b/tests/xfs/413 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/415 b/tests/xfs/415 index 94dd0380f9ddd1..6c5758b9de7173 100755 --- a/tests/xfs/415 +++ b/tests/xfs/415 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/417 b/tests/xfs/417 index bf6ef478d83733..8f7e60f625954e 100755 --- a/tests/xfs/417 +++ b/tests/xfs/417 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/423 b/tests/xfs/423 index 78fd913017ccf7..7c6aeab82e7eb1 100755 --- a/tests/xfs/423 +++ b/tests/xfs/423 @@ -10,7 +10,7 @@ # count them if the fork is in btree format. # . ./common/preamble -_begin_fstest dangerous_scrub prealloc +_begin_fstest scrub prealloc _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/426 b/tests/xfs/426 index 4e44431edc3c15..53bfd0d637fcb5 100755 --- a/tests/xfs/426 +++ b/tests/xfs/426 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/428 b/tests/xfs/428 index 57100a8a79c6b3..e112ccf84646c1 100755 --- a/tests/xfs/428 +++ b/tests/xfs/428 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/430 b/tests/xfs/430 index 8af00ce37a4f27..3e6527851069a9 100755 --- a/tests/xfs/430 +++ b/tests/xfs/430 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/497 b/tests/xfs/497 index 3e276d0dccf8fe..3f31607d704e2f 100755 --- a/tests/xfs/497 +++ b/tests/xfs/497 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/730 b/tests/xfs/730 index 8320bd97d73efb..79ea93ee72fce1 100755 --- a/tests/xfs/730 +++ b/tests/xfs/730 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/733 b/tests/xfs/733 index 65b19d9158fe09..a875c2ac906625 100755 --- a/tests/xfs/733 +++ b/tests/xfs/733 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/736 b/tests/xfs/736 index b76bb7d7802d19..f60edb0007ad21 100755 --- a/tests/xfs/736 +++ b/tests/xfs/736 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/739 b/tests/xfs/739 index 6cd1c1c289b96e..52c90b91b218df 100755 --- a/tests/xfs/739 +++ b/tests/xfs/739 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair realtime +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/740 b/tests/xfs/740 index d6819476e904fc..fb616a16362a6c 100755 --- a/tests/xfs/740 +++ b/tests/xfs/740 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair realtime +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/743 b/tests/xfs/743 index 1dcb79bc46fe48..8021d7ecdc9009 100755 --- a/tests/xfs/743 +++ b/tests/xfs/743 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair realtime +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/744 b/tests/xfs/744 index 7b554e977b20d2..0e719dcebf03d2 100755 --- a/tests/xfs/744 +++ b/tests/xfs/744 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair realtime +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/783 b/tests/xfs/783 index 79bf34c1b2bd12..52fe6e798b1164 100755 --- a/tests/xfs/783 +++ b/tests/xfs/783 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/784 b/tests/xfs/784 index 99d84545c90e79..9028c1d0d91106 100755 --- a/tests/xfs/784 +++ b/tests/xfs/784 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair +_begin_fstest dangerous_fuzzers scrub repair fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/786 b/tests/xfs/786 index bbc64f50ef926c..205f84ea2a8be0 100755 --- a/tests/xfs/786 +++ b/tests/xfs/786 @@ -8,7 +8,7 @@ # Use xfs_scrub to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_online_repair +_begin_fstest dangerous_fuzzers scrub fuzzers_online_repair _register_cleanup "_cleanup" BUS From patchwork Wed Feb 19 00:53:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981277 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 6FDFC14A639; Wed, 19 Feb 2025 00:53:12 +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=1739926392; cv=none; b=VyWXd2yHtK/G1YTVJQeP+N20/JF1yJoXEclar3xkYXdE6Shq/AnkDwRjatCHZ/xoNK9N8ktWMJ5yCIcWyuIVOS4YMxFT0jVpWg9dntEUYY1j9p2PIMt4+Q+ObfJdvA+muY6QjRjfoxOUEtKurb6zVEB/ilLjfuHJgrCwlAaM3vU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926392; c=relaxed/simple; bh=37mFLD5t0rY0DIIzDZFAZ5pAmMYzYzqJFNWPnQInqRU=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Mkx/bKSo0G4eDbkUvU8aOrW78FrCcJWeKJvJrFV+YEfMYE3OA6mb+50iXWB05h0fbD9g4F6Gec8ODASLEfjW0OgoAU3s4BWZ3wt2TkXC1hiHuRWbLM5dJwRqdGMss/UTNWQEYJds93S+fBHy1K7eizL0YCT9hd3TN5KIqPSjHwc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HYWtX8q7; 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="HYWtX8q7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 468F9C4CEE2; Wed, 19 Feb 2025 00:53:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926392; bh=37mFLD5t0rY0DIIzDZFAZ5pAmMYzYzqJFNWPnQInqRU=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=HYWtX8q7LV2Y5KNBODXXXF9Rx6VvRZjgklCyJog0cSG2iqLc8R7Lsy6mTB6z3mlaP El0TGEhD7BkKXpwZHH/UK7wwXO3OyP6UOysMGlL6QGbfa2wvyZN0Y1WK9JlA753ocX Eu6ReobdtgbOZjcR4CF22JsadMZWrrFf17upLzS/nvX/B+qUPLLechayzdXUsQlgrL UKMghm+9bbljKEpB+GSALPLFJCbsAsfVzVnEAiwupBR9Fz61bQ+WD4wL3+R0qSe7Ar f2yE8lbdLIfA4Rxp5x9Sfzva2y5ozqvfG5R/TORPHUuF8nW8PttZ/2UjaWQocaaf1+ g0cpfzFb0gArw== Date: Tue, 18 Feb 2025 16:53:11 -0800 Subject: [PATCH 11/12] xfs/28[56],xfs/56[56]: add to the auto group From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587607.4078254.10572528213509901449.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong Enable /some/ testing of online fsck for everybody by adding these two fsstress tests and two fsx tests to the auto group. At this time I don't have any plans to do the same for the other scrub stress tests. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- tests/xfs/285 | 2 +- tests/xfs/286 | 2 +- tests/xfs/565 | 2 +- tests/xfs/566 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/xfs/285 b/tests/xfs/285 index f08cb449b61ad4..205f8cdf943e47 100755 --- a/tests/xfs/285 +++ b/tests/xfs/285 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub fsstress_scrub +_begin_fstest auto scrub fsstress_scrub _cleanup() { cd / diff --git a/tests/xfs/286 b/tests/xfs/286 index 046638296e04c6..abc4cafdb0992f 100755 --- a/tests/xfs/286 +++ b/tests/xfs/286 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair fsstress_online_repair +_begin_fstest auto online_repair fsstress_online_repair _cleanup() { cd / diff --git a/tests/xfs/565 b/tests/xfs/565 index 43185a253d4d71..d07706b3815b21 100755 --- a/tests/xfs/565 +++ b/tests/xfs/565 @@ -8,7 +8,7 @@ # or livelock. # . ./common/preamble -_begin_fstest scrub fsstress_scrub +_begin_fstest auto scrub fsstress_scrub _cleanup() { cd / diff --git a/tests/xfs/566 b/tests/xfs/566 index 5398d1d0827ca2..2667e25f239559 100755 --- a/tests/xfs/566 +++ b/tests/xfs/566 @@ -8,7 +8,7 @@ # crash or livelock. # . ./common/preamble -_begin_fstest online_repair fsstress_online_repair +_begin_fstest auto online_repair fsstress_online_repair _cleanup() { cd / From patchwork Wed Feb 19 00:53:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13981278 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 07D0A19D8A7; Wed, 19 Feb 2025 00:53:28 +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=1739926408; cv=none; b=e2+b/1C9UJnsLg8NP50bBZGezb28Shu47xvCZlf3OdaC76HVrnY3s2E2VmarBDzVo+RXuRiUTeTD7ncT/WRfdGDIRBkEiS5nXR3U/d6YElKLKrxpJou5qgo74ZUdWWv54jM8NoPrw2fxZ3VpV9CxL/N1SMC5CD3Ee1W37NwklNs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739926408; c=relaxed/simple; bh=h1OGbNm7nRIdG2CY/b0Zw7vkylCSnQJzmadzjtDDx10=; h=Date:Subject:From:To:Cc:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=qQgTuIVfGwyKCWfUXL/ikzq27A5SBjpvVVtSvG577tQxSXUUdTF9h2N6ufaNXgt3kOTk1Wc0fmVvGTLu6LFlzOq757F51oab+qU9OgpJ4n9nwFAdvxMEftTKP7Fyjds8XkMQjKVnAPnzd/oBXkPIRj61lh9qGm0kKznPjw99jBI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=L6RLtW4+; 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="L6RLtW4+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5823C4CEE2; Wed, 19 Feb 2025 00:53:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739926407; bh=h1OGbNm7nRIdG2CY/b0Zw7vkylCSnQJzmadzjtDDx10=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=L6RLtW4+X3eggXBhFKaxTrL6J5yvFde4BX//2RJbdzfqaTnJg6hdnAVs7H2PhuNBz wKN6YcM2KP8Bt+OZ2fT81TADSwp2Qz5iLmcn8R3m6bTE8SsphpKXpv6A8L8XBj8uS3 f88VWg6qmeyYHm93MdeUugbhi2rdl0DukXRT/l6ZCGsvz2ri7elZ6sH9QP69WQciWE R9gkg/2QU4UXuWzLw2YHbpfFmD4ZZd3plmvQBk0kdfMcSkW5iPDG98ZJdFZ3iLLzDM qKevKl/gt1eN7VC4Jn+GDeWxbjgL7AZpWdbBfPu8U94ahKrWTicMHTNzMLZgTPubjX 6356m46NUgaCg== Date: Tue, 18 Feb 2025 16:53:27 -0800 Subject: [PATCH 12/12] xfs/349: reclassify this test as not dangerous From: "Darrick J. Wong" To: zlang@redhat.com, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, fstests@vger.kernel.org Message-ID: <173992587625.4078254.2974311211127532100.stgit@frogsfrogsfrogs> In-Reply-To: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> References: <173992587345.4078254.10329522794097667782.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Darrick J. Wong This test creates a filesystem with all known types of metadata. It doesn't fuzz anything, nor does it actually repair anything. Hence we can put it in the auto group and drop the dangerous tags. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- tests/xfs/349 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/xfs/349 b/tests/xfs/349 index 3937b4fdbffe93..a68bfee579ac41 100755 --- a/tests/xfs/349 +++ b/tests/xfs/349 @@ -5,10 +5,9 @@ # FS QA Test No. 349 # # Populate a XFS filesystem and ensure that scrub and repair are happy. -# Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers scrub +_begin_fstest auto scrub _register_cleanup "_cleanup" BUS