mbox series

[GIT,PULL] Crypto Fixes for 5.18

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

Pull-request

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

Message

Herbert Xu March 31, 2022, 3:16 a.m. UTC
Hi Linus:

The following changes since commit 0e03b8fd29363f2df44e2a7a176d486de550757a:

  crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TEST (2022-03-14 14:45:45 +1200)

are available in the Git repository at:

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

for you to fetch changes up to aa8e73eed7d3084c18dd16d195748661c7e881b5:

  crypto: x86/sm3 - Fixup SLS (2022-03-30 16:33:11 +1200)

----------------------------------------------------------------
This push fixes the following issues:

- Missing Kconfig dependency on arm that leads to boot failure.
- x86 SLS fixes.
- Reference leak in the stm32 driver.

----------------------------------------------------------------
Herbert Xu (1):
      crypto: arm/aes-neonbs-cbc - Select generic cbc and aes

Peter Zijlstra (3):
      crypto: x86/chacha20 - Avoid spurious jumps to other functions
      crypto: x86/poly1305 - Fixup SLS
      crypto: x86/sm3 - Fixup SLS

Zheng Yongjun (1):
      crypto: stm32 - fix reference leak in stm32_crc_remove

 arch/arm/crypto/Kconfig                       |  2 ++
 arch/x86/crypto/chacha-avx512vl-x86_64.S      |  4 +--
 arch/x86/crypto/poly1305-x86_64-cryptogams.pl | 38 +++++++++++++--------------
 arch/x86/crypto/sm3-avx-asm_64.S              |  2 +-
 drivers/crypto/stm32/stm32-crc32.c            |  4 ++-
 5 files changed, 27 insertions(+), 23 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org June 17, 2022, 3:29 p.m. UTC | #1
The pull request you sent on Fri, 17 Jun 2022 16:29:33 +0800:

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

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

Thank you!
pr-tracker-bot@kernel.org Aug. 3, 2022, 12:57 a.m. UTC | #2
The pull request you sent on Tue, 2 Aug 2022 14:05:04 +0800:

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

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

Thank you!