From: Yosry Ahmed <yosry.ahmed@linux.dev>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Vitaly Wool <vitaly.wool@konsulko.com>,
Seth Jennings <sjenning@redhat.com>,
Dan Streetman <ddstreet@ieee.org>,
Miaohe Lin <linmiaohe@huawei.com>,
Johannes Weiner <hannes@cmpxchg.org>,
Nhat Pham <nphamcs@gmail.com>,
Chengming Zhou <chengming.zhou@linux.dev>,
Huacai Chen <chenhuacai@kernel.org>,
WANG Xuerui <kernel@xen0n.name>,
Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Alexander Gordeev <agordeev@linux.ibm.com>,
Christian Borntraeger <borntraeger@linux.ibm.com>,
Sven Schnelle <svens@linux.ibm.com>,
Shakeel Butt <shakeel.butt@linux.dev>,
Vlastimil Babka <vbabka@suse.cz>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
loongarch@lists.linux.dev, linux-s390@vger.kernel.org,
linux-doc@vger.kernel.org
Subject: [PATCH v2 0/2] mm: zswap: remove z3fold and zbud
Date: Wed, 29 Jan 2025 18:06:30 +0000 [thread overview]
Message-ID: <20250129180633.3501650-1-yosry.ahmed@linux.dev> (raw)
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
next reply other threads:[~2025-01-29 18:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-29 18:06 Yosry Ahmed [this message]
2025-01-29 18:06 ` [PATCH v2 1/2] mm: z3fold: remove z3fold Yosry Ahmed
2025-01-29 18:06 ` [PATCH v2 2/2] mm: zbud: remove zbud Yosry Ahmed
2025-01-29 19:26 ` Shakeel Butt
2025-01-30 16:28 ` Johannes Weiner
2025-01-30 16:43 ` Nhat Pham
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250129180633.3501650-1-yosry.ahmed@linux.dev \
--to=yosry.ahmed@linux.dev \
--cc=agordeev@linux.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=borntraeger@linux.ibm.com \
--cc=chengming.zhou@linux.dev \
--cc=chenhuacai@kernel.org \
--cc=ddstreet@ieee.org \
--cc=gor@linux.ibm.com \
--cc=hannes@cmpxchg.org \
--cc=hca@linux.ibm.com \
--cc=kernel@xen0n.name \
--cc=linmiaohe@huawei.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-s390@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=nphamcs@gmail.com \
--cc=shakeel.butt@linux.dev \
--cc=sjenning@redhat.com \
--cc=svens@linux.ibm.com \
--cc=vbabka@suse.cz \
--cc=vitaly.wool@konsulko.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox