Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1396856 > unrolled thread

Crypto Fixes for 4.6

Started byHerbert Xu <herbert@gondor.apana.org.au>
First post2016-05-09 10:50 +0200
Last post2016-05-09 10:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Crypto Fixes for 4.6 Herbert Xu <herbert@gondor.apana.org.au> - 2016-05-09 10:50 +0200

#1396856 — Crypto Fixes for 4.6

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2016-05-09 10:50 +0200
SubjectCrypto Fixes for 4.6
Message-ID<rwP34-1DF-15@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web