From: Yosry Ahmed <yosry.ahmed@linux.dev>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Vitaly Wool <vitaly.wool@konsulko.com>,
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>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
loongarch@lists.linux.dev
Subject: [PATCH 0/2] mm: zswap: deprecate zbud and remove z3fold
Date: Mon, 27 Jan 2025 23:58:12 +0000 [thread overview]
Message-ID: <Z5gdlO5pOu9XeGce@google.com> (raw)
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
reply other threads:[~2025-01-27 23:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=Z5gdlO5pOu9XeGce@google.com \
--to=yosry.ahmed@linux.dev \
--cc=akpm@linux-foundation.org \
--cc=chengming.zhou@linux.dev \
--cc=chenhuacai@kernel.org \
--cc=hannes@cmpxchg.org \
--cc=kernel@xen0n.name \
--cc=linmiaohe@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=loongarch@lists.linux.dev \
--cc=nphamcs@gmail.com \
--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 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.