Message ID | 160382528936.1202316.2338876126552815991.stgit@magnolia (mailing list archive) |
---|---|
Headers | show |
Series | xfstests: random fixes | expand |
Hi Darric, On Tue, Oct 27, 2020 at 12:01:29PM -0700, Darrick J. Wong wrote: > Hi all, > > This series contains random fixes to fstests. I applied patch 2-7 in this patchset, which were reviewed by Christoph, and seems other patches need rework. And regarding to your other patchsets, I'm a bit lost, it seems some of them need rework as well. So I'd wait for your refresh version :) Thanks, Eryu > > 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 > > 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 | 21 ++++++++++++++++++++- > common/populate | 5 +++++ > common/rc | 13 ++++++++++--- > common/repair | 1 + > common/xfs | 20 ++++++++++++++++++++ > tests/xfs/030 | 1 + > tests/xfs/272 | 3 +++ > tests/xfs/276 | 8 +++++++- > tests/xfs/327 | 18 ++++++++++++++++-- > tests/xfs/327.out | 13 +++++++------ > tests/xfs/328 | 2 +- > tests/xfs/341 | 8 +++++--- > tests/xfs/520 | 3 +++ > 13 files changed, 99 insertions(+), 17 deletions(-)
On Sun, Nov 08, 2020 at 06:05:32PM +0800, Eryu Guan wrote: > Hi Darric, > > On Tue, Oct 27, 2020 at 12:01:29PM -0700, Darrick J. Wong wrote: > > Hi all, > > > > This series contains random fixes to fstests. > > I applied patch 2-7 in this patchset, which were reviewed by Christoph, > and seems other patches need rework. > > And regarding to your other patchsets, I'm a bit lost, it seems some of > them need rework as well. So I'd wait for your refresh version :) Yes. I'll try to send a revised series this week, though I got bogged down in a bug hunt. --D > Thanks, > Eryu > > > > > 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 > > > > 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 | 21 ++++++++++++++++++++- > > common/populate | 5 +++++ > > common/rc | 13 ++++++++++--- > > common/repair | 1 + > > common/xfs | 20 ++++++++++++++++++++ > > tests/xfs/030 | 1 + > > tests/xfs/272 | 3 +++ > > tests/xfs/276 | 8 +++++++- > > tests/xfs/327 | 18 ++++++++++++++++-- > > tests/xfs/327.out | 13 +++++++------ > > tests/xfs/328 | 2 +- > > tests/xfs/341 | 8 +++++--- > > tests/xfs/520 | 3 +++ > > 13 files changed, 99 insertions(+), 17 deletions(-)