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


Groups > linux.kernel > #1453101 > unrolled thread

Crypto Fixes for 4.8

Started byHerbert Xu <herbert@gondor.apana.org.au>
First post2016-08-01 12:10 +0200
Last post2016-08-01 12:10 +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.8 Herbert Xu <herbert@gondor.apana.org.au> - 2016-08-01 12:10 +0200

#1453101 — Crypto Fixes for 4.8

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2016-08-01 12:10 +0200
SubjectCrypto Fixes for 4.8
Message-ID<s1iky-4Uz-3@gated-at.bofh.it>
Hi Linus:

This push fixes a number of regressions in the marvell cesa driver
caused by the chaining work, and a regression in lib/mpi that
leads to a GFP_KERNEL allocation with preemption disabled.


Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus


Herbert Xu (1):
      lib/mpi: Fix SG miter leak

Romain Perier (4):
      crypto: marvell - Fix memory leaks in TDMA chain for cipher requests
      crypto: marvell - Don't chain at DMA level when backlog is disabled
      crypto: marvell - Update cache with input sg only when it is unmapped
      crypto: marvell - Don't copy IV vectors from the _process op for ciphers

 drivers/crypto/marvell/cesa.c   |    7 ++++---
 drivers/crypto/marvell/cipher.c |   25 +++++++------------------
 drivers/crypto/marvell/hash.c   |   12 ++++++------
 lib/mpi/mpicoder.c              |   14 +++++++-------
 4 files changed, 24 insertions(+), 34 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