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: <20241218155947.ocbq6hjdzaud6ioj@quack3> Date: Wed, 18 Dec 2024 16:59:47 +0100 From: Jan Kara <jack@...e.cz> To: Christoph Hellwig <hch@....de> Cc: Zorro Lang <zlang@...nel.org>, Brian Foster <bfoster@...hat.com>, fstests@...r.kernel.org, linux-ext4@...r.kernel.org Subject: Re: [PATCH 3/4] ext-common: create a new test directory for ext* common tests On Tue 10-12-24 07:58:27, Christoph Hellwig wrote: > Split the tests shared with ext2 and ext3 from the ext4 directory. > This makes ext4 a normal file system specific directory and cuts down > the number of _supported_fs calls to a little more than a handful > for tests that can't run on ext2. > > Signed-off-by: Christoph Hellwig <hch@....de> So I went through all ext4 tests and I think: ext4/004 should work for all ext? types -> move to ext_common ext4/006 should work for all ext? types -> move to ext_common ext4/007 should work for all ext? types -> move to ext_common ext4/008 should work for all ext? types -> move to ext_common ext4/009 should work for all ext? types -> move to ext_common ext4/010 should work for all ext? types -> move to ext_common ext4/011 should work for all ext? types -> move to ext_common ext4/012 should work for all ext? types -> move to ext_common ext4/013 should work for all ext? types -> move to ext_common ext4/014 should work for all ext? types -> move to ext_common ext4/016 should work for all ext? types -> move to ext_common - but I've now noticed that the last ten call _scratch_mkfs_ext4 instead of _scratch_mkfs so that would need fixing up. So maybe leave it as is for now ext4/017 should work for all ext3 & ext4 types -> move to ext_common - similar caveat with _scratch_mkfs_ext4 ext4/018 should work for all ext? types -> move to ext_common ext4/019 should work for all ext? types -> move to ext_common - similar caveat with _scratch_mkfs_ext4 ext4/022 should work for ext3 & ext4 -> move to ext_common ext4/023 should work for all ext? types -> move to ext_common ext4/044 should work for all ext? types -> move to ext_common Honza -- Jan Kara <jack@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists