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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250129180633.3501650-1-yosry.ahmed@linux.dev>
Date: Wed, 29 Jan 2025 18:06:30 +0000
From: Yosry Ahmed <yosry.ahmed@...ux.dev>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Vitaly Wool <vitaly.wool@...sulko.com>,
	Seth Jennings <sjenning@...hat.com>,
	Dan Streetman <ddstreet@...e.org>,
	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>,
	Heiko Carstens <hca@...ux.ibm.com>,
	Vasily Gorbik <gor@...ux.ibm.com>,
	Alexander Gordeev <agordeev@...ux.ibm.com>,
	Christian Borntraeger <borntraeger@...ux.ibm.com>,
	Sven Schnelle <svens@...ux.ibm.com>,
	Shakeel Butt <shakeel.butt@...ux.dev>,
	Vlastimil Babka <vbabka@...e.cz>,
	linux-mm@...ck.org,
	linux-kernel@...r.kernel.org,
	loongarch@...ts.linux.dev,
	linux-s390@...r.kernel.org,
	linux-doc@...r.kernel.org
Subject: [PATCH v2 0/2] mm: zswap: remove z3fold and zbud

After 2 cycles of deprecating z3fold, remove it as well as zbud
(rationale in specific patches).

v1 -> v2:
- Remove zbud directly instead of deprecating it first as suggested by
  Johannes.

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

 CREDITS                                       |    3 +
 Documentation/admin-guide/mm/zswap.rst        |   10 +-
 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                                   |   14 -
 arch/loongarch/configs/loongson3_defconfig    |    3 +-
 arch/s390/configs/debug_defconfig             |    2 +-
 arch/s390/configs/defconfig                   |    2 +-
 include/linux/zpool.h                         |    5 +-
 mm/Kconfig                                    |   47 -
 mm/Makefile                                   |    2 -
 mm/z3fold.c                                   | 1447 -----------------
 mm/zbud.c                                     |  455 ------
 mm/zpool.c                                    |    4 +-
 16 files changed, 14 insertions(+), 2041 deletions(-)
 delete mode 100644 Documentation/mm/z3fold.rst
 delete mode 100644 Documentation/translations/zh_CN/mm/z3fold.rst
 delete mode 100644 mm/z3fold.c
 delete mode 100644 mm/zbud.c

-- 
2.48.1.262.g85cc9f2d1e-goog


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ