All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT] modpost fix for newer toolchain
@ 2012-04-23 18:49 Michal Marek
  2012-04-23 19:22 ` Sam Ravnborg
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Marek @ 2012-04-23 18:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: davem, linux-kbuild, linux-kernel

Hi Linus,

Please pull this modpost patch. It fixes build failure with newer gcc that adds
some internal symbols that end in "__mod_*_device_table", but are not
actually the tables themselves.

Michal

The following changes since commit 0eb043d0eec44cd083ea6910b1db2f77eb212ebd:

  Subject: [PATCH] tags.sh: Add missing quotes (2012-04-02 11:28:17 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes

for you to fetch changes up to e88aa7bbbe3046a125ea1936b16bb921cc9c6349:

  Fix modpost failures in fedora 17 (2012-04-18 21:42:07 +0200)

----------------------------------------------------------------
David Miller (1):
      Fix modpost failures in fedora 17

 scripts/mod/file2alias.c |    4 ++++
 1 file changed, 4 insertions(+)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT] modpost fix for newer toolchain
  2012-04-23 18:49 [GIT] modpost fix for newer toolchain Michal Marek
@ 2012-04-23 19:22 ` Sam Ravnborg
  2012-04-23 20:12   ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Sam Ravnborg @ 2012-04-23 19:22 UTC (permalink / raw)
  To: Michal Marek; +Cc: Linus Torvalds, davem, linux-kbuild, linux-kernel, stable

On Mon, Apr 23, 2012 at 08:49:18PM +0200, Michal Marek wrote:
> Hi Linus,
> 
> Please pull this modpost patch. It fixes build failure with newer gcc that adds
> some internal symbols that end in "__mod_*_device_table", but are not
> actually the tables themselves.
> 
> Michal
> 
> The following changes since commit 0eb043d0eec44cd083ea6910b1db2f77eb212ebd:
> 
>   Subject: [PATCH] tags.sh: Add missing quotes (2012-04-02 11:28:17 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
> 
> for you to fetch changes up to e88aa7bbbe3046a125ea1936b16bb921cc9c6349:
> 
>   Fix modpost failures in fedora 17 (2012-04-18 21:42:07 +0200)

Hi Michal.

The patch missed a "Cc: stable..." as discussed in the thread about
said patch.

	Sam

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT] modpost fix for newer toolchain
  2012-04-23 19:22 ` Sam Ravnborg
@ 2012-04-23 20:12   ` Greg KH
  2012-04-23 20:13     ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2012-04-23 20:12 UTC (permalink / raw)
  To: Sam Ravnborg
  Cc: Michal Marek, Linus Torvalds, davem, linux-kbuild, linux-kernel, stable

On Mon, Apr 23, 2012 at 09:22:01PM +0200, Sam Ravnborg wrote:
> On Mon, Apr 23, 2012 at 08:49:18PM +0200, Michal Marek wrote:
> > Hi Linus,
> > 
> > Please pull this modpost patch. It fixes build failure with newer gcc that adds
> > some internal symbols that end in "__mod_*_device_table", but are not
> > actually the tables themselves.
> > 
> > Michal
> > 
> > The following changes since commit 0eb043d0eec44cd083ea6910b1db2f77eb212ebd:
> > 
> >   Subject: [PATCH] tags.sh: Add missing quotes (2012-04-02 11:28:17 +0200)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
> > 
> > for you to fetch changes up to e88aa7bbbe3046a125ea1936b16bb921cc9c6349:
> > 
> >   Fix modpost failures in fedora 17 (2012-04-18 21:42:07 +0200)
> 
> Hi Michal.
> 
> The patch missed a "Cc: stable..." as discussed in the thread about
> said patch.

What is the git commit id of the patch in Linus's tree that I should add
to stable?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT] modpost fix for newer toolchain
  2012-04-23 20:12   ` Greg KH
@ 2012-04-23 20:13     ` David Miller
  2012-04-23 20:22       ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2012-04-23 20:13 UTC (permalink / raw)
  To: gregkh; +Cc: sam, mmarek, torvalds, linux-kbuild, linux-kernel, stable

From: Greg KH <gregkh@linuxfoundation.org>
Date: Mon, 23 Apr 2012 13:12:26 -0700

> On Mon, Apr 23, 2012 at 09:22:01PM +0200, Sam Ravnborg wrote:
>> On Mon, Apr 23, 2012 at 08:49:18PM +0200, Michal Marek wrote:
>> > Hi Linus,
>> > 
>> > Please pull this modpost patch. It fixes build failure with newer gcc that adds
>> > some internal symbols that end in "__mod_*_device_table", but are not
>> > actually the tables themselves.
>> > 
>> > Michal
>> > 
>> > The following changes since commit 0eb043d0eec44cd083ea6910b1db2f77eb212ebd:
>> > 
>> >   Subject: [PATCH] tags.sh: Add missing quotes (2012-04-02 11:28:17 +0200)
>> > 
>> > are available in the git repository at:
>> > 
>> >   git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
>> > 
>> > for you to fetch changes up to e88aa7bbbe3046a125ea1936b16bb921cc9c6349:
>> > 
>> >   Fix modpost failures in fedora 17 (2012-04-18 21:42:07 +0200)
>> 
>> Hi Michal.
>> 
>> The patch missed a "Cc: stable..." as discussed in the thread about
>> said patch.
> 
> What is the git commit id of the patch in Linus's tree that I should add
> to stable?

He didn't pull this in yet, so such commit ID doesn't yet exist :-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT] modpost fix for newer toolchain
  2012-04-23 20:13     ` David Miller
@ 2012-04-23 20:22       ` Greg KH
  2012-04-23 20:47         ` Sam Ravnborg
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2012-04-23 20:22 UTC (permalink / raw)
  To: David Miller; +Cc: sam, mmarek, torvalds, linux-kbuild, linux-kernel, stable

On Mon, Apr 23, 2012 at 04:13:53PM -0400, David Miller wrote:
> From: Greg KH <gregkh@linuxfoundation.org>
> Date: Mon, 23 Apr 2012 13:12:26 -0700
> 
> > On Mon, Apr 23, 2012 at 09:22:01PM +0200, Sam Ravnborg wrote:
> >> On Mon, Apr 23, 2012 at 08:49:18PM +0200, Michal Marek wrote:
> >> > Hi Linus,
> >> > 
> >> > Please pull this modpost patch. It fixes build failure with newer gcc that adds
> >> > some internal symbols that end in "__mod_*_device_table", but are not
> >> > actually the tables themselves.
> >> > 
> >> > Michal
> >> > 
> >> > The following changes since commit 0eb043d0eec44cd083ea6910b1db2f77eb212ebd:
> >> > 
> >> >   Subject: [PATCH] tags.sh: Add missing quotes (2012-04-02 11:28:17 +0200)
> >> > 
> >> > are available in the git repository at:
> >> > 
> >> >   git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
> >> > 
> >> > for you to fetch changes up to e88aa7bbbe3046a125ea1936b16bb921cc9c6349:
> >> > 
> >> >   Fix modpost failures in fedora 17 (2012-04-18 21:42:07 +0200)
> >> 
> >> Hi Michal.
> >> 
> >> The patch missed a "Cc: stable..." as discussed in the thread about
> >> said patch.
> > 
> > What is the git commit id of the patch in Linus's tree that I should add
> > to stable?
> 
> He didn't pull this in yet, so such commit ID doesn't yet exist :-)

Then why is someone emailing stable@ about this patch yet?  :)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT] modpost fix for newer toolchain
  2012-04-23 20:22       ` Greg KH
@ 2012-04-23 20:47         ` Sam Ravnborg
  2012-04-24  2:45           ` Linus Torvalds
  0 siblings, 1 reply; 8+ messages in thread
From: Sam Ravnborg @ 2012-04-23 20:47 UTC (permalink / raw)
  To: Greg KH
  Cc: David Miller, mmarek, torvalds, linux-kbuild, linux-kernel, stable

On Mon, Apr 23, 2012 at 01:22:48PM -0700, Greg KH wrote:
> On Mon, Apr 23, 2012 at 04:13:53PM -0400, David Miller wrote:
> > From: Greg KH <gregkh@linuxfoundation.org>
> > Date: Mon, 23 Apr 2012 13:12:26 -0700
> > 
> > > On Mon, Apr 23, 2012 at 09:22:01PM +0200, Sam Ravnborg wrote:
> > >> On Mon, Apr 23, 2012 at 08:49:18PM +0200, Michal Marek wrote:
> > >> > Hi Linus,
> > >> > 
> > >> > Please pull this modpost patch. It fixes build failure with newer gcc that adds
> > >> > some internal symbols that end in "__mod_*_device_table", but are not
> > >> > actually the tables themselves.
> > >> > 
> > >> > Michal
> > >> > 
> > >> > The following changes since commit 0eb043d0eec44cd083ea6910b1db2f77eb212ebd:
> > >> > 
> > >> >   Subject: [PATCH] tags.sh: Add missing quotes (2012-04-02 11:28:17 +0200)
> > >> > 
> > >> > are available in the git repository at:
> > >> > 
> > >> >   git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
> > >> > 
> > >> > for you to fetch changes up to e88aa7bbbe3046a125ea1936b16bb921cc9c6349:
> > >> > 
> > >> >   Fix modpost failures in fedora 17 (2012-04-18 21:42:07 +0200)
> > >> 
> > >> Hi Michal.
> > >> 
> > >> The patch missed a "Cc: stable..." as discussed in the thread about
> > >> said patch.
> > > 
> > > What is the git commit id of the patch in Linus's tree that I should add
> > > to stable?
> > 
> > He didn't pull this in yet, so such commit ID doesn't yet exist :-)
> 
> Then why is someone emailing stable@ about this patch yet?  :)

Because I was fooling around - sorry.
I will mail stable when I have a commit-id - if no-one else does.

	Sam

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT] modpost fix for newer toolchain
  2012-04-23 20:47         ` Sam Ravnborg
@ 2012-04-24  2:45           ` Linus Torvalds
  2012-04-24 15:50             ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Linus Torvalds @ 2012-04-24  2:45 UTC (permalink / raw)
  To: Sam Ravnborg
  Cc: Greg KH, David Miller, mmarek, linux-kbuild, linux-kernel, stable

On Mon, Apr 23, 2012 at 1:47 PM, Sam Ravnborg <sam@ravnborg.org> wrote:
>
> I will mail stable when I have a commit-id - if no-one else does.

In my tree now. Commit e88aa7bbbe30.

              Linus

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT] modpost fix for newer toolchain
  2012-04-24  2:45           ` Linus Torvalds
@ 2012-04-24 15:50             ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2012-04-24 15:50 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sam Ravnborg, David Miller, mmarek, linux-kbuild, linux-kernel, stable

On Mon, Apr 23, 2012 at 07:45:56PM -0700, Linus Torvalds wrote:
> On Mon, Apr 23, 2012 at 1:47 PM, Sam Ravnborg <sam@ravnborg.org> wrote:
> >
> > I will mail stable when I have a commit-id - if no-one else does.
> 
> In my tree now. Commit e88aa7bbbe30.

Thanks, now applied to the 3.3-stable patch queue.

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-24 15:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 18:49 [GIT] modpost fix for newer toolchain Michal Marek
2012-04-23 19:22 ` Sam Ravnborg
2012-04-23 20:12   ` Greg KH
2012-04-23 20:13     ` David Miller
2012-04-23 20:22       ` Greg KH
2012-04-23 20:47         ` Sam Ravnborg
2012-04-24  2:45           ` Linus Torvalds
2012-04-24 15:50             ` Greg KH

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.