2023-01-06 09:16:50

by Herbert Xu

[permalink] [raw]
Subject: [GIT PULL] Crypto Fixes for 6.2

Hi Linus:

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 736f88689c6912f05d0116917910603a7ba97de7:

crypto: arm64/sm4 - fix possible crash with CFI enabled (2022-12-30 17:57:42 +0800)

----------------------------------------------------------------
This push fixes a CFI crash in arm64/sm4 as well as a regression
in the caam driver.
----------------------------------------------------------------

Nikolaus Voss (1):
crypto: caam - fix CAAM io mem access in blob_gen

Tianjia Zhang (1):
crypto: arm64/sm4 - fix possible crash with CFI enabled

arch/arm64/crypto/sm4-ce-ccm-core.S | 5 +++--
arch/arm64/crypto/sm4-ce-gcm-core.S | 5 +++--
drivers/crypto/caam/blob_gen.c | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


2023-01-06 21:19:51

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] Crypto Fixes for 6.2

The pull request you sent on Fri, 6 Jan 2023 17:15:32 +0800:

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

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

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2023-03-05 10:15:36

by Herbert Xu

[permalink] [raw]
Subject: [GIT PULL] Crypto Fixes for 6.3

Hi Linus:

The following changes since commit 8b84475318641c2b89320859332544cf187e1cbd:

crypto: x86/aria-avx - Do not use avx2 instructions (2023-02-14 13:39:33 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 660ca9470f9c613fa2c71a123a9469c80a697ee4:

crypto: caam - Fix edesc/iv ordering mixup (2023-02-28 16:30:58 +0800)

----------------------------------------------------------------
This push fixes a regression in the caam driver.
----------------------------------------------------------------

Herbert Xu (1):
crypto: caam - Fix edesc/iv ordering mixup

drivers/crypto/caam/caamalg.c | 26 +++++++++++++++++++-------
drivers/crypto/caam/caamalg_qi.c | 40 ++++++++++++++++++++++++++--------------
drivers/crypto/caam/qi.c | 10 ++++++++--
3 files changed, 53 insertions(+), 23 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2023-03-05 19:37:22

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] Crypto Fixes for 6.3

The pull request you sent on Sun, 5 Mar 2023 18:15:19 +0800:

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

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

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2023-05-07 13:20:40

by Herbert Xu

[permalink] [raw]
Subject: [GIT PULL] Crypto Fixes for 6.4

Hi Linus:

The following changes since commit 482c84e906e535072c55395acabd3a58e9443d12:

i2c: designware: Add doorbell support for Mendocino (2023-04-20 18:20:05 +0800)

are available in the Git repository at:

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

for you to fetch changes up to b8969a1b69672b163d057e7745ebc915df689211:

crypto: api - Fix CRYPTO_USER checks for report function (2023-05-02 18:22:24 +0800)

----------------------------------------------------------------
This push fixes the following problems:

- A long-standing bug in crypto_engine.
- A buggy but harmless check in the sun8i-ss driver.
- A regression in the CRYPTO_USER interface.
----------------------------------------------------------------

Christophe JAILLET (1):
crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()

Olivier Bacon (1):
crypto: engine - fix crypto_queue backlog handling

Ondrej Mosnacek (1):
crypto: api - Fix CRYPTO_USER checks for report function

crypto/acompress.c | 2 +-
crypto/aead.c | 2 +-
crypto/ahash.c | 2 +-
crypto/akcipher.c | 2 +-
crypto/algapi.c | 3 +++
crypto/crypto_engine.c | 6 +++---
crypto/kpp.c | 2 +-
crypto/rng.c | 2 +-
crypto/scompress.c | 2 +-
crypto/shash.c | 2 +-
crypto/skcipher.c | 2 +-
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c | 2 +-
12 files changed, 16 insertions(+), 13 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2023-05-07 18:12:49

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] Crypto Fixes for 6.4

The pull request you sent on Sun, 7 May 2023 21:19:48 +0800:

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

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

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2023-05-29 04:09:04

by Herbert Xu

[permalink] [raw]
Subject: [GIT PULL] Crypto Fixes for 6.4

Hi Linus:

The following changes since commit b8969a1b69672b163d057e7745ebc915df689211:

crypto: api - Fix CRYPTO_USER checks for report function (2023-05-02 18:22:24 +0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 v6.4-p3

for you to fetch changes up to 6ab39f99927eed605728b02d512438d828183c97:

crypto: x86/aria - Use 16 byte alignment for GFNI constant vectors (2023-05-24 18:10:27 +0800)

----------------------------------------------------------------
This push fixes an alignment crash in x86/aria.
----------------------------------------------------------------

Ard Biesheuvel (1):
crypto: x86/aria - Use 16 byte alignment for GFNI constant vectors

arch/x86/crypto/aria-aesni-avx-asm_64.S | 2 --
1 file changed, 2 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2023-05-29 11:40:32

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] Crypto Fixes for 6.4

The pull request you sent on Mon, 29 May 2023 11:41:40 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 v6.4-p3

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

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2023-07-10 00:24:20

by Herbert Xu

[permalink] [raw]
Subject: [GIT PULL] Crypto Fixes for 6.5

Hi Linus:

The following changes since commit 5d95ff84e62be914b4a4dabfa814e4096b05b1b0:

Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2023-06-30 21:27:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0b7ec177b589842c0abf9e91459c83ba28d32452:

crypto: algif_hash - Fix race between MORE and non-MORE sends (2023-07-08 22:48:42 +1000)

----------------------------------------------------------------
This push fixes a couple of regressions in af_alg and incorrect
return values in crypto/asymmetric_keys/public_key.
----------------------------------------------------------------

Dan Carpenter (1):
KEYS: asymmetric: Fix error codes

David Howells (2):
crypto: af_alg - Fix merging of written data into spliced pages
crypto: algif_hash - Fix race between MORE and non-MORE sends

crypto/af_alg.c | 7 ++++---
crypto/algif_hash.c | 4 +++-
crypto/asymmetric_keys/public_key.c | 20 +++++++++++++++-----
3 files changed, 22 insertions(+), 9 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2023-07-10 17:24:24

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] Crypto Fixes for 6.5

The pull request you sent on Mon, 10 Jul 2023 09:51:03 +1000:

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

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

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2023-08-21 04:11:26

by Herbert Xu

[permalink] [raw]
Subject: [GIT PULL] Crypto Fixes for 6.5

Hi Linus:

The following changes since commit 419caed6cc77f19148faefe13515f8685ede219b:

Merge tag 'v6.5-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2023-07-10 09:53:11 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 tags/v6.5-p3

for you to fetch changes up to 080aa61e370b9c5cafe71cacadbfe0e72db4d6df:

crypto: fix uninit-value in af_alg_free_resources (2023-08-18 18:30:09 +0800)

----------------------------------------------------------------
This push fixes a regression in the caam driver and af_alg.
----------------------------------------------------------------
Herbert Xu (1):
Revert "crypto: caam - adjust RNG timing to support more devices"

Pavel Skripkin (1):
crypto: fix uninit-value in af_alg_free_resources

crypto/af_alg.c | 4 ++--
drivers/crypto/caam/ctrl.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt