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
| ||
|
Message-ID: <20151015123700.6e5f3474@canb.auug.org.au> Date: Thu, 15 Oct 2015 12:37:00 +1100 From: Stephen Rothwell <sfr@...b.auug.org.au> To: Herbert Xu <herbert@...dor.apana.org.au> Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org, Daniel Thompson <daniel.thompson@...aro.org>, Linus Walleij <linus.walleij@...aro.org> Subject: linux-next: build failure after merge of the crypto tree Hi Herbert, After merging the crypto tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/char/hw_random/stm32-rng.c: In function 'stm32_rng_runtime_suspend': drivers/char/hw_random/stm32-rng.c:163:51: error: 'pdev' undeclared (first use in this function) struct stm32_rng_private *priv = dev_get_drvdata(pdev); ^ drivers/char/hw_random/stm32-rng.c:163:51: note: each undeclared identifier is reported only once for each function it appears in drivers/char/hw_random/stm32-rng.c: In function 'stm32_rng_runtime_resume': drivers/char/hw_random/stm32-rng.c:172:51: error: 'pdev' undeclared (first use in this function) struct stm32_rng_private *priv = dev_get_drvdata(pdev); ^ Caused by commit c6a97c42e399 ("Add support for STMicroelectronics STM32 random number generator.") I have used the crypto tree from next-20151013 for today. -- Cheers, Stephen Rothwell sfr@...b.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists