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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176169820443.1433624.1207652848964687224.stgit@frogsfrogsfrogs>
Date: Tue, 28 Oct 2025 18:26:56 -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 25/33] ext4/001: check for fiemap support

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

fuse2fs only supports fiemap in iomap mode, so disable this test when
it's present.

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


diff --git a/tests/ext4/001 b/tests/ext4/001
index 1990746aa58764..1ec35a76ea8721 100755
--- a/tests/ext4/001
+++ b/tests/ext4/001
@@ -19,6 +19,7 @@ _exclude_fs ext3
 
 _require_xfs_io_command "falloc"
 _require_xfs_io_command "fzero"
+_require_xfs_io_command "fiemap"
 _require_test
 
 # Select appropriate golden output based on mount options


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ