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 01:37:44 -0700 From: Behan Webster <behanw@...verseincode.com> To: Michał Mirosław <mirqus@...il.com>, device-mapper development <dm-devel@...hat.com> CC: agk@...hat.com, clm@...com, David Miller <davem@...emloft.net>, fabf@...net.be, Herbert Xu <herbert@...dor.apana.org.au>, jbacik@...com, snitzer@...hat.com, tadeusz.struk@...el.com, thomas.lendacky@....com, linux-ima-user@...ts.sourceforge.net, qat-linux@...el.com, d.kasatkin@...sung.com, Bruce Allan <bruce.w.allan@...el.com>, Linux Kernel <linux-kernel@...r.kernel.org>, john.griffin@...el.com, linux-raid@...r.kernel.org, linux-security-module@...r.kernel.org, linux-crypto@...r.kernel.org, james.l.morris@...cle.com, Linus Torvalds <torvalds@...ux-foundation.org>, linux-ima-devel@...ts.sourceforge.net, Andrew Morton <akpm@...ux-foundation.org>, zohar@...ux.vnet.ibm.com, linux-btrfs@...r.kernel.org, "Serge E. Hallyn" <serge@...lyn.com> Subject: Re: [dm-devel] [PATCH v3 01/12] crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto code On 09/15/14 01:06, Michał Mirosław wrote: > 2014-09-15 9:30 GMT+02:00 <behanw@...verseincode.com>: > [...] >> +#define SHASH_DESC_ON_STACK(shash, tfm) \ >> + char __desc[sizeof(struct shash_desc) + \ >> + crypto_shash_descsize(tfm)] CRYPTO_MINALIGN_ATTR; \ >> + struct shash_desc *shash = (struct shash_desc *)__desc >> + > char shash##__desc[] or similar? Otherwise it won't work if you use > this macro twice in the same block. > > Best Regards, > Michał Mirosław Good thinking. Will fix. Behan -- Behan Webster behanw@...verseincode.com -- 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