mbox series

[GIT,PULL] Crypto Fixes for 6.4

Message ID ZFeldCJcieIlXKJ8@gondor.apana.org.au
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 6.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.4-p2

Message

Herbert Xu May 7, 2023, 1:19 p.m. UTC
Hi Linus:

The following changes since commit 482c84e906e535072c55395acabd3a58e9443d12:

  i2c: designware: Add doorbell support for Mendocino (2023-04-20 18:20:05 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.4-p2 

for you to fetch changes up to b8969a1b69672b163d057e7745ebc915df689211:

  crypto: api - Fix CRYPTO_USER checks for report function (2023-05-02 18:22:24 +0800)

----------------------------------------------------------------
This push fixes the following problems:

- A long-standing bug in crypto_engine.
- A buggy but harmless check in the sun8i-ss driver. 
- A regression in the CRYPTO_USER interface.
----------------------------------------------------------------

Christophe JAILLET (1):
      crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()

Olivier Bacon (1):
      crypto: engine - fix crypto_queue backlog handling

Ondrej Mosnacek (1):
      crypto: api - Fix CRYPTO_USER checks for report function

 crypto/acompress.c                                  | 2 +-
 crypto/aead.c                                       | 2 +-
 crypto/ahash.c                                      | 2 +-
 crypto/akcipher.c                                   | 2 +-
 crypto/algapi.c                                     | 3 +++
 crypto/crypto_engine.c                              | 6 +++---
 crypto/kpp.c                                        | 2 +-
 crypto/rng.c                                        | 2 +-
 crypto/scompress.c                                  | 2 +-
 crypto/shash.c                                      | 2 +-
 crypto/skcipher.c                                   | 2 +-
 drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c | 2 +-
 12 files changed, 16 insertions(+), 13 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org May 29, 2023, 11:39 a.m. UTC | #1
The pull request you sent on Mon, 29 May 2023 11:41:40 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 v6.4-p3

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

Thank you!