The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove pcrypt
@ 2026-07-13 22:32 Eric Biggers
  2026-07-13 22:32 ` [PATCH 1/2] crypto: pcrypt - " Eric Biggers
  2026-07-13 22:32 ` [PATCH 2/2] padata: Remove serialized job support Eric Biggers
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Biggers @ 2026-07-13 22:32 UTC (permalink / raw)
  To: linux-crypto, Herbert Xu
  Cc: netdev, linux-kernel, Steffen Klassert, Thomas Huth, Eric Biggers

This series removes the obsolete 'pcrypt' module, along with the
serialized job support in padata which was used only by pcrypt.

Changed in v2:
    - Added patch that removes the serialized job support from padata.

Eric Biggers (2):
  crypto: pcrypt - Remove pcrypt
  padata: Remove serialized job support

 Documentation/core-api/padata.rst           | 145 +---
 MAINTAINERS                                 |   7 -
 arch/loongarch/configs/loongson32_defconfig |   1 -
 arch/loongarch/configs/loongson64_defconfig |   1 -
 arch/s390/configs/debug_defconfig           |   1 -
 arch/s390/configs/defconfig                 |   1 -
 crypto/Kconfig                              |  10 -
 crypto/Makefile                             |   1 -
 crypto/pcrypt.c                             | 394 ---------
 include/crypto/pcrypt.h                     |  39 -
 include/linux/padata.h                      | 145 +---
 kernel/padata.c                             | 902 +-------------------
 tools/crypto/tcrypt/tcrypt_speed_compare.py |   7 +-
 13 files changed, 18 insertions(+), 1636 deletions(-)
 delete mode 100644 crypto/pcrypt.c
 delete mode 100644 include/crypto/pcrypt.h


base-commit: 0f26556c5eeea62cc934fa8938b148aa5844a6b6
-- 
2.55.0


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

end of thread, other threads:[~2026-07-14  4:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-13 22:32 [PATCH 0/2] Remove pcrypt Eric Biggers
2026-07-13 22:32 ` [PATCH 1/2] crypto: pcrypt - " Eric Biggers
2026-07-14  4:20   ` Thomas Huth
2026-07-13 22:32 ` [PATCH 2/2] padata: Remove serialized job support Eric Biggers
2026-07-14  4:28   ` Thomas Huth

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