mbox series

[GIT,PULL] Crypto Fixes for 5.17

Message ID YgMn+1qQPQId50hO@gondor.apana.org.au
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus

Message

Herbert Xu Feb. 9, 2022, 2:33 a.m. UTC
Hi Linus:

This push fixes two regressions:

- Potential boot failure due to missing cryptomgr on initramfs.
- Stack overflow in octeontx2.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus 

for you to fetch changes up to c6ce9c5831cae515d375a01b97ae1778689acf19:

  crypto: api - Move cryptomgr soft dependency into algapi (2022-02-05 15:10:07 +1100)

----------------------------------------------------------------
Herbert Xu (1):
      crypto: api - Move cryptomgr soft dependency into algapi

Kees Cook (1):
      crypto: octeontx2 - Avoid stack variable overflow

 crypto/algapi.c                                     | 1 +
 crypto/api.c                                        | 1 -
 drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c | 3 ++-
 3 files changed, 3 insertions(+), 2 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org March 31, 2022, 7:12 p.m. UTC | #1
The pull request you sent on Thu, 31 Mar 2022 15:16:58 +1200:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v5.18-p1

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

Thank you!