All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mm: zswap: deprecate zbud and remove z3fold
@ 2025-01-27 23:58 Yosry Ahmed
  0 siblings, 0 replies; only message in thread
From: Yosry Ahmed @ 2025-01-27 23:58 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Vitaly Wool, Miaohe Lin, Johannes Weiner, Nhat Pham,
	Chengming Zhou, Huacai Chen, WANG Xuerui, linux-mm, linux-kernel,
	loongarch

After 2 cycles of deprecating z3fold, remove it and mark zbud as
deprecated for removal next. It was initially thought that zbud cannot
be removed because it has no dependency on CONFIG_MMU while zsmalloc
does, but CONFIG_SWAP depends on CONFIG_MMU anyway.

Yosry Ahmed (2):
  mm: zbud: deprecate CONFIG_ZBUD
  mm: z3fold: remove z3fold

 CREDITS                                       |    1 +
 Documentation/mm/index.rst                    |    1 -
 Documentation/mm/z3fold.rst                   |   28 -
 Documentation/translations/zh_CN/mm/index.rst |    1 -
 .../translations/zh_CN/mm/z3fold.rst          |   31 -
 MAINTAINERS                                   |    7 -
 arch/loongarch/configs/loongson3_defconfig    |    3 +-
 mm/Kconfig                                    |   47 +-
 mm/Makefile                                   |    1 -
 mm/z3fold.c                                   | 1447 -----------------
 10 files changed, 17 insertions(+), 1550 deletions(-)
 delete mode 100644 Documentation/mm/z3fold.rst
 delete mode 100644 Documentation/translations/zh_CN/mm/z3fold.rst
 delete mode 100644 mm/z3fold.c

-- 
2.48.1.262.g85cc9f2d1e-goog


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-27 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27 23:58 [PATCH 0/2] mm: zswap: deprecate zbud and remove z3fold Yosry Ahmed

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.