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:	Mon, 13 Jul 2015 09:33:21 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next <linux-next@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	perex <perex@...ex.cz>, tiwai <tiwai@...e.de>,
	alsa-devel@...a-project.org
Subject: randconfig build error with next-20150713, in sound/soc/codecs/sti-sas.c

Building with the attached random configuration file,

warning: (INTEL_SOC_DTS_IOSF_CORE && PUNIT_ATOM_DEBUG) selects
IOSF_MBI which has unmet direct dependencies (PCI)
warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH &&
SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH
&& SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI
which has unmet direct dependencies (SOUND && !M68K && !UML && SND &&
SND_SOC && ACPI)
warning: (SND_SOC_ALL_CODECS) selects SND_SOC_STI_SAS which has unmet
direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC &&
SND_SOC_STI)

sound/soc/codecs/sti-sas.c: In function ‘stih416_dac_probe’:
sound/soc/codecs/sti-sas.c:227:13: error: implicit declaration of
function ‘devm_reset_control_get’
[-Werror=implicit-function-declaration]
  dac->rst = devm_reset_control_get(codec->dev, "dac_rst");
             ^
sound/soc/codecs/sti-sas.c:227:11: warning: assignment makes pointer
from integer without a cast [-Wint-conversion]
  dac->rst = devm_reset_control_get(codec->dev, "dac_rst");
           ^
sound/soc/codecs/sti-sas.c:231:14: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
    __func__, (int)dac->rst);
              ^
cc1: some warnings being treated as errors

View attachment "randconfig-1436797472.txt" of type "text/plain" (74399 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ