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-next>] [day] [month] [year] [list]
Date:   Thu,  8 Oct 2020 23:19:08 -0700
From:   Eric Biggers <ebiggers@...nel.org>
To:     "Theodore Y . Ts'o" <tytso@....edu>
Cc:     linux-ext4@...r.kernel.org
Subject: [xfstests-bld PATCH] test-appliance: exclude two more quota tests from encrypt configs

From: Eric Biggers <ebiggers@...gle.com>

Exclude two recently added quota tests, and improve the comment.

Signed-off-by: Eric Biggers <ebiggers@...gle.com>
---
 .../test-appliance/files/root/fs/ext4/cfg/encrypt.exclude   | 6 +++++-
 .../files/root/fs/ext4/cfg/encrypt_1k.exclude               | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude
index 07111c2..b7f6ea3 100644
--- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude
+++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude
@@ -12,7 +12,9 @@ ext4/028
 # file systems with encryption enabled can't be mounted with ext3
 ext4/044
 
-# encryption doesn't play well with quota
+# These tests use the old-style quota support where the quota files are user
+# files instead of hidden inodes.  This isn't compatible with
+# test_dummy_encryption, as it causes the quota files to be encrypted.
 generic/082
 generic/219
 generic/230
@@ -25,6 +27,8 @@ generic/381
 generic/382
 generic/566
 generic/587
+generic/600
+generic/601
 
 # encryption doesn't play well with casefold (at least not yet)
 generic/556
diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude
index 1f5a7e5..bf5df66 100644
--- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude
+++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude
@@ -21,6 +21,8 @@ generic/270
 generic/382
 generic/204
 generic/587
+generic/600
+generic/601
 
 # These tests are also excluded in 1k.exclude.
 # See there for the reasons.
-- 
2.28.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ