lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 26 Feb 2021 11:17:08 +0800
From:   kernel test robot <lkp@...el.com>
To:     Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        Mark Brown <broonie@...nel.org>,
        Bard Liao <yung-chuan.liao@...ux.intel.com>
Subject: sound/hda/intel-dsp-config.c:360: undefined reference to
 `sdw_intel_acpi_scan'

Hi Pierre-Louis,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   2c87f7a38f930ef6f6a7bdd04aeb82ce3971b54b
commit: a115ab9b8b93e7f0ff28a4fc869a3222ae921edd ASoC: SOF: Intel: add build support for SoundWire
date:   6 months ago
config: i386-randconfig-s001-20210226 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.3-229-g60c1f270-dirty
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a115ab9b8b93e7f0ff28a4fc869a3222ae921edd
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout a115ab9b8b93e7f0ff28a4fc869a3222ae921edd
        # save the attached .config to linux build tree
        make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386 

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

All errors (new ones prefixed by >>):

   ld: sound/hda/intel-dsp-config.o: in function `snd_intel_dsp_check_soundwire':
>> sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan'


vim +360 sound/hda/intel-dsp-config.c

82d9d54a6c0ee8 Jaroslav Kysela      2019-10-22  350  
0650857570d161 Pierre-Louis Bossart 2020-04-09  351  #if IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE)
0650857570d161 Pierre-Louis Bossart 2020-04-09  352  static int snd_intel_dsp_check_soundwire(struct pci_dev *pci)
0650857570d161 Pierre-Louis Bossart 2020-04-09  353  {
0650857570d161 Pierre-Louis Bossart 2020-04-09  354  	struct sdw_intel_acpi_info info;
0650857570d161 Pierre-Louis Bossart 2020-04-09  355  	acpi_handle handle;
0650857570d161 Pierre-Louis Bossart 2020-04-09  356  	int ret;
0650857570d161 Pierre-Louis Bossart 2020-04-09  357  
0650857570d161 Pierre-Louis Bossart 2020-04-09  358  	handle = ACPI_HANDLE(&pci->dev);
0650857570d161 Pierre-Louis Bossart 2020-04-09  359  
0650857570d161 Pierre-Louis Bossart 2020-04-09 @360  	ret = sdw_intel_acpi_scan(handle, &info);
0650857570d161 Pierre-Louis Bossart 2020-04-09  361  	if (ret < 0)
0650857570d161 Pierre-Louis Bossart 2020-04-09  362  		return ret;
0650857570d161 Pierre-Louis Bossart 2020-04-09  363  
0650857570d161 Pierre-Louis Bossart 2020-04-09  364  	return info.link_mask;
0650857570d161 Pierre-Louis Bossart 2020-04-09  365  }
0650857570d161 Pierre-Louis Bossart 2020-04-09  366  #else
0650857570d161 Pierre-Louis Bossart 2020-04-09  367  static int snd_intel_dsp_check_soundwire(struct pci_dev *pci)
0650857570d161 Pierre-Louis Bossart 2020-04-09  368  {
0650857570d161 Pierre-Louis Bossart 2020-04-09  369  	return 0;
0650857570d161 Pierre-Louis Bossart 2020-04-09  370  }
0650857570d161 Pierre-Louis Bossart 2020-04-09  371  #endif
0650857570d161 Pierre-Louis Bossart 2020-04-09  372  

:::::: The code at line 360 was first introduced by commit
:::::: 0650857570d161486a95d37bc8682628881ae2da ALSA: hda: add autodetection for SoundWire

:::::: TO: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
:::::: CC: Takashi Iwai <tiwai@...e.de>

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

Download attachment ".config.gz" of type "application/gzip" (38997 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ