lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176169820258.1433624.14728258961127788504.stgit@frogsfrogsfrogs>
Date: Tue, 28 Oct 2025 18:24:20 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: djwong@...nel.org, zlang@...hat.com
Cc: neal@...pa.dev, fstests@...r.kernel.org, linux-ext4@...r.kernel.org,
 linux-fsdevel@...r.kernel.org, joannelkoong@...il.com, bernd@...ernd.com
Subject: [PATCH 15/33] ext4/004: disable for fuse2fs

From: Darrick J. Wong <djwong@...nel.org>

fuse2fs doesn't support dump and restore, so skip this test.

Signed-off-by: "Darrick J. Wong" <djwong@...nel.org>
---
 tests/ext4/004 |    2 ++
 1 file changed, 2 insertions(+)


diff --git a/tests/ext4/004 b/tests/ext4/004
index 4e6c4a75f60175..1586265d6bebb5 100755
--- a/tests/ext4/004
+++ b/tests/ext4/004
@@ -45,6 +45,8 @@ workout()
 
 _exclude_fs ext2
 _exclude_fs ext3
+# dump/restore not supported by fuse2fs
+_exclude_fs fuse.ext[234]
 
 _require_test
 _require_scratch


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ