From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: Eric Sandeen <sandeen@sandeen.net>
Cc: Brian Norris <briannorris@chromium.org>,
Eric Sandeen <sandeen@redhat.com>,
linux-xfs <linux-xfs@vger.kernel.org>
Subject: Re: [PATCH] xfsprogs: don't include all xfs headers just for crc32
Date: Wed, 17 Oct 2018 10:18:12 -0700 [thread overview]
Message-ID: <20181017171812.GQ28243@magnolia> (raw)
In-Reply-To: <20181011224536.GC28243@magnolia>
On Thu, Oct 11, 2018 at 03:45:36PM -0700, Darrick J. Wong wrote:
> On Thu, Oct 11, 2018 at 05:36:36PM -0500, Eric Sandeen wrote:
> >
> >
> > On 10/11/18 2:59 PM, Brian Norris wrote:
> > > On Wed, Oct 10, 2018 at 03:55:32PM -0500, Eric Sandeen wrote:
> > >> Brian Norris reported that "The $BUILD_CC toolchain might have an
> > >> older set of Linux headers than the $CC toolchain. It's generally
> > >> unsafe to try to build both with the same definitions, but in
> > >> particular, this one can cause compilation failures in the local
> > >> crc32selftest build: [failure to find fsmap.h]"
> > >>
> > >> It seems like the most straightforward thing to do here is include
> > >> a specific set of system headers, instead of pulling in the whole
> > >> xfs.h header chain which has multiple tests and definitions in
> > >> place for headers that may or may not be there during the build.
> > >>
> > >> Reported-by: Brian Norris <briannorris@chromium.org>
> > >> Signed-off-by: Eric Sandeen <sandeen@redhat.com>
> > >> ---
> > >>
> > >> Brian, here's try #3, does this also work for you?
> > >
> > > Tested-by: Brian Norris <briannorris@chromium.org>
> > >
> > > This still leaves $BUILD_CFLAGS with bad entries, but as long as they
> > > don't get used anywhere that matters, it'll be OK.
> >
> > Thanks. At this point I think you have a better grasp of what all the
> > $FOO_FLAGS do than I do ;) It may be to keep things sorted
> > and separate, but it also seemed useful to get a giant tangle of
> > xfs header out of a non-xfs library file.
> >
> > I'm also on the fence about whether cross-compiling the self-check
> > really even gains us much, given that it may be built or optimized
> > completely differently from the code on the target arch ...
>
> So long as it's a software algorithm with a big lookup table I guess
> it's a serviceable sanity check that nobody totally goobered up the
> source code, but I don't know if it adds much value in the cross
> compilation case either. If you ever wanted to add a faster
> implementation in the built libxfs <cough> that would be more of an
> issue.
>
> (Granted, I've been running a patched xfsprogs with hw accelerated
> crc32c for a year now and haven't noticed any difference in runtime.
> Maybe now that I've finished upgrading everything to flash...)
>
Looks ok, I guess...
(...and by "I guess" what I really mean is that given a lot of people
cross-compiling things these days I think I want a similar test of the
libxfs builtin crc32c algorithm that we can call from xfstests... but
that's not what's under review here. :))
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
--D
> --D
>
> > -Eric
next prev parent reply other threads:[~2018-10-18 1:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-10 20:55 [PATCH] xfsprogs: don't include all xfs headers just for crc32 Eric Sandeen
2018-10-11 19:59 ` Brian Norris
2018-10-11 22:36 ` Eric Sandeen
2018-10-11 22:45 ` Darrick J. Wong
2018-10-17 17:18 ` Darrick J. Wong [this message]
2018-10-11 23:08 ` Brian Norris
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=20181017171812.GQ28243@magnolia \
--to=darrick.wong@oracle.com \
--cc=briannorris@chromium.org \
--cc=linux-xfs@vger.kernel.org \
--cc=sandeen@redhat.com \
--cc=sandeen@sandeen.net \
/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;
as well as URLs for NNTP newsgroup(s).