From: Herbert Xu <herbert@gondor.apana.org.au> To: Linus Torvalds <torvalds@linux-foundation.org>, "David S. Miller" <davem@davemloft.net>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux Crypto Mailing List <linux-crypto@vger.kernel.org> Subject: [GIT PULL] Crypto Fixes for 5.18 Date: Thu, 31 Mar 2022 15:16:58 +1200 [thread overview] Message-ID: <YkUdKiJflWqxBmx5@gondor.apana.org.au> (raw) In-Reply-To: <YjE5yThYIzih2kM6@gondor.apana.org.au> 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, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
next prev parent reply other threads:[~2022-03-31 4:14 UTC|newest] Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-08-03 4:40 [GIT PULL] Crypto Update for 5.9 Herbert Xu 2020-08-03 17:55 ` pr-tracker-bot 2020-08-30 22:33 ` [GIT PULL] Crypto Fixes " Herbert Xu 2020-08-30 23:02 ` pr-tracker-bot 2020-09-10 0:34 ` Herbert Xu 2020-09-10 2:48 ` pr-tracker-bot 2020-10-26 1:11 ` [GIT PULL] Crypto Fixes for 5.10 Herbert Xu 2020-10-26 17:52 ` pr-tracker-bot 2020-12-27 11:32 ` [GIT PULL] Crypto Fixes for 5.11 Herbert Xu 2020-12-27 17:27 ` pr-tracker-bot 2021-01-08 3:54 ` Herbert Xu 2021-01-08 20:36 ` pr-tracker-bot 2021-01-18 5:13 ` Herbert Xu 2021-01-18 21:16 ` pr-tracker-bot 2021-01-25 22:36 ` Herbert Xu 2021-01-26 0:01 ` pr-tracker-bot 2021-07-08 3:09 ` [GIT PULL] Crypto Fixes for 5.14 Herbert Xu 2021-07-09 19:20 ` pr-tracker-bot 2021-08-17 1:36 ` Herbert Xu 2021-08-17 2:27 ` pr-tracker-bot 2021-09-29 2:38 ` [GIT PULL] Crypto Fixes for 5.15 Herbert Xu 2021-09-29 14:51 ` pr-tracker-bot 2021-10-29 4:14 ` Herbert Xu 2021-10-29 17:39 ` Linus Torvalds 2021-11-02 4:01 ` Herbert Xu 2021-10-29 18:49 ` pr-tracker-bot 2021-11-12 10:48 ` [GIT PULL] Crypto Fixes for 5.16 Herbert Xu 2021-11-12 20:42 ` pr-tracker-bot 2021-12-22 5:13 ` Herbert Xu 2021-12-22 19:02 ` pr-tracker-bot 2022-02-09 2:33 ` [GIT PULL] Crypto Fixes for 5.17 Herbert Xu 2022-02-09 18:01 ` pr-tracker-bot 2022-03-16 1:13 ` Herbert Xu 2022-03-17 20:40 ` pr-tracker-bot 2022-03-31 3:16 ` Herbert Xu [this message] 2022-03-31 19:12 ` [GIT PULL] Crypto Fixes for 5.18 pr-tracker-bot 2022-05-20 5:41 ` Herbert Xu 2022-05-20 6:10 ` pr-tracker-bot 2022-05-27 11:29 ` [GIT PULL] Crypto Fixes for 5.19 Herbert Xu 2022-05-28 1:21 ` pr-tracker-bot 2022-06-17 8:29 ` Herbert Xu 2022-06-17 15:29 ` pr-tracker-bot 2022-06-30 7:56 ` Herbert Xu 2022-06-30 17:28 ` pr-tracker-bot 2022-08-02 6:05 ` [GIT PULL] Crypto Update for 5.20 Herbert Xu 2022-08-03 0:57 ` pr-tracker-bot 2020-10-12 3:32 ` [GIT PULL] Crypto Update for 5.10 Herbert Xu 2020-10-13 16:24 ` pr-tracker-bot 2020-12-14 5:55 ` [GIT PULL] Crypto Update for 5.11 Herbert Xu 2020-12-14 20:56 ` pr-tracker-bot 2021-02-15 2:47 ` [GIT PULL] Crypto Update for 5.12 Herbert Xu 2021-02-22 1:28 ` pr-tracker-bot 2021-04-26 12:32 ` [GIT PULL] Crypto Update for 5.13 Herbert Xu 2021-04-26 15:59 ` pr-tracker-bot 2021-06-28 11:00 ` [GIT PULL] Crypto Update for 5.14 Herbert Xu 2021-06-28 23:36 ` pr-tracker-bot 2021-08-30 8:28 ` [GIT PULL] Crypto Update for 5.15 Herbert Xu 2021-08-30 20:17 ` pr-tracker-bot 2021-11-02 3:52 ` [GIT PULL] Crypto Update for 5.16 Herbert Xu 2021-11-02 4:27 ` pr-tracker-bot 2022-01-11 2:04 ` [GIT PULL] Crypto Update for 5.17 Herbert Xu 2022-01-11 20:53 ` pr-tracker-bot 2022-03-20 23:42 ` [GIT PULL] Crypto Update for 5.18 Herbert Xu 2022-03-21 23:14 ` Linus Torvalds 2022-03-22 5:49 ` Herbert Xu 2022-03-21 23:18 ` pr-tracker-bot
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=YkUdKiJflWqxBmx5@gondor.apana.org.au \ --to=herbert@gondor.apana.org.au \ --cc=davem@davemloft.net \ --cc=linux-crypto@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ --subject='Re: [GIT PULL] Crypto Fixes for 5.18' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).