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

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

Hi all,

After merging the final tree, today's linux-next build (powwepc
allyesconfig) failed like this:

sound/soc/codecs/wm8994.c: In function 'wm8994_codec_probe':
sound/soc/codecs/wm8994.c:3511:4: error: label 'err' used but not defined

Caused by commit 7270cebef293 ("ASoC: Convert WM8994 to devm_kzalloc()").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

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

* Re: linux-next: build failure after merge of the final tree (sound-asoc tree related)
  2011-12-02  3:38 linux-next: build failure after merge of the final tree (sound-asoc tree related) Stephen Rothwell
@ 2011-12-02 10:53 ` Mark Brown
  2011-12-02 10:55   ` Mark Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Mark Brown @ 2011-12-02 10:53 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Liam Girdwood, linux-next, linux-kernel

On Fri, Dec 02, 2011 at 02:38:45PM +1100, Stephen Rothwell wrote:

> sound/soc/codecs/wm8994.c: In function 'wm8994_codec_probe':
> sound/soc/codecs/wm8994.c:3511:4: error: label 'err' used but not defined

PowerPC is just being nuts here.

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

* Re: linux-next: build failure after merge of the final tree (sound-asoc tree related)
  2011-12-02 10:53 ` Mark Brown
@ 2011-12-02 10:55   ` Mark Brown
  0 siblings, 0 replies; 15+ messages in thread
From: Mark Brown @ 2011-12-02 10:55 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Liam Girdwood, linux-next, linux-kernel

On Fri, Dec 02, 2011 at 10:53:23AM +0000, Mark Brown wrote:
> On Fri, Dec 02, 2011 at 02:38:45PM +1100, Stephen Rothwell wrote:

> > sound/soc/codecs/wm8994.c: In function 'wm8994_codec_probe':
> > sound/soc/codecs/wm8994.c:3511:4: error: label 'err' used but not defined

> PowerPC is just being nuts here.

Gah, sorry - totally misread that!  It's not -Werror as I'd originally
read it.  Though I'm struggling to understand how this only turned up in
one configuration.

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

* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2014-02-19  5:30 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2014-02-19  5:30 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/intel/sst-dsp.c: In function 'sst_dsp_outbox_write':
sound/soc/intel/sst-dsp.c:218:2: error: implicit declaration of function 'memcpy_toio' [-Werror=implicit-function-declaration]
  memcpy_toio(sst->mailbox.out_base, message, bytes);
  ^
sound/soc/intel/sst-dsp.c: In function 'sst_dsp_outbox_read':
sound/soc/intel/sst-dsp.c:231:2: error: implicit declaration of function 'memcpy_fromio' [-Werror=implicit-function-declaration]
  memcpy_fromio(message, sst->mailbox.out_base, bytes);
  ^

Caused by commit 790aff62291e ("ASoC: Intel: Add Intel SST audio DSP low
level shim driver") from the sound-asoc tree.

I have disabled this new driver by reverting commit ddfa40b1586f ("ASoC:
Intel: Add build support for Intel SST DSP core") for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* Re: linux-next: build failure after merge of the final tree (sound-asoc tree related)
  2013-12-10  4:02 Stephen Rothwell
  2013-12-10 12:22 ` Mark Brown
@ 2013-12-10 12:38 ` Mark Brown
  1 sibling, 0 replies; 15+ messages in thread
From: Mark Brown @ 2013-12-10 12:38 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Liam Girdwood, linux-next, linux-kernel, Denis Carikli

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

On Tue, Dec 10, 2013 at 03:02:01PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:

Can you please update the contact list for the ASoC tree to use
broonie@kernel.org instead of broonie@linaro.org?

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

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

* Re: linux-next: build failure after merge of the final tree (sound-asoc tree related)
  2013-12-10  4:02 Stephen Rothwell
@ 2013-12-10 12:22 ` Mark Brown
  2013-12-10 12:38 ` Mark Brown
  1 sibling, 0 replies; 15+ messages in thread
From: Mark Brown @ 2013-12-10 12:22 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Liam Girdwood, linux-next, linux-kernel, Denis Carikli

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

On Tue, Dec 10, 2013 at 03:02:01PM +1100, Stephen Rothwell wrote:

> Caused by commit 436aa86f0414 ("ASoC: eukrea-tlv320: Add DT support")
> from the sound-asoc tree.

Dropped for tomorrow.

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

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

* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2013-12-10  4:02 Stephen Rothwell
  2013-12-10 12:22 ` Mark Brown
  2013-12-10 12:38 ` Mark Brown
  0 siblings, 2 replies; 15+ messages in thread
From: Stephen Rothwell @ 2013-12-10  4:02 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel, Denis Carikli

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/fsl/eukrea-tlv320.c:28:28: fatal error: asm/mach-types.h: No such file or directory
 #include <asm/mach-types.h>
                            ^
sound/soc/fsl/imx-pcm-fiq.c:31:21: fatal error: asm/fiq.h: No such file or directory
 #include <asm/fiq.h>
                     ^

Caused by commit 436aa86f0414 ("ASoC: eukrea-tlv320: Add DT support")
from the sound-asoc tree.

I reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2013-07-23  4:06 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2013-07-23  4:06 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/mxs/mxs-saif.c: In function 'mxs_saif_mclk_init':
sound/soc/mxs/mxs-saif.c:668:2: error: implicit declaration of function 'clk_register_divider' [-Werror=implicit-function-declaration]
  clk = clk_register_divider(&pdev->dev, "mxs_saif_mclk",
  ^
sound/soc/mxs/mxs-saif.c:669:8: error: implicit declaration of function '__clk_get_name' [-Werror=implicit-function-declaration]
        __clk_get_name(saif->clk), 0,
        ^
sound/soc/mxs/mxs-saif.c:668:6: warning: assignment makes pointer from integer without a cast [enabled by default]
  clk = clk_register_divider(&pdev->dev, "mxs_saif_mclk",
      ^
sound/soc/mxs/mxs-saif.c:681:2: error: implicit declaration of function 'of_clk_add_provider' [-Werror=implicit-function-declaration]
  ret = of_clk_add_provider(np, of_clk_src_simple_get, clk);
  ^
sound/soc/mxs/mxs-saif.c:681:32: error: 'of_clk_src_simple_get' undeclared (first use in this function)
  ret = of_clk_add_provider(np, of_clk_src_simple_get, clk);
                                ^
sound/soc/mxs/mxs-saif.c:681:32: note: each undeclared identifier is reported only once for each function it appears in

Probably caused (or at least exposed) by commit 8ccbc3ebe9a7 ("ASoC: mxs:
Enable COMPILE_TEST builds").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* Re: linux-next: build failure after merge of the final tree (sound-asoc tree related)
  2013-07-19 10:02 ` Mark Brown
@ 2013-07-22  0:05   ` Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2013-07-22  0:05 UTC (permalink / raw)
  To: Mark Brown; +Cc: Liam Girdwood, linux-next, linux-kernel

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

HI Mark,

On Fri, 19 Jul 2013 11:02:37 +0100 Mark Brown <broonie@kernel.org> wrote:
>
> On Fri, Jul 19, 2013 at 01:52:53PM +1000, Stephen Rothwell wrote:
> 
> > After merging the final tree, today's linux-next build (powerpc
> > allyesconfig) failed like this:
> 
> What goes into the final tree that might cause such breakage that didn't
> appear in the earlier merges or is this additional testing that isn't
> performed on the earlier merges?

From my daily release message:

"You can see which trees have been included by looking in the Next/Trees
file in the source.  There are also quilt-import.log and merge.log files
in the Next directory.  Between each merge, the tree was built with
a ppc64_defconfig for powerpc and an allmodconfig for x86_64. After the
final fixups (if any), it is also built with powerpc allnoconfig (32 and
64 bit), ppc44x_defconfig and allyesconfig (minus
CONFIG_PROFILE_ALL_BRANCHES - this fails its final link) and i386, sparc,
sparc64 and arm defconfig. These builds also have
CONFIG_ENABLE_WARN_DEPRECATED, CONFIG_ENABLE_MUST_CHECK and
CONFIG_DEBUG_INFO disabled when necessary."

The powerpc allyesconfig catches quite a few build problems.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* Re: linux-next: build failure after merge of the final tree (sound-asoc tree related)
  2013-07-19  3:52 Stephen Rothwell
@ 2013-07-19 10:02 ` Mark Brown
  2013-07-22  0:05   ` Stephen Rothwell
  0 siblings, 1 reply; 15+ messages in thread
From: Mark Brown @ 2013-07-19 10:02 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Liam Girdwood, linux-next, linux-kernel

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

On Fri, Jul 19, 2013 at 01:52:53PM +1000, Stephen Rothwell wrote:

> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:

What goes into the final tree that might cause such breakage that didn't
appear in the earlier merges or is this additional testing that isn't
performed on the earlier merges?

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

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

* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2013-07-19  3:52 Stephen Rothwell
  2013-07-19 10:02 ` Mark Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2013-07-19  3:52 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_isr':
sound/soc/fsl/fsl_ssi.c:181:2: error: implicit declaration of function 'read_ssi' [-Werror=implicit-function-declaration]
  sisr = read_ssi(&ssi->sisr) & SIER_FLAGS;
  ^
sound/soc/fsl/fsl_ssi.c:296:3: error: implicit declaration of function 'write_ssi' [-Werror=implicit-function-declaration]
   write_ssi(sisr2, &ssi->sisr);
   ^
sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_startup':
sound/soc/fsl/fsl_ssi.c:331:3: error: implicit declaration of function 'write_ssi_mask' [-Werror=implicit-function-declaration]
   write_ssi_mask(&ssi->scr, CCSR_SSI_SCR_SSIEN, 0);
   ^

Caused by commit a1df5c2b310f ("ASoC: imx: Enable COMPILE_TEST builds").

I have reverted that commit for today.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2011-12-17  4:34 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2011-12-17  4:34 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel, Vinod Koul

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

Hi all,

After merging the final tree, today's linux-next build (i386 allmodconfig)
failed like this:

sound/soc/mid-x86/sst_platform.c: In function 'sst_platform_open':
sound/soc/mid-x86/sst_platform.c:274: error: 'ret_val' undeclared (first use in this function)

Caused by commit 03c33042dbcd ("ASoC: sst_platform: fix the dsp driver
interface").

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

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

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

* Re: linux-next: build failure after merge of the final tree (sound-asoc tree related)
  2011-09-22  8:44 Stephen Rothwell
@ 2011-09-22 10:23 ` Mark Brown
  0 siblings, 0 replies; 15+ messages in thread
From: Mark Brown @ 2011-09-22 10:23 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Liam Girdwood, linux-next, linux-kernel, Bas Vermeulen

On Thu, Sep 22, 2011 at 06:44:18PM +1000, Stephen Rothwell wrote:

> sound/soc/codecs/88pm860x-codec.c: In function 'pm860x_set_bias_level':
> sound/soc/codecs/88pm860x-codec.c:1184:4: error: implicit declaration of function 'udelay'

> Caused by commit 548aae8cc497 ("ASoC: 88pm860x-codec - reset the codec
> correctly") from the sound-asoc tree.  Forgot an include file.

Well, arguably that's all the header file reorganizations causing things
to break when merged.  But anyway it's fixed now.

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

* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2011-09-22  8:44 Stephen Rothwell
  2011-09-22 10:23 ` Mark Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2011-09-22  8:44 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: linux-next, linux-kernel, Bas Vermeulen

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/codecs/88pm860x-codec.c: In function 'pm860x_set_bias_level':
sound/soc/codecs/88pm860x-codec.c:1184:4: error: implicit declaration of function 'udelay'

Caused by commit 548aae8cc497 ("ASoC: 88pm860x-codec - reset the codec
correctly") from the sound-asoc tree.  Forgot an include file.

I have reverted that commit 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] 15+ messages in thread

* linux-next: build failure after merge of the final tree (sound-asoc tree related)
@ 2011-08-17  4:21 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2011-08-17  4:21 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-next, linux-kernel

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

Hi Mark,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

sound/soc/codecs/wm8994.c: In function 'wm8994_codec_probe':
sound/soc/codecs/wm8994.c:3144:27: error: 'struct wm8994_priv' has no member named 'wm8994'
sound/soc/codecs/wm8994.c:3146:27: error: 'struct wm8994_priv' has no member named 'wm8994'

Caused by commit f0b182b003e2 ("ASoC: Implement WM8994 thermal warning
and shutdown interrupt support").

I have reverted that commit 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] 15+ messages in thread

end of thread, other threads:[~2014-02-19  5:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-02  3:38 linux-next: build failure after merge of the final tree (sound-asoc tree related) Stephen Rothwell
2011-12-02 10:53 ` Mark Brown
2011-12-02 10:55   ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2014-02-19  5:30 Stephen Rothwell
2013-12-10  4:02 Stephen Rothwell
2013-12-10 12:22 ` Mark Brown
2013-12-10 12:38 ` Mark Brown
2013-07-23  4:06 Stephen Rothwell
2013-07-19  3:52 Stephen Rothwell
2013-07-19 10:02 ` Mark Brown
2013-07-22  0:05   ` Stephen Rothwell
2011-12-17  4:34 Stephen Rothwell
2011-09-22  8:44 Stephen Rothwell
2011-09-22 10:23 ` Mark Brown
2011-08-17  4:21 Stephen Rothwell

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