mbox series

[GIT,PULL] Crypto Fixes for 6.16

Message ID aEupSzhTI4h8kz-5@gondor.apana.org.au
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 6.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v6.16-p4

Message

Herbert Xu June 13, 2025, 4:30 a.m. UTC
Hi Linus:

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v6.16-p4

for you to fetch changes up to 40a98e702b528c631094f2e524d309faf33dc774:

  crypto: hkdf - move to late_initcall (2025-06-11 10:59:45 +0800)

----------------------------------------------------------------
This push fixes a broken self-test in hkdf (new regression).
----------------------------------------------------------------

Eric Biggers (1):
      crypto: hkdf - move to late_initcall

 crypto/hkdf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks,