* [merged mm-nonmm-stable] fs-proc-page-remove-unused-kpmbits.patch removed from -mm tree
@ 2025-11-20 22:04 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-11-20 22:04 UTC (permalink / raw)
To: mm-commits, ziy, willy, luizcap, liuye, linmiaohe, david,
zhangjiao2, akpm
The quilt patch titled
Subject: fs/proc/page: remove unused KPMBITS
has been removed from the -mm tree. Its filename was
fs-proc-page-remove-unused-kpmbits.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Subject: fs/proc/page: remove unused KPMBITS
Date: Thu, 6 Nov 2025 09:07:34 +0800
KPMBITS is never referenced in the code. Just remove it.
Link: https://lkml.kernel.org/r/20251106010735.1603-1-zhangjiao2@cmss.chinamobile.com
Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Liu Ye <liuye@kylinos.cn>
Cc: Luiz Capitulino <luizcap@redhat.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
fs/proc/page.c | 1 -
1 file changed, 1 deletion(-)
--- a/fs/proc/page.c~fs-proc-page-remove-unused-kpmbits
+++ a/fs/proc/page.c
@@ -20,7 +20,6 @@
#define KPMSIZE sizeof(u64)
#define KPMMASK (KPMSIZE - 1)
-#define KPMBITS (KPMSIZE * BITS_PER_BYTE)
enum kpage_operation {
KPAGE_FLAGS,
_
Patches currently in -mm which might be from zhangjiao2@cmss.chinamobile.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-20 22:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 22:04 [merged mm-nonmm-stable] fs-proc-page-remove-unused-kpmbits.patch removed from -mm tree Andrew Morton
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.