Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1396856
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Crypto Fixes for 4.6 |
| Date | 2016-05-09 10:50 +0200 |
| Message-ID | <rwP34-1DF-15@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <q3xMS-13i-11@gated-at.bofh.it> <qqilI-2Ut-17@gated-at.bofh.it> <qPHJU-UI-3@gated-at.bofh.it> <qTGYW-2El-27@gated-at.bofh.it> <riksa-3aA-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Linus:
This push fixes the following issues:
- Bug in ahash SG list walking that may lead to crashes.
- Resource leak in qat.
- Missing RSA dependency that causes it to fail.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Herbert Xu (1):
crypto: hash - Fix page length clamping in hash walk
Tadeusz Struk (3):
crypto: qat - fix invalid pf2vf_resp_wq logic
crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
crypto: rsa - select crypto mgr dependency
crypto/Kconfig | 1 +
crypto/ahash.c | 3 ++-
drivers/crypto/qat/qat_common/adf_common_drv.h | 11 ++++++++++
drivers/crypto/qat/qat_common/adf_ctl_drv.c | 6 ++++++
drivers/crypto/qat/qat_common/adf_sriov.c | 26 +++++++++++++++---------
5 files changed, 36 insertions(+), 11 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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Crypto Fixes for 4.6 Herbert Xu <herbert@gondor.apana.org.au> - 2016-05-09 10:50 +0200
csiph-web