Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1198588
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Crypto Fixes for 4.2 |
| Date | 2015-08-03 09:20 +0200 |
| Message-ID | <pTicp-4sl-5@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <owbvA-Ue-1@gated-at.bofh.it> <oTHwl-1JY-1@gated-at.bofh.it> <pFz3s-4rt-19@gated-at.bofh.it> <pH4eS-3Ii-25@gated-at.bofh.it> <pLDe2-lg-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Linus:
This push fixes the following issues:
* A bogus BUG_ON in ixp4xx that can be triggered by a dst buffer
that is an SG list.
* The error handling in hwrngd may cause a crash in case of an error.
* Fix a race condition in qat registration when multiple devices are
present.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Herbert Xu (1):
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer
Martin Schwidefsky (1):
hwrng: core - correct error check of kthread_run call
Tadeusz Struk (1):
crypto: qat - Fix invalid synchronization between register/unregister sym algs
drivers/char/hw_random/core.c | 2 +-
drivers/crypto/ixp4xx_crypto.c | 1 -
drivers/crypto/qat/qat_common/qat_algs.c | 24 ++++++++++++++++--------
3 files changed, 17 insertions(+), 10 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Crypto Fixes for 4.2 Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-03 09:20 +0200
csiph-web