All of lore.kernel.org
 help / color / mirror / Atom feed
* [asoc:for-5.2 105/107] ERROR: "sprd_platform_compr_ops" [sound/soc/sprd/sprd-pcm-dma.ko] undefined!
@ 2019-04-02 22:56 kbuild test robot
  2019-04-03  3:07 ` 答复: [asoc:for-5.2 105/107] ERROR: "sprd_platform_compr_ops"[sound/soc/sprd/sprd-pcm-dma.ko] undefined! wen.yang99
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2019-04-02 22:56 UTC (permalink / raw)
  To: Wen Yang; +Cc: alsa-devel, Mark Brown, kbuild-all

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

Hi Wen,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2
head:   6d5e2bf9d203e4d9e08ca2e9420c6ff22ad190af
commit: c705247136a523488eac806bd357c3e5d79a7acd [105/107] ASoC: fsl_utils: fix a leaked reference by adding missing of_node_put
config: mips-allmodconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c705247136a523488eac806bd357c3e5d79a7acd
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> ERROR: "sprd_platform_compr_ops" [sound/soc/sprd/sprd-pcm-dma.ko] undefined!

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 59148 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

* 答复: [asoc:for-5.2 105/107] ERROR: "sprd_platform_compr_ops"[sound/soc/sprd/sprd-pcm-dma.ko] undefined!
  2019-04-02 22:56 [asoc:for-5.2 105/107] ERROR: "sprd_platform_compr_ops" [sound/soc/sprd/sprd-pcm-dma.ko] undefined! kbuild test robot
@ 2019-04-03  3:07 ` wen.yang99
  2019-04-03  3:31   ` Baolin Wang
  0 siblings, 1 reply; 3+ messages in thread
From: wen.yang99 @ 2019-04-03  3:07 UTC (permalink / raw)
  To: lkp, baolin.wang, yintang.ren; +Cc: alsa-devel, broonie, kbuild-all

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

Hi Baolin & Yintang,

    This build error may be caused by commit cce1396936ef(“ASoC: sprd: Add Spreadtrum audio compress offload support”).
     Perhaps this line:    
            +obj-$(CONFIG_SND_SOC_SPRD)	+= sprd-pcm-dma.o sprd-pcm-compress.o 
     may be changed to:  
            obj-$(CONFIG_SND_SOC_SPRD)	+= sprd-pcm-dma.o
            sprd-pcm-dma-objs += sprd-pcm-compress.o

---
Best wishes
Wen

> Hi Wen,
> 
> First bad commit (maybe != root cause):
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2
> head:   6d5e2bf9d203e4d9e08ca2e9420c6ff22ad190af
> commit: c705247136a523488eac806bd357c3e5d79a7acd [105/107] ASoC: fsl_utils: fix a leaked reference by adding missing of_node_put
> config: mips-allmodconfig (attached as .config)
> compiler: mips-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
> reproduce:
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> git checkout c705247136a523488eac806bd357c3e5d79a7acd
> # save the attached .config to linux build tree
> GCC_VERSION=7.2.0 make.cross ARCH=mips
> 
> All errors (new ones prefixed by >>):
> 
> >> ERROR: "sprd_platform_compr_ops" [sound/soc/sprd/sprd-pcm-dma.ko] undefined!
>

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 59148 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

* Re: [asoc:for-5.2 105/107] ERROR: "sprd_platform_compr_ops"[sound/soc/sprd/sprd-pcm-dma.ko] undefined!
  2019-04-03  3:07 ` 答复: [asoc:for-5.2 105/107] ERROR: "sprd_platform_compr_ops"[sound/soc/sprd/sprd-pcm-dma.ko] undefined! wen.yang99
@ 2019-04-03  3:31   ` Baolin Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Baolin Wang @ 2019-04-03  3:31 UTC (permalink / raw)
  To: wen.yang99
  Cc: kbuild-all, Mark Brown, kbuild test robot, alsa-devel, Yintang Ren

Hi,

On Wed, 3 Apr 2019 at 11:06, <wen.yang99@zte.com.cn> wrote:
>
> Hi Baolin & Yintang,
>
>     This build error may be caused by commit cce1396936ef(“ASoC: sprd: Add Spreadtrum audio compress offload support”).
>      Perhaps this line:
>             +obj-$(CONFIG_SND_SOC_SPRD) += sprd-pcm-dma.o sprd-pcm-compress.o
>      may be changed to:
>             obj-$(CONFIG_SND_SOC_SPRD)  += sprd-pcm-dma.o
>             sprd-pcm-dma-objs += sprd-pcm-compress.o

I've noticed this issue pointed out by Stephen earlier. And yes,
that's my solution too. But now I am on business trip, so I will send
out one increment patch to fix this issue after my business trip.
Thanks.

--
Baolin Wang
Best Regards
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2019-04-03  3:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02 22:56 [asoc:for-5.2 105/107] ERROR: "sprd_platform_compr_ops" [sound/soc/sprd/sprd-pcm-dma.ko] undefined! kbuild test robot
2019-04-03  3:07 ` 答复: [asoc:for-5.2 105/107] ERROR: "sprd_platform_compr_ops"[sound/soc/sprd/sprd-pcm-dma.ko] undefined! wen.yang99
2019-04-03  3:31   ` Baolin Wang

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.