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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 19 Jul 2013 13:52:53 +1000
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Mark Brown <broonie@...nel.org>,
	Liam Girdwood <lgirdwood@...il.com>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: linux-next: build failure after merge of the final tree (sound-asoc
 tree related)

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@...b.auug.org.au

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ