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: Fri, 1 Aug 2014 22:40:29 +0800 From: Herbert Xu <herbert@...dor.apana.org.au> To: pramod.gurav.etc@...il.com Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org, Pramod Gurav <pramod.gurav@...rtplayin.com>, "David S. Miller" <davem@...emloft.net>, Grant Likely <grant.likely@...aro.org>, Rob Herring <robh+dt@...nel.org>, Nicolas Ferre <nicolas.ferre@...el.com> Subject: Re: [PATCH] crypto: atmel-sha: Switch to managed version of kzalloc On Mon, Jul 28, 2014 at 05:45:56PM +0530, pramod.gurav.etc@...il.com wrote: > From: Pramod Gurav <pramod.gurav@...rtplayin.com> > > This patch switches data allocation from kzalloc to devm_kzalloc. > It also removed some kfree() on data that was earlier allocated > using devm_kzalloc(). > > CC: Herbert Xu <herbert@...dor.apana.org.au> > CC: "David S. Miller" <davem@...emloft.net> > CC: Grant Likely <grant.likely@...aro.org> > CC: Rob Herring <robh+dt@...nel.org> > CC: Nicolas Ferre <nicolas.ferre@...el.com> > > Signed-off-by: Pramod Gurav <pramod.gurav@...rtplayin.com> Both patches applied. -- 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