[GIT,PULL] Crypto Fixes for 6.5

Message ID ZOLcCC523FoBAyv0@gondor.apana.org.au
State New
Headers
Series [GIT,PULL] Crypto Fixes for 6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 tags/v6.5-p3

Message

Herbert Xu Aug. 21, 2023, 3:37 a.m. UTC
  Hi Linus:

The following changes since commit 419caed6cc77f19148faefe13515f8685ede219b:

  Merge tag 'v6.5-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2023-07-10 09:53:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 tags/v6.5-p3

for you to fetch changes up to 080aa61e370b9c5cafe71cacadbfe0e72db4d6df:

  crypto: fix uninit-value in af_alg_free_resources (2023-08-18 18:30:09 +0800)

----------------------------------------------------------------
This push fixes a regression in the caam driver and af_alg.
----------------------------------------------------------------
Herbert Xu (1):
      Revert "crypto: caam - adjust RNG timing to support more devices"

Pavel Skripkin (1):
      crypto: fix uninit-value in af_alg_free_resources

 crypto/af_alg.c            | 4 ++--
 drivers/crypto/caam/ctrl.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Thanks,