Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: Remove cavium zip and drop scomp dst buffer
@ 2025-03-19 12:31 Herbert Xu
  2025-03-19 12:31 ` [PATCH 1/3] crypto: cavium - Move cpt and nitrox rules into cavium Makefile Herbert Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Herbert Xu @ 2025-03-19 12:31 UTC (permalink / raw)
  To: Linux Crypto Mailing List; +Cc: Ard Biesheuvel

This series removes the cavium zip driver and the dst scratch buffer
from scomp.  The latter could use up to 64K of memory per CPU.

Herbert Xu (3):
  crypto: cavium - Move cpt and nitrox rules into cavium Makefile
  crypto: cavium/zip - Remove driver
  crypto: scomp - Drop the dst scratch buffer

 crypto/scompress.c                      |   98 +-
 drivers/crypto/Kconfig                  |    7 -
 drivers/crypto/Makefile                 |    4 +-
 drivers/crypto/cavium/Makefile          |    3 +-
 drivers/crypto/cavium/zip/Makefile      |   12 -
 drivers/crypto/cavium/zip/common.h      |  222 ----
 drivers/crypto/cavium/zip/zip_crypto.c  |  261 -----
 drivers/crypto/cavium/zip/zip_crypto.h  |   68 --
 drivers/crypto/cavium/zip/zip_deflate.c |  200 ----
 drivers/crypto/cavium/zip/zip_deflate.h |   62 --
 drivers/crypto/cavium/zip/zip_device.c  |  202 ----
 drivers/crypto/cavium/zip/zip_device.h  |  108 --
 drivers/crypto/cavium/zip/zip_inflate.c |  223 ----
 drivers/crypto/cavium/zip/zip_inflate.h |   62 --
 drivers/crypto/cavium/zip/zip_main.c    |  603 ----------
 drivers/crypto/cavium/zip/zip_main.h    |  120 --
 drivers/crypto/cavium/zip/zip_mem.c     |  114 --
 drivers/crypto/cavium/zip/zip_mem.h     |   78 --
 drivers/crypto/cavium/zip/zip_regs.h    | 1347 -----------------------
 19 files changed, 47 insertions(+), 3747 deletions(-)
 delete mode 100644 drivers/crypto/cavium/zip/Makefile
 delete mode 100644 drivers/crypto/cavium/zip/common.h
 delete mode 100644 drivers/crypto/cavium/zip/zip_crypto.c
 delete mode 100644 drivers/crypto/cavium/zip/zip_crypto.h
 delete mode 100644 drivers/crypto/cavium/zip/zip_deflate.c
 delete mode 100644 drivers/crypto/cavium/zip/zip_deflate.h
 delete mode 100644 drivers/crypto/cavium/zip/zip_device.c
 delete mode 100644 drivers/crypto/cavium/zip/zip_device.h
 delete mode 100644 drivers/crypto/cavium/zip/zip_inflate.c
 delete mode 100644 drivers/crypto/cavium/zip/zip_inflate.h
 delete mode 100644 drivers/crypto/cavium/zip/zip_main.c
 delete mode 100644 drivers/crypto/cavium/zip/zip_main.h
 delete mode 100644 drivers/crypto/cavium/zip/zip_mem.c
 delete mode 100644 drivers/crypto/cavium/zip/zip_mem.h
 delete mode 100644 drivers/crypto/cavium/zip/zip_regs.h

-- 
2.39.5


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

end of thread, other threads:[~2025-03-20  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19 12:31 [PATCH 0/3] crypto: Remove cavium zip and drop scomp dst buffer Herbert Xu
2025-03-19 12:31 ` [PATCH 1/3] crypto: cavium - Move cpt and nitrox rules into cavium Makefile Herbert Xu
2025-03-19 12:31 ` [PATCH 2/3] crypto: cavium/zip - Remove driver Herbert Xu
2025-03-19 12:31 ` [PATCH 3/3] crypto: scomp - Drop the dst scratch buffer Herbert Xu
2025-03-20  7:49 ` [PATCH 0/3] crypto: Remove cavium zip and drop scomp dst buffer Ard Biesheuvel

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