From: Iuliana Prodan <iuliana.prodan@nxp.com> To: Herbert Xu <herbert@gondor.apana.org.au>, Horia Geanta <horia.geanta@nxp.com>, Aymen Sghaier <aymen.sghaier@nxp.com> Cc: "David S. Miller" <davem@davemloft.net>, Silvano Di Ninno <silvano.dininno@nxp.com>, Franck Lenormand <franck.lenormand@nxp.com>, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-imx <linux-imx@nxp.com>, Iuliana Prodan <iuliana.prodan@nxp.com> Subject: [PATCH 0/4] crypto: caam - fix use-after-free KASAN issue Date: Sun, 5 Apr 2020 14:50:07 +0300 [thread overview] Message-ID: <1586087411-8505-1-git-send-email-iuliana.prodan@nxp.com> (raw) This series fixes a use-after-free KASAN issue that was introduce by CAAM backlogging support[1]. This is fixed for SKCIPHER, HASH, RSA and AEAD algorithms. [1] https://patchwork.kernel.org/cover/11378941/ Iuliana Prodan (4): crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms crypto: caam - fix use-after-free KASAN issue for AEAD algorithms crypto: caam - fix use-after-free KASAN issue for HASH algorithms crypto: caam - fix use-after-free KASAN issue for RSA algorithms drivers/crypto/caam/caamalg.c | 8 ++++---- drivers/crypto/caam/caamhash.c | 5 +++-- drivers/crypto/caam/caampkc.c | 6 ++++-- 3 files changed, 11 insertions(+), 8 deletions(-) -- 2.1.0
next reply other threads:[~2020-04-05 11:50 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-05 11:50 Iuliana Prodan [this message] 2020-04-05 11:50 ` [PATCH 1/4] crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms Iuliana Prodan 2020-04-05 11:50 ` [PATCH 2/4] crypto: caam - fix use-after-free KASAN issue for AEAD algorithms Iuliana Prodan 2020-04-06 11:04 ` Horia Geantă 2020-04-05 11:50 ` [PATCH 3/4] crypto: caam - fix use-after-free KASAN issue for HASH algorithms Iuliana Prodan 2020-04-05 11:50 ` [PATCH 4/4] crypto: caam - fix use-after-free KASAN issue for RSA algorithms Iuliana Prodan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1586087411-8505-1-git-send-email-iuliana.prodan@nxp.com \ --to=iuliana.prodan@nxp.com \ --cc=aymen.sghaier@nxp.com \ --cc=davem@davemloft.net \ --cc=franck.lenormand@nxp.com \ --cc=herbert@gondor.apana.org.au \ --cc=horia.geanta@nxp.com \ --cc=linux-crypto@vger.kernel.org \ --cc=linux-imx@nxp.com \ --cc=linux-kernel@vger.kernel.org \ --cc=silvano.dininno@nxp.com \ --subject='Re: [PATCH 0/4] crypto: caam - fix use-after-free KASAN issue' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).