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:	Tue, 23 Jul 2013 14:06:25 +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/mxs/mxs-saif.c: In function 'mxs_saif_mclk_init':
sound/soc/mxs/mxs-saif.c:668:2: error: implicit declaration of function 'clk_register_divider' [-Werror=implicit-function-declaration]
  clk = clk_register_divider(&pdev->dev, "mxs_saif_mclk",
  ^
sound/soc/mxs/mxs-saif.c:669:8: error: implicit declaration of function '__clk_get_name' [-Werror=implicit-function-declaration]
        __clk_get_name(saif->clk), 0,
        ^
sound/soc/mxs/mxs-saif.c:668:6: warning: assignment makes pointer from integer without a cast [enabled by default]
  clk = clk_register_divider(&pdev->dev, "mxs_saif_mclk",
      ^
sound/soc/mxs/mxs-saif.c:681:2: error: implicit declaration of function 'of_clk_add_provider' [-Werror=implicit-function-declaration]
  ret = of_clk_add_provider(np, of_clk_src_simple_get, clk);
  ^
sound/soc/mxs/mxs-saif.c:681:32: error: 'of_clk_src_simple_get' undeclared (first use in this function)
  ret = of_clk_add_provider(np, of_clk_src_simple_get, clk);
                                ^
sound/soc/mxs/mxs-saif.c:681:32: note: each undeclared identifier is reported only once for each function it appears in

Probably caused (or at least exposed) by commit 8ccbc3ebe9a7 ("ASoC: mxs:
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