Hi all, This series contains test updates and fixes for things that were fixed in 5.15. Specifically, we now let the xfs_scrub binary tell us if it supports Unicode checking (instead of grepping the binary!); test for a regression in mkfs config file support prior to this release; and have some adjustments for setting the minimum log size to 64MB> 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=xfsprogs-merge-5.15 --- common/rc | 12 +++++++++ tests/xfs/216.out | 14 +++++------ tests/xfs/831 | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/831.out | 2 ++ 4 files changed, 89 insertions(+), 7 deletions(-) create mode 100755 tests/xfs/831 create mode 100644 tests/xfs/831.out