Linux cryptographic layer development
 help / color / mirror / Atom feed
* [GIT PULL] Crypto Fixes for 6.18
@ 2025-10-31  9:20 Herbert Xu
  2025-10-31 14:49 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Herbert Xu @ 2025-10-31  9:20 UTC (permalink / raw)
  To: Linus Torvalds, David S. Miller, Linux Kernel Mailing List,
	Linux Crypto Mailing List

Hi Linus:

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3c9bf72cc1ced1297b235f9422d62b613a3fdae9:

  crypto: aspeed - fix double free caused by devm (2025-10-23 12:53:23 +0800)

----------------------------------------------------------------
This push contains the following changes:

- Fix double free in aspeed.
- Fix req->nbytes clobbering in s390/phmac.

----------------------------------------------------------------
Haotian Zhang (1):
      crypto: aspeed - fix double free caused by devm

Harald Freudenberger (1):
      crypto: s390/phmac - Do not modify the req->nbytes value

 arch/s390/crypto/phmac_s390.c       | 52 ++++++++++++++++++++++++-------------
 drivers/crypto/aspeed/aspeed-acry.c |  2 --
 2 files changed, 34 insertions(+), 20 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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] Crypto Fixes for 6.18
@ 2025-11-14 10:15 Herbert Xu
  2025-11-14 18:20 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Herbert Xu @ 2025-11-14 10:15 UTC (permalink / raw)
  To: Linus Torvalds, David S. Miller, Linux Kernel Mailing List,
	Linux Crypto Mailing List

Hi Linus:

The following changes since commit 3c9bf72cc1ced1297b235f9422d62b613a3fdae9:

  crypto: aspeed - fix double free caused by devm (2025-10-23 12:53:23 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v6.18-p5

for you to fetch changes up to 59b0afd01b2ce353ab422ea9c8375b03db313a21:

  crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_value (2025-11-06 14:29:49 +0800)

----------------------------------------------------------------
This push contains the following changes:

- Fix device reference leak in hisilicon.
----------------------------------------------------------------

Miaoqian Lin (1):
      crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_value

 drivers/crypto/hisilicon/qm.c | 2 ++
 1 file changed, 2 insertions(+)

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] Crypto Fixes for 6.18
@ 2025-10-10 11:39 Herbert Xu
  2025-10-10 18:25 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Herbert Xu @ 2025-10-10 11:39 UTC (permalink / raw)
  To: Linus Torvalds, David S. Miller, Linux Kernel Mailing List,
	Linux Crypto Mailing List

Hi Linus:

The following changes since commit c0d36727bf39bb16ef0a67ed608e279535ebf0da:

  crypto: rng - Ensure set_ent is always present (2025-10-06 10:17:07 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 6bb73db6948c2de23e407fe1b7ef94bf02b7529f:

  crypto: essiv - Check ssize for decryption and in-place encryption (2025-10-09 15:02:35 +0800)

----------------------------------------------------------------
This push contains the following changes:

- Fix bug in crypto_skcipher that breaks the new ti driver.
- Check for invalid assoclen in essiv.
----------------------------------------------------------------

Herbert Xu (1):
      crypto: essiv - Check ssize for decryption and in-place encryption

T Pratham (1):
      crypto: skcipher - Fix reqsize handling

 crypto/essiv.c    | 14 ++++++--------
 crypto/skcipher.c |  2 ++
 2 files changed, 8 insertions(+), 8 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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] Crypto Fixes for 6.18
@ 2025-10-08  3:38 Herbert Xu
  2025-10-08 18:49 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Herbert Xu @ 2025-10-08  3:38 UTC (permalink / raw)
  To: Linus Torvalds, David S. Miller, Linux Kernel Mailing List,
	Linux Crypto Mailing List

Hi Linus:

The following changes since commit 166c83f7789ed02dc1f25bc7bed4a1beb25343aa:

  dt-bindings: rng: hisi-rng: convert to DT schema (2025-09-28 11:54:48 +0800)

are available in the Git repository at:

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

for you to fetch changes up to c0d36727bf39bb16ef0a67ed608e279535ebf0da:

  crypto: rng - Ensure set_ent is always present (2025-10-06 10:17:07 +0800)

----------------------------------------------------------------
This push contains the following changes:

- Fix zstd regression.
- Ensure ti driver algorithm are set as async.
- Revert patch disabling SHA1 in FIPS mode.
- Fix RNG set_ent null-pointer dereference.
----------------------------------------------------------------

Herbert Xu (3):
      crypto: zstd - Fix compression bug caused by truncation
      Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"
      crypto: rng - Ensure set_ent is always present

T Pratham (1):
      crypto: ti - Add CRYPTO_ALG_ASYNC flag to DTHEv2 AES algos

 crypto/rng.c                   | 8 ++++++++
 crypto/testmgr.c               | 5 +++++
 crypto/zstd.c                  | 2 +-
 drivers/crypto/ti/dthev2-aes.c | 2 ++
 4 files changed, 16 insertions(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-11-14 18:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31  9:20 [GIT PULL] Crypto Fixes for 6.18 Herbert Xu
2025-10-31 14:49 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-11-14 10:15 Herbert Xu
2025-11-14 18:20 ` pr-tracker-bot
2025-10-10 11:39 Herbert Xu
2025-10-10 18:25 ` pr-tracker-bot
2025-10-08  3:38 Herbert Xu
2025-10-08 18:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox