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: <176169820424.1433624.17178747435800564523.stgit@frogsfrogsfrogs>
Date: Tue, 28 Oct 2025 18:26:40 -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 24/33] generic: add _require_hardlinks to tests that require
 hardlinks

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

These three tests require hardlink support, so add _require_hardlinks.

Signed-off-by: "Darrick J. Wong" <djwong@...nel.org>
---
 tests/generic/079 |    1 +
 tests/generic/423 |    1 +
 tests/generic/597 |    1 +
 3 files changed, 3 insertions(+)


diff --git a/tests/generic/079 b/tests/generic/079
index df9ae52cdd5914..dda85aa1de5fc1 100755
--- a/tests/generic/079
+++ b/tests/generic/079
@@ -29,6 +29,7 @@ _require_user_exists "nobody"
 _require_user_exists "daemon"
 _require_test_program "t_immutable"
 _require_scratch
+_require_hardlinks
 
 _scratch_mkfs >/dev/null 2>&1 || _fail "mkfs failed"
 _scratch_mount
diff --git a/tests/generic/423 b/tests/generic/423
index 9d41f7a8fa8e62..af2d3451196d11 100755
--- a/tests/generic/423
+++ b/tests/generic/423
@@ -28,6 +28,7 @@ _require_test_program "af_unix"
 _require_statx
 _require_symlinks
 _require_mknod
+_require_hardlinks
 
 function check_stat () {
 	$here/src/stat_test $* || echo stat_test failed
diff --git a/tests/generic/597 b/tests/generic/597
index b97265fb896f09..985136323d3abe 100755
--- a/tests/generic/597
+++ b/tests/generic/597
@@ -35,6 +35,7 @@ _require_group fsgqa2
 _require_user fsgqa
 _require_group fsgqa
 _require_symlinks
+_require_hardlinks
 
 OWNER=fsgqa2
 OTHER=fsgqa


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ