mbox series

[GIT,PULL] Crypto Fixes for 6.5

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

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,

Comments

pr-tracker-bot@kernel.org Aug. 21, 2023, 5:09 a.m. UTC | #1
The pull request you sent on Mon, 21 Aug 2023 11:37:44 +0800:

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

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

Thank you!