lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Z5gdlO5pOu9XeGce@google.com>
Date: Mon, 27 Jan 2025 23:58:12 +0000
From: Yosry Ahmed <yosry.ahmed@...ux.dev>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Vitaly Wool <vitaly.wool@...sulko.com>,
	Miaohe Lin <linmiaohe@...wei.com>,
	Johannes Weiner <hannes@...xchg.org>, Nhat Pham <nphamcs@...il.com>,
	Chengming Zhou <chengming.zhou@...ux.dev>,
	Huacai Chen <chenhuacai@...nel.org>,
	WANG Xuerui <kernel@...0n.name>, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org, loongarch@...ts.linux.dev
Subject: [PATCH 0/2] mm: zswap: deprecate zbud and remove z3fold

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ