All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 3089/5418] ld: sound/soc/codecs/cs35l41-spi.c:80: undefined reference to `cs35l41_probe'
Date: Tue, 07 Dec 2021 23:09:48 +0800	[thread overview]
Message-ID: <202112072303.F8ZAP5vM-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   04fe99a8d936d46a310ca61b8b63dc270962bf01
commit: a5e0091d62abb9599d9dea505ec0e8c820001831 [3089/5418] ASoC: cs35l41: Fix link problem
config: x86_64-randconfig-c002-20211207 (https://download.01.org/0day-ci/archive/20211207/202112072303.F8ZAP5vM-lkp(a)intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=a5e0091d62abb9599d9dea505ec0e8c820001831
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout a5e0091d62abb9599d9dea505ec0e8c820001831
        # save the config file to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

Note: the linux-next/master HEAD 04fe99a8d936d46a310ca61b8b63dc270962bf01 builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

   vmlinux.o: warning: objtool: exc_nmi()+0x111: call to static_key_count.constprop.0() leaves .noinstr.text section
   vmlinux.o: warning: objtool: exc_page_fault()+0x44: call to static_key_count() leaves .noinstr.text section
   ld: sound/soc/codecs/cs35l41-spi.o: in function `cs35l41_spi_remove':
   sound/soc/codecs/cs35l41-spi.c:87: undefined reference to `cs35l41_remove'
   ld: sound/soc/codecs/cs35l41-spi.o: in function `cs35l41_spi_probe':
   sound/soc/codecs/cs35l41-spi.c:69: undefined reference to `cs35l41_regmap_spi'
   ld: sound/soc/codecs/cs35l41-spi.c:69: undefined reference to `__devm_regmap_init_spi'
>> ld: sound/soc/codecs/cs35l41-spi.c:80: undefined reference to `cs35l41_probe'
   ld: sound/soc/codecs/cs35l41-spi.o: in function `cs35l41_spi_otp_setup':
   sound/soc/codecs/cs35l41-spi.c:52: undefined reference to `spi_setup'
   ld: sound/soc/codecs/cs35l41-spi.c:46: undefined reference to `spi_setup'
   ld: sound/soc/codecs/cs35l41-spi.o: in function `cs35l41_spi_driver_init':
   sound/soc/codecs/cs35l41-spi.c:120: undefined reference to `__spi_register_driver'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for SND_SOC_CS35L41_SPI
   Depends on SOUND && !UML && SND && SND_SOC && SPI_MASTER
   Selected by
   - SND_SOC_AMD_VANGOGH_MACH && SOUND && !UML && SND && SND_SOC && SND_SOC_AMD_ACP5x && I2C

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Lucas Tanure <tanureal@opensource.cirrus.com>
Cc: kbuild-all@lists.01.org,
	Linux Memory Management List <linux-mm@kvack.org>,
	Mark Brown <broonie@kernel.org>
Subject: [linux-next:master 3089/5418] ld: sound/soc/codecs/cs35l41-spi.c:80: undefined reference to `cs35l41_probe'
Date: Tue, 7 Dec 2021 23:09:48 +0800	[thread overview]
Message-ID: <202112072303.F8ZAP5vM-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   04fe99a8d936d46a310ca61b8b63dc270962bf01
commit: a5e0091d62abb9599d9dea505ec0e8c820001831 [3089/5418] ASoC: cs35l41: Fix link problem
config: x86_64-randconfig-c002-20211207 (https://download.01.org/0day-ci/archive/20211207/202112072303.F8ZAP5vM-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=a5e0091d62abb9599d9dea505ec0e8c820001831
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout a5e0091d62abb9599d9dea505ec0e8c820001831
        # save the config file to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

Note: the linux-next/master HEAD 04fe99a8d936d46a310ca61b8b63dc270962bf01 builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

   vmlinux.o: warning: objtool: exc_nmi()+0x111: call to static_key_count.constprop.0() leaves .noinstr.text section
   vmlinux.o: warning: objtool: exc_page_fault()+0x44: call to static_key_count() leaves .noinstr.text section
   ld: sound/soc/codecs/cs35l41-spi.o: in function `cs35l41_spi_remove':
   sound/soc/codecs/cs35l41-spi.c:87: undefined reference to `cs35l41_remove'
   ld: sound/soc/codecs/cs35l41-spi.o: in function `cs35l41_spi_probe':
   sound/soc/codecs/cs35l41-spi.c:69: undefined reference to `cs35l41_regmap_spi'
   ld: sound/soc/codecs/cs35l41-spi.c:69: undefined reference to `__devm_regmap_init_spi'
>> ld: sound/soc/codecs/cs35l41-spi.c:80: undefined reference to `cs35l41_probe'
   ld: sound/soc/codecs/cs35l41-spi.o: in function `cs35l41_spi_otp_setup':
   sound/soc/codecs/cs35l41-spi.c:52: undefined reference to `spi_setup'
   ld: sound/soc/codecs/cs35l41-spi.c:46: undefined reference to `spi_setup'
   ld: sound/soc/codecs/cs35l41-spi.o: in function `cs35l41_spi_driver_init':
   sound/soc/codecs/cs35l41-spi.c:120: undefined reference to `__spi_register_driver'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for SND_SOC_CS35L41_SPI
   Depends on SOUND && !UML && SND && SND_SOC && SPI_MASTER
   Selected by
   - SND_SOC_AMD_VANGOGH_MACH && SOUND && !UML && SND && SND_SOC && SND_SOC_AMD_ACP5x && I2C

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org


             reply	other threads:[~2021-12-07 15:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-07 15:09 kernel test robot [this message]
2021-12-07 15:09 ` [linux-next:master 3089/5418] ld: sound/soc/codecs/cs35l41-spi.c:80: undefined reference to `cs35l41_probe' kernel test robot

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=202112072303.F8ZAP5vM-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.