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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 09 Aug 2022 14:00:41 -0700 From: "Darrick J. Wong" <djwong@...nel.org> To: djwong@...nel.org, guaneryu@...il.com, zlang@...hat.com Cc: linux-xfs@...r.kernel.org, fstests@...r.kernel.org, guan@...u.me, tytso@....edu, linux-ext4@...r.kernel.org Subject: [PATCHSET v2 0/3] fstests: refactor ext4-specific code Hi all, This series aims to make it so that fstests can install device mapper filters for external log devices. Before we can do that, however, we need to change fstests to pass the device path of the jbd2 device to mount and mkfs. Before we can do /that/, refactor all the ext4-specific code out of common/rc into a separate common/ext4 file. v2: fix _scratch_mkfs_sized for ext4, don't clutter up the outputs If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=refactor-ext4-helpers --- common/config | 4 + common/ext4 | 193 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ common/rc | 186 ++++--------------------------------------------------- common/xfs | 23 +++++++ 4 files changed, 233 insertions(+), 173 deletions(-) create mode 100644 common/ext4
Powered by blists - more mailing lists