From: Andrew Morton <akpm@linux-foundation.org>
To: Mike Frysinger <vapier@gentoo.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] make hdrscheck.sh force __asm__ in exported headers
Date: Sun, 17 Jun 2007 22:34:36 -0700 [thread overview]
Message-ID: <20070617223436.2125b1a4.akpm@linux-foundation.org> (raw)
In-Reply-To: <200706180117.46809.vapier@gentoo.org>
On Mon, 18 Jun 2007 01:17:46 -0400 Mike Frysinger <vapier@gentoo.org> wrote:
> On Monday 18 June 2007, Andrew Morton wrote:
> > On Sun, 17 Jun 2007 18:54:24 -0400 Mike Frysinger <vapier@gentoo.org> wrote:
> > > This updates scripts/hdrschecks.sh by grepping for asm() constructs and
> > > rejecting them in favor of __asm__() in exported headers.
> >
> > And does the kernel pass these checks?
>
> nope ... should i audit the arches before this gets merged ?
Yes please. I'd rather not break things in this fashion: it causes a storm
of emails which I need to redirect to the appropriate maintainers who then
take an arbitrarily long time to do anything. Meanwhile lots of testers
get impacted and this reduces the testing level of all the other thousands
of patches in there.
> > Which architectures have been tested?
>
> i386 passes, blackfin/x86_64 fail a simple asm/unistd.h, and x86_64 fails a
> bunch in asm/msr.h, but last time i tried to patch that, the maintainer said
> they were going to be hiding a bunch of that stuff anyways
Well I would prefer that we merge as many fixes as poss into -mm before
merging this patch - to reduce the impact on testers.
If these fixes are "wrong" but work then that's fine. I just keep spamming
the maintainer with the wrong-but-works patch until he wakes up and fixes
it for real.
Also, your changelog sucks:
This updates scripts/hdrschecks.sh by grepping for asm() constructs and
rejecting them in favor of __asm__() in exported headers.
well OK. But for what reason? We can see a lot of pain in this patch but
no gain. The changelog should tell us what the benefit is, so we can make
informed tradeoff decisions.
next prev parent reply other threads:[~2007-06-18 5:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-17 22:54 [patch] make hdrscheck.sh force __asm__ in exported headers Mike Frysinger
2007-06-18 5:11 ` Andrew Morton
2007-06-18 5:17 ` Mike Frysinger
2007-06-18 5:34 ` Andrew Morton [this message]
2007-06-18 5:53 ` Mike Frysinger
2007-06-18 5:54 ` Mike Frysinger
2007-06-18 6:28 ` Mike Frysinger
2007-06-18 7:54 ` Sam Ravnborg
2007-06-18 8:07 ` Mike Frysinger
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=20070617223436.2125b1a4.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vapier@gentoo.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.