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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 15 Sep 2014 19:41:23 +0800 From: Herbert Xu <herbert@...dor.apana.org.au> To: Sudip Mukherjee <sudipm.mukherjee@...il.com> Cc: Matt Mackall <mpm@...enic.com>, Olof Johansson <olof@...om.net>, linux-kernel@...r.kernel.org, linux-geode@...ts.infradead.org, linuxppc-dev@...ts.ozlabs.org Subject: Re: [PATCH] drivers: char: hw_random: printk replacement On Thu, Aug 28, 2014 at 08:32:58PM +0530, Sudip Mukherjee wrote: > as pr_* macros are more preffered over printk, so printk replaced with corresponding pr_* macros > > Signed-off-by: Sudip Mukherjee <sudip@...torindia.org> Your patch doesn't even build: CC [M] drivers/char/hw_random/intel-rng.o CC [M] drivers/char/hw_random/amd-rng.o CC [M] drivers/char/hw_random/via-rng.o drivers/char/hw_random/intel-rng.c: In function ‘intel_init_hw_struct’: drivers/char/hw_random/intel-rng.c:317:3: error: expected ‘)’ before ‘warning’ drivers/char/hw_random/intel-rng.c:308:36: warning: unused variable ‘warning’ [-Wunused-variable] make[1]: *** [drivers/char/hw_random/intel-rng.o] Error 1 Cheers, -- Email: Herbert Xu <herbert@...dor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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