mbox series

[GIT,PULL] Crypto Fixes for 6.7

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

Pull-request

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

Message

Herbert Xu Nov. 9, 2023, 4:30 a.m. UTC
Hi Linus:

The following changes since commit a312e07a65fb598ed239b940434392721385c722:

  crypto: adiantum - flush destination page before unmapping (2023-11-01 12:58:42 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 9aedd10fe38418319bd8ed55dc68a40ec04aaa05:

  crypto: ahash - Set using_shash for cloned ahash wrapper over shash (2023-11-07 16:44:36 +0800)

----------------------------------------------------------------
This push fixes a regression in ahash and hides the Kconfig
sub-options for the jitter RNG.
----------------------------------------------------------------

Dmitry Safonov (1):
      crypto: ahash - Set using_shash for cloned ahash wrapper over shash

Herbert Xu (1):
      crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERT

 crypto/Kconfig | 28 +++++++++++++++++++++++++---
 crypto/ahash.c |  1 +
 2 files changed, 26 insertions(+), 3 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Nov. 10, 2023, 1:30 a.m. UTC | #1
The pull request you sent on Thu, 9 Nov 2023 12:30:43 +0800:

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

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

Thank you!