[PATCH 0/2] Remove pcrypt

Eric Biggers posted 2 patches 1 week, 4 days ago
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
[PATCH 0/2] Remove pcrypt
Posted by Eric Biggers 1 week, 4 days ago
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