From: Eryu Guan <guaneryu@gmail.com>
To: Lu Fengqi <curiouslfq@gmail.com>, zlang@redhat.com
Cc: fstests@vger.kernel.org
Subject: Re: [ANNOUNCE] fstests: master branch updated to 42b851446ff1
Date: Mon, 2 Jul 2018 15:19:57 +0800 [thread overview]
Message-ID: <20180702071957.GY2780@desktop> (raw)
In-Reply-To: <CALS+E5C6RZgyb7+1ZBg6B=GVMfs=M-rEP7MZJc6+WsdMBsCgWg@mail.gmail.com>
On Mon, Jul 02, 2018 at 10:42:19AM +0800, Lu Fengqi wrote:
> Zorro Lang <zlang@redhat.com> 于2018年7月2日周一 上午10:25写道:
> >
> > On Sun, Jul 01, 2018 at 09:07:51PM +0800, Eryu Guan wrote:
> > > Hi all,
> > >
> > > The master branch of the xfstests repository at:
> > >
> > > git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> > >
> > > have just been updated. This update contains 8 new tests mainly for xfs and
> > > btrfs, but they all should pass with latest Linus tree. Others are random
> > > updates including license update to src/log-writes/* and fixes to build
> > > infrastructure.
> > >
> > > Thanks,
> > > Eryu
> > >
> > > The new head of the master branch is commit:
> > >
> > > 42b851446ff1 build: remove <attr/xattr.h> check
> > >
> > > New commits:
> > >
> > > Darrick J. Wong (2):
> > > [e04c7b7e3021] xfs/365: fuzz inobt in ag 1
> > > [494b07e34015] xfs: regression test for rmapbt fdblocks accounting problems
> > >
> > > Filipe Manana (1):
> > > [89ee377df5f2] btrfs: test power failure while qgroups rescan is in progress
> > >
> > > Josef Bacik (1):
> > > [a0f89557ca46] fstests: add SPDX license comments for src/log-writes/*
> > >
> > > Lu Fengqi (3):
> > > [d61c29d32fab] fsstress: remove include <attr/xattr.h>
> > > [652fda3ee172] src/t_immutable: use sys/xattr.h instead of attr/xattr.h
> > > [42b851446ff1] build: remove <attr/xattr.h> check
> >
> > The current xfstests-dev always fails on building time:
> >
> > configure.ac:56: error: possibly undefined macro: AC_PACKAGE_NEED_GETXATTR_LIBATTR
> > If this token and others are legitimate, please use m4_pattern_allow.
> > See the Autoconf documentation.
> > make: *** [configure] Error 1
> >
> > After reverting "[42b851446ff1] build: remove <attr/xattr.h> check", everything
> > goes well.
> >
> > Is there following fix about this? Or did I do something wrong?
That's weird, I didn't see compiling errors in my release testing on any
of the three distros I tested (CentOS7.4, Debian sid and Fedora 28). But
now I did see the errors..
>
> Sorry, that's all my wrong. I will send the fix.
My fault, I folded removing getxattr check into your patch. Thanks for
the following-up patch!
Eryu
>
> -------------------------------------------------------------
> Thanks,
> Lu
>
> >
> > Thanks,
> > Zorro
> >
> > >
> > > Luis R. Rodriguez (1):
> > > [103258a566b4] build: fix install target using sudo
> > >
> > > Marco Benatto (1):
> > > [6a98def59ca9] xfs: Test root inode parent pointer repairing
> > >
> > > Qu Wenruo (1):
> > > [73576ea71e1a] btrfs: test if btrfs will corrupt nodatasum compressed extent when replacing device
> > >
> > > Xiao Yang (1):
> > > [f86ce7cc4b2b] common: Add _dmsetup_create and _dmsetup_remove helpers
> > >
> > > Zorro Lang (4):
> > > [f74e7e186c97] shared: dedupe a single big file and verify integrity
> > > [e1f4b06edbd7] shared: iterate dedupe integrity test
> > > [6b6ff4a005a1] shared: dedupe with random io race test
> > > [c6ded48a3141] xfs: test bad character in xfs_db field list selector string
> > >
> > >
> > > Code Diffstat:
> > >
> > > common/config | 1 +
> > > common/dmdelay | 9 +---
> > > common/dmerror | 9 ++--
> > > common/dmflakey | 14 ++----
> > > common/dmhugedisk | 15 +++----
> > > common/dmlogwrites | 9 +---
> > > common/dmthin | 19 ++++----
> > > common/rc | 14 ++++++
> > > configure.ac | 1 -
> > > ltp/fsstress.c | 3 --
> > > m4/package_attrdev.m4 | 25 -----------
> > > src/log-writes/log-writes.c | 1 +
> > > src/log-writes/log-writes.h | 1 +
> > > src/log-writes/replay-log.c | 1 +
> > > src/t_immutable.c | 2 +-
> > > tests/Makefile | 2 +-
> > > tests/btrfs/166 | 57 ++++++++++++++++++++++++
> > > tests/btrfs/166.out | 2 +
> > > tests/btrfs/167 | 76 ++++++++++++++++++++++++++++++++
> > > tests/btrfs/167.out | 2 +
> > > tests/btrfs/group | 2 +
> > > tests/generic/085 | 11 ++---
> > > tests/shared/008 | 64 +++++++++++++++++++++++++++
> > > tests/shared/008.out | 3 ++
> > > tests/shared/009 | 104 ++++++++++++++++++++++++++++++++++++++++++++
> > > tests/shared/009.out | 4 ++
> > > tests/shared/010 | 94 +++++++++++++++++++++++++++++++++++++++
> > > tests/shared/010.out | 2 +
> > > tests/shared/group | 3 ++
> > > tests/xfs/365 | 2 +-
> > > tests/xfs/450 | 64 +++++++++++++++++++++++++++
> > > tests/xfs/450.out | 2 +
> > > tests/xfs/451 | 57 ++++++++++++++++++++++++
> > > tests/xfs/451.out | 2 +
> > > tests/xfs/452 | 49 +++++++++++++++++++++
> > > tests/xfs/452.out | 7 +++
> > > tests/xfs/group | 3 ++
> > > 37 files changed, 646 insertions(+), 90 deletions(-)
> > > --
> > > Eryu Guan
> > > guaneryu@gmail.com
> >
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe fstests" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2018-07-02 7:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-01 13:07 [ANNOUNCE] fstests: master branch updated to 42b851446ff1 Eryu Guan
2018-07-02 2:20 ` Zorro Lang
2018-07-02 2:42 ` Lu Fengqi
2018-07-02 7:19 ` Eryu Guan [this message]
2018-07-02 7:27 ` Amir Goldstein
2018-07-02 8:18 ` Lu Fengqi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180702071957.GY2780@desktop \
--to=guaneryu@gmail.com \
--cc=curiouslfq@gmail.com \
--cc=fstests@vger.kernel.org \
--cc=zlang@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox