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: <176169820088.1433624.4290433487550917700.stgit@frogsfrogsfrogs>
Date: Tue, 28 Oct 2025 18:21:59 -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 06/33] ext/039: require metadata journalling

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

Skip this test in nojournal mode.

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


diff --git a/tests/ext4/039 b/tests/ext4/039
index 2e99c8ff9ffd03..9d46bea8da1956 100755
--- a/tests/ext4/039
+++ b/tests/ext4/039
@@ -60,6 +60,7 @@ _exclude_fs ext2
 
 _require_scratch
 _exclude_scratch_mount_option dax
+_require_metadata_journaling $SCRATCH_DEV
 
 _scratch_mkfs_sized $((64 * 1024 * 1024)) >> $seqres.full 2>&1
 _scratch_mount


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ