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
| ||
|
Message-ID: <20150610181804.GC23530@localhost.localdomain> Date: Wed, 10 Jun 2015 14:18:04 -0400 From: Eric Whitney <enwlinux@...il.com> To: linux-ext4@...r.kernel.org Cc: tytso@....edu Subject: [PATCH] xfstests-bld: remove inline.exclude Once upon a time, xfstest generic/027 would fail consistently when run in the inline test configuration, and an inline.exclude file was created containing it to suppress the resulting failure messages. However, generic/027 has been running and completing successfully in weekly -rc regression runs for more than six months on test systems not using the exclude file. We should be able to stop excluding it now. Signed-off-by: Eric Whitney <enwlinux@...il.com> --- kvm-xfstests/test-appliance/files/root/conf/inline.exclude | 1 - 1 file changed, 1 deletion(-) delete mode 100644 kvm-xfstests/test-appliance/files/root/conf/inline.exclude diff --git a/kvm-xfstests/test-appliance/files/root/conf/inline.exclude b/kvm-xfstests/test-appliance/files/root/conf/inline.exclude deleted file mode 100644 index 9a059f8..0000000 --- a/kvm-xfstests/test-appliance/files/root/conf/inline.exclude +++ /dev/null @@ -1 +0,0 @@ -generic/027 -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists