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


Groups > linux.kernel > #1601094 > unrolled thread

Crypto Fixes for 4.11

Started byHerbert Xu <herbert@gondor.apana.org.au>
First post2017-03-15 07:40 +0100
Last post2017-03-24 15:20 +0100
Articles 2 — 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.11 Herbert Xu <herbert@gondor.apana.org.au> - 2017-03-15 07:40 +0100
    Crypto Fixes for 4.11 Herbert Xu <herbert@gondor.apana.org.au> - 2017-03-24 15:20 +0100

#1601094 — Crypto Fixes for 4.11

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2017-03-15 07:40 +0100
SubjectCrypto Fixes for 4.11
Message-ID<tlaLg-3Ki-21@gated-at.bofh.it>
Hi Linus:

This push fixes the following issues:

- Self-test failure of crc32c on powerpc.
- Regressions of ecb(aes) when used with xts/lrw in s5p-sss.
- A number of bugs in the omap RNG driver.


Please pull from

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


Daniel Axtens (1):
      crypto: powerpc - Fix initialisation of crc32c context

Krzysztof Kozlowski (2):
      crypto: s5p-sss - Fix completing crypto request in IRQ handler
      crypto: s5p-sss - Fix spinlock recursion on LRW(AES)

Thomas Petazzoni (3):
      hwrng: omap - write registers after enabling the clock
      hwrng: omap - use devm_clk_get() instead of of_clk_get()
      hwrng: omap - Do not access INTMASK_REG on EIP76

 arch/powerpc/crypto/crc32c-vpmsum_glue.c |    2 +-
 drivers/char/hw_random/omap-rng.c        |   16 +++-
 drivers/crypto/s5p-sss.c                 |  132 +++++++++++++++++++-----------
 3 files changed, 100 insertions(+), 50 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] | [next] | [standalone]


#1608443

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2017-03-24 15:20 +0100
Message-ID<toyem-2LK-37@gated-at.bofh.it>
In reply to#1601094
Hi Linus:

This push fixes regressions in the crypto ccp driver and the
hwrng drivers amd and geode.


Please pull from

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


Gary R Hook (1):
      crypto: ccp - Assign DMA commands to the channel's CCP

Prarit Bhargava (2):
      hwrng: amd - Revert managed API changes
      hwrng: geode - Revert managed API changes

 drivers/char/hw_random/amd-rng.c   |   42 ++++++++++++++++++++++++------
 drivers/char/hw_random/geode-rng.c |   50 +++++++++++++++++++++++++-----------
 drivers/crypto/ccp/ccp-dev.c       |    5 +++-
 drivers/crypto/ccp/ccp-dmaengine.c |    1 +
 include/linux/ccp.h                |    2 +-
 5 files changed, 75 insertions(+), 25 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] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web