From: Tony Lindgren <tony@atomide.com>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: "Russell King - ARM Linux" <linux@arm.linux.org.uk>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
linux-kernel@vger.kernel.org,
"Anders Kaseorg" <andersk@ksplice.com>,
"Greg KH" <gregkh@linuxfoundation.org>,
linux-omap@vger.kernel.org, "Ben Hutchings" <ben@decadent.org.uk>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] modpost: Fix section warnings for ARM for many compilers
Date: Tue, 14 Feb 2012 13:01:43 -0800 [thread overview]
Message-ID: <20120214210143.GW1426@atomide.com> (raw)
In-Reply-To: <20120214011228.GM1426@atomide.com>
* Tony Lindgren <tony@atomide.com> [120213 16:41]:
> * Rusty Russell <rusty@rustcorp.com.au> [120213 16:07]:
> > On Mon, 13 Feb 2012 22:51:18 +0000, Russell King - ARM Linux <linux@arm.linux.org.uk> wrote:
> > > On Mon, Feb 13, 2012 at 11:26:52PM +0100, Uwe Kleine-König wrote:
> > > > On Mon, Feb 13, 2012 at 01:24:01PM -0800, Tony Lindgren wrote:
> > > > Maybe:
> > > >
> > > > #ifndef R_ARM_CALL
> > > > #warning "you're elf.h include is outdated"
> > >
> > > "You are elf.h include is outdated" does not make sense.
> > >
> > > Why are you calling Tony an elf.h include?
> >
> > Because he knew it would attract the attention of pedants to the patch?
> > :)
>
> I've been called worse than that :)
>
> > Just do the #ifndef, and skip the warning. There's not much the poor
> > user receiving the warning can do about it.
>
> OK
>
> > Acked-by: Rusty Russell <rusty@rustcorp.com.au>
>
> Assuming your ack applies for this patch below, let me know if that's
> not the case.
This is now in Russell's patch tracking system as patch 7324/1.
Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] modpost: Fix section warnings for ARM for many compilers
Date: Tue, 14 Feb 2012 13:01:43 -0800 [thread overview]
Message-ID: <20120214210143.GW1426@atomide.com> (raw)
In-Reply-To: <20120214011228.GM1426@atomide.com>
* Tony Lindgren <tony@atomide.com> [120213 16:41]:
> * Rusty Russell <rusty@rustcorp.com.au> [120213 16:07]:
> > On Mon, 13 Feb 2012 22:51:18 +0000, Russell King - ARM Linux <linux@arm.linux.org.uk> wrote:
> > > On Mon, Feb 13, 2012 at 11:26:52PM +0100, Uwe Kleine-K?nig wrote:
> > > > On Mon, Feb 13, 2012 at 01:24:01PM -0800, Tony Lindgren wrote:
> > > > Maybe:
> > > >
> > > > #ifndef R_ARM_CALL
> > > > #warning "you're elf.h include is outdated"
> > >
> > > "You are elf.h include is outdated" does not make sense.
> > >
> > > Why are you calling Tony an elf.h include?
> >
> > Because he knew it would attract the attention of pedants to the patch?
> > :)
>
> I've been called worse than that :)
>
> > Just do the #ifndef, and skip the warning. There's not much the poor
> > user receiving the warning can do about it.
>
> OK
>
> > Acked-by: Rusty Russell <rusty@rustcorp.com.au>
>
> Assuming your ack applies for this patch below, let me know if that's
> not the case.
This is now in Russell's patch tracking system as patch 7324/1.
Tony
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: "Russell King - ARM Linux" <linux@arm.linux.org.uk>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
linux-kernel@vger.kernel.org,
"Anders Kaseorg" <andersk@ksplice.com>,
"Greg KH" <gregkh@linuxfoundation.org>,
linux-omap@vger.kernel.org, "Ben Hutchings" <ben@decadent.org.uk>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] modpost: Fix section warnings for ARM for many compilers
Date: Tue, 14 Feb 2012 13:01:43 -0800 [thread overview]
Message-ID: <20120214210143.GW1426@atomide.com> (raw)
In-Reply-To: <20120214011228.GM1426@atomide.com>
* Tony Lindgren <tony@atomide.com> [120213 16:41]:
> * Rusty Russell <rusty@rustcorp.com.au> [120213 16:07]:
> > On Mon, 13 Feb 2012 22:51:18 +0000, Russell King - ARM Linux <linux@arm.linux.org.uk> wrote:
> > > On Mon, Feb 13, 2012 at 11:26:52PM +0100, Uwe Kleine-König wrote:
> > > > On Mon, Feb 13, 2012 at 01:24:01PM -0800, Tony Lindgren wrote:
> > > > Maybe:
> > > >
> > > > #ifndef R_ARM_CALL
> > > > #warning "you're elf.h include is outdated"
> > >
> > > "You are elf.h include is outdated" does not make sense.
> > >
> > > Why are you calling Tony an elf.h include?
> >
> > Because he knew it would attract the attention of pedants to the patch?
> > :)
>
> I've been called worse than that :)
>
> > Just do the #ifndef, and skip the warning. There's not much the poor
> > user receiving the warning can do about it.
>
> OK
>
> > Acked-by: Rusty Russell <rusty@rustcorp.com.au>
>
> Assuming your ack applies for this patch below, let me know if that's
> not the case.
This is now in Russell's patch tracking system as patch 7324/1.
Tony
next prev parent reply other threads:[~2012-02-14 21:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-13 21:24 [PATCH] modpost: Fix section warnings for ARM for many compilers Tony Lindgren
2012-02-13 21:24 ` Tony Lindgren
2012-02-13 22:26 ` Uwe Kleine-König
2012-02-13 22:26 ` Uwe Kleine-König
2012-02-13 22:51 ` Russell King - ARM Linux
2012-02-13 22:51 ` Russell King - ARM Linux
2012-02-13 22:51 ` Russell King - ARM Linux
2012-02-14 0:29 ` Rusty Russell
2012-02-14 0:29 ` Rusty Russell
2012-02-14 1:12 ` Tony Lindgren
2012-02-14 1:12 ` Tony Lindgren
2012-02-14 21:01 ` Tony Lindgren [this message]
2012-02-14 21:01 ` Tony Lindgren
2012-02-14 21:01 ` Tony Lindgren
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=20120214210143.GW1426@atomide.com \
--to=tony@atomide.com \
--cc=andersk@ksplice.com \
--cc=ben@decadent.org.uk \
--cc=gregkh@linuxfoundation.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=rusty@rustcorp.com.au \
--cc=u.kleine-koenig@pengutronix.de \
/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.