linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the sound-asoc tree
@ 2010-12-23  1:02 Stephen Rothwell
  2010-12-23  2:12 ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2010-12-23  1:02 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

Hi all,

After merging the sound-asoc tree, today's linux-next build (x86_64
allmodconfig) failed like this:

ERROR: "__tracepoint_snd_soc_jack_irq" [sound/soc/codecs/snd-soc-wm8962.ko] undefined!
ERROR: "__tracepoint_snd_soc_jack_irq" [sound/soc/codecs/snd-soc-wm8903.ko] undefined!

Caused by commit 1c9e9795b5e2348df619fd6010d7583dc9b8c811 ("ASoC: Add
jack IRQ trace to 88pm860x driver").

I have used the sound-asoc tree from next-20101221 for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: linux-next: build failure after merge of the sound-asoc tree
  2010-12-23  1:02 linux-next: build failure after merge of the sound-asoc tree Stephen Rothwell
@ 2010-12-23  2:12 ` Mark Brown
  2010-12-26 23:49   ` linux-next: build failure after merge of the sound tree (Was: Re: linux-next: build failure after merge of the sound-asoc tree) Stephen Rothwell
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2010-12-23  2:12 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Liam Girdwood, linux-next, linux-kernel

On Thu, Dec 23, 2010 at 12:02:43PM +1100, Stephen Rothwell wrote:

> After merging the sound-asoc tree, today's linux-next build (x86_64
> allmodconfig) failed like this:

> ERROR: "__tracepoint_snd_soc_jack_irq" [sound/soc/codecs/snd-soc-wm8962.ko] undefined!
> ERROR: "__tracepoint_snd_soc_jack_irq" [sound/soc/codecs/snd-soc-wm8903.ko] undefined!

> Caused by commit 1c9e9795b5e2348df619fd6010d7583dc9b8c811 ("ASoC: Add
> jack IRQ trace to 88pm860x driver").

It's not that commit - that's for a totally different driver to those
above which can't build on x86 as x86 lacks generic hardirqs.  I've
pushed up a change which ifdefs out all the tracepoints when things are
built modular, but it seems unfortunate that x86 isn't doing the right
thing here, whatever ARM is doing seems to DTRT.

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

* linux-next: build failure after merge of the sound tree (Was: Re: linux-next: build failure after merge of the sound-asoc tree)
  2010-12-23  2:12 ` Mark Brown
@ 2010-12-26 23:49   ` Stephen Rothwell
  2010-12-26 23:59     ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2010-12-26 23:49 UTC (permalink / raw)
  To: Mark Brown, Takashi Iwai; +Cc: Liam Girdwood, linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]

Hi Mark,

On Thu, 23 Dec 2010 02:12:12 +0000 Mark Brown <broonie@opensource.wolfsonmicro.com> wrote:
>
> On Thu, Dec 23, 2010 at 12:02:43PM +1100, Stephen Rothwell wrote:
> 
> > After merging the sound-asoc tree, today's linux-next build (x86_64
> > allmodconfig) failed like this:
> 
> > ERROR: "__tracepoint_snd_soc_jack_irq" [sound/soc/codecs/snd-soc-wm8962.ko] undefined!
> > ERROR: "__tracepoint_snd_soc_jack_irq" [sound/soc/codecs/snd-soc-wm8903.ko] undefined!
> 
> > Caused by commit 1c9e9795b5e2348df619fd6010d7583dc9b8c811 ("ASoC: Add
> > jack IRQ trace to 88pm860x driver").
> 
> It's not that commit - that's for a totally different driver to those

Yeah, I just picked on a semi-obvious commit in my rush.

> above which can't build on x86 as x86 lacks generic hardirqs.  I've
> pushed up a change which ifdefs out all the tracepoints when things are
> built modular, but it seems unfortunate that x86 isn't doing the right
> thing here, whatever ARM is doing seems to DTRT.

The first of those errors is now present in the sound tree, so I have
used the version of the sound tree that would have been in next-20101223
if I had released it.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: linux-next: build failure after merge of the sound tree (Was: Re: linux-next: build failure after merge of the sound-asoc tree)
  2010-12-26 23:49   ` linux-next: build failure after merge of the sound tree (Was: Re: linux-next: build failure after merge of the sound-asoc tree) Stephen Rothwell
@ 2010-12-26 23:59     ` Mark Brown
  2010-12-27 15:16       ` Stephen Rothwell
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2010-12-26 23:59 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Takashi Iwai, Liam Girdwood, linux-next, linux-kernel

On Mon, Dec 27, 2010 at 10:49:51AM +1100, Stephen Rothwell wrote:
> On Thu, 23 Dec 2010 02:12:12 +0000 Mark Brown <broonie@opensource.wolfsonmicro.com> wrote:

> > above which can't build on x86 as x86 lacks generic hardirqs.  I've
> > pushed up a change which ifdefs out all the tracepoints when things are
> > built modular, but it seems unfortunate that x86 isn't doing the right
> > thing here, whatever ARM is doing seems to DTRT.

> The first of those errors is now present in the sound tree, so I have
> used the version of the sound tree that would have been in next-20101223
> if I had released it.

Hrm?  I thought you merged the ASoC tree before the sound tree, in which
case the above is somehwat surprising.  If the ASoC tree merged OK then
Takashi it should be a simple case of pulling my for-2.6.38 branch to
resolve the issue.

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

* Re: linux-next: build failure after merge of the sound tree (Was: Re: linux-next: build failure after merge of the sound-asoc tree)
  2010-12-26 23:59     ` Mark Brown
@ 2010-12-27 15:16       ` Stephen Rothwell
  2010-12-27 15:44         ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2010-12-27 15:16 UTC (permalink / raw)
  To: Mark Brown; +Cc: Takashi Iwai, Liam Girdwood, linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

Hi Mark,

On Sun, 26 Dec 2010 23:59:29 +0000 Mark Brown <broonie@opensource.wolfsonmicro.com> wrote:
>
> Hrm?  I thought you merged the ASoC tree before the sound tree, in which
> case the above is somehwat surprising.  If the ASoC tree merged OK then
> Takashi it should be a simple case of pulling my for-2.6.38 branch to
> resolve the issue.

I started merging the sound-asoc tree *after* the sound tree when the
sound-asoc tree started to be merged into the sound tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: linux-next: build failure after merge of the sound tree (Was: Re: linux-next: build failure after merge of the sound-asoc tree)
  2010-12-27 15:16       ` Stephen Rothwell
@ 2010-12-27 15:44         ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2010-12-27 15:44 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Takashi Iwai, Liam Girdwood, linux-next, linux-kernel

On Tue, Dec 28, 2010 at 02:16:57AM +1100, Stephen Rothwell wrote:
> On Sun, 26 Dec 2010 23:59:29 +0000 Mark Brown <broonie@opensource.wolfsonmicro.com> wrote:

> > Hrm?  I thought you merged the ASoC tree before the sound tree, in which
> > case the above is somehwat surprising.  If the ASoC tree merged OK then
> > Takashi it should be a simple case of pulling my for-2.6.38 branch to
> > resolve the issue.

> I started merging the sound-asoc tree *after* the sound tree when the
> sound-asoc tree started to be merged into the sound tree.

That hasn't changed - ASoC has always been ahead of the sound tree and
merged into Linus' tree via the sound tree.  The frequency of merges has
increased.

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

end of thread, other threads:[~2010-12-27 15:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-23  1:02 linux-next: build failure after merge of the sound-asoc tree Stephen Rothwell
2010-12-23  2:12 ` Mark Brown
2010-12-26 23:49   ` linux-next: build failure after merge of the sound tree (Was: Re: linux-next: build failure after merge of the sound-asoc tree) Stephen Rothwell
2010-12-26 23:59     ` Mark Brown
2010-12-27 15:16       ` Stephen Rothwell
2010-12-27 15:44         ` Mark Brown

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).