Message ID | 165644767753.1045534.18231838177395571946.stgit@magnolia (mailing list archive) |
---|---|
Headers | show |
Series | fstests: random fixes | expand |
On Tue, Jun 28, 2022 at 01:21:17PM -0700, Darrick J. Wong wrote: > Hi all, > > Here's the usual batch of odd fixes for fstests. > > 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 Hi Darrick, JFYI, to push the proceeding of your patch merging, I've merged/pushed this patchset, except patch 7/9 and 9/9 due to they haven't gotten any review. I can review them, but patch 7/9 changes the case which Dave might care about, so I'd like to wait more response. Feel free to send these 2 patches with more your new patches, if you'd like to do that :) Thanks, Zorro > > kernel git tree: > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes > > xfsprogs git tree: > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes > > fstests git tree: > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes > --- > check | 3 +++ > common/repair | 1 + > src/seek_sanity_test.c | 12 ++++++++++- > tests/xfs/018 | 52 +++++++++++++++++++++++++++++++++++++++++++----- > tests/xfs/018.out | 16 ++++----------- > tests/xfs/109 | 2 +- > tests/xfs/166 | 19 ++++++++++++++---- > tests/xfs/547 | 14 +++++++++---- > tests/xfs/843 | 51 +++++++++++++++++++++++++++++++++++++++++++++++ > tests/xfs/843.out | 2 ++ > tests/xfs/844 | 33 ++++++++++++++++++++++++++++++ > tests/xfs/844.out | 3 +++ > 12 files changed, 181 insertions(+), 27 deletions(-) > create mode 100755 tests/xfs/843 > create mode 100644 tests/xfs/843.out > create mode 100755 tests/xfs/844 > create mode 100644 tests/xfs/844.out >
On Tue, Jul 05, 2022 at 10:28:40PM +0800, Zorro Lang wrote: > On Tue, Jun 28, 2022 at 01:21:17PM -0700, Darrick J. Wong wrote: > > Hi all, > > > > Here's the usual batch of odd fixes for fstests. > > > > 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 > > Hi Darrick, > > JFYI, to push the proceeding of your patch merging, I've merged/pushed this > patchset, except patch 7/9 and 9/9 due to they haven't gotten any review. > I can review them, but patch 7/9 changes the case which Dave might care about, > so I'd like to wait more response. > > Feel free to send these 2 patches with more your new patches, if you'd like to > do that :) Done. Thanks for taking last week's bundle, btw. --D > Thanks, > Zorro > > > > > kernel git tree: > > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes > > > > xfsprogs git tree: > > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes > > > > fstests git tree: > > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes > > --- > > check | 3 +++ > > common/repair | 1 + > > src/seek_sanity_test.c | 12 ++++++++++- > > tests/xfs/018 | 52 +++++++++++++++++++++++++++++++++++++++++++----- > > tests/xfs/018.out | 16 ++++----------- > > tests/xfs/109 | 2 +- > > tests/xfs/166 | 19 ++++++++++++++---- > > tests/xfs/547 | 14 +++++++++---- > > tests/xfs/843 | 51 +++++++++++++++++++++++++++++++++++++++++++++++ > > tests/xfs/843.out | 2 ++ > > tests/xfs/844 | 33 ++++++++++++++++++++++++++++++ > > tests/xfs/844.out | 3 +++ > > 12 files changed, 181 insertions(+), 27 deletions(-) > > create mode 100755 tests/xfs/843 > > create mode 100644 tests/xfs/843.out > > create mode 100755 tests/xfs/844 > > create mode 100644 tests/xfs/844.out > > >