Messages in this thread |  | | Date | Thu, 6 Jun 2019 14:03:24 +0800 | From | Herbert Xu <> | Subject | [GIT] Crypto Fixes for 5.2 |
| |
Hi Linus:
This push fixes a regression that breaks the jitterentropy RNG and a potential memory leak in hmac.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Eric Biggers (2): crypto: jitterentropy - change back to module_init() crypto: hmac - fix memory leak in hmac_init_tfm()
crypto/hmac.c | 4 +++- crypto/jitterentropy-kcapi.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-)
Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |