On Thu, Jul 10, 2025 at 09:16:10AM -0700, Darrick J. Wong wrote: > On Wed, May 21, 2025 at 03:40:53PM -0700, Darrick J. Wong wrote: > > Hi all, > > > > Adjust fstests to check for new behaviors introduced in 6.15. > > > > If you're going to start using this code, I strongly recommend pulling > > from my git trees, which are linked below. > > > > With a bit of luck, this should all go splendidly. > > Comments and questions are, as always, welcome. > > Hrm, can we get the first two patches into for-next, please? > > I'll work on the last two and repost when they're ready. Sure Darrick :) > > --D > > > --D > > > > fstests git tree: > > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=linux-6.15-sync > > --- > > Commits in this patchset: > > * xfs/273: fix test for internal zoned filesystems > > * xfs/259: drop the 512-byte fsblock logic from this test > > * xfs/259: try to force loop device block size > > * xfs/432: fix metadump loop device blocksize problems > > --- > > common/metadump | 12 ++++++++++-- > > common/rc | 29 +++++++++++++++++++++++++++++ > > tests/generic/563 | 1 + > > tests/xfs/078 | 2 ++ > > tests/xfs/259 | 25 +++++++++---------------- > > tests/xfs/259.out | 7 ------- > > tests/xfs/273 | 5 +++++ > > tests/xfs/613 | 1 + > > 8 files changed, 57 insertions(+), 25 deletions(-) > > > > >