mbox series

[GIT] Crypto Fixes for 5.3

Message ID 20190809061548.GA10530@gondor.apana.org.au (mailing list archive)
State Not Applicable
Delegated to: Herbert Xu
Headers show
Series [GIT] Crypto Fixes for 5.3 | expand

Pull-request

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

Message

Herbert Xu Aug. 9, 2019, 6:15 a.m. UTC
Hi Linus: 

This push fixes a number of bugs in the ccp driver.


The following changes since commit cf144f81a99d1a3928f90b0936accfd3f45c9a0a:

  padata: use smp_mb in padata_reorder to avoid orphaned padata jobs (2019-07-18 13:39:54 +0800)

are available in the git repository at:

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

for you to fetch changes up to e2664ecbb2f26225ac6646876f2899558ffb2604:

  crypto: ccp - Ignore tag length when decrypting GCM ciphertext (2019-08-02 14:36:36 +1000)

----------------------------------------------------------------
Gary R Hook (3):
      crypto: ccp - Fix oops by properly managing allocated structures
      crypto: ccp - Add support for valid authsize values less than 16
      crypto: ccp - Ignore tag length when decrypting GCM ciphertext

 drivers/crypto/ccp/ccp-crypto-aes-galois.c |   14 ++++++++++++
 drivers/crypto/ccp/ccp-ops.c               |   33 ++++++++++++++++++++--------
 include/linux/ccp.h                        |    2 ++
 3 files changed, 40 insertions(+), 9 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Aug. 9, 2019, 4:35 p.m. UTC | #1
The pull request you sent on Fri, 9 Aug 2019 16:15:48 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e577dc152e232c78e5774e4c9b5486a04561920b

Thank you!