[merged mm-stable] docs-mm-physical-memory-remove-deferred_split_queue.patch removed from -mm tree
Andrew Morton <[email protected]>
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: docs/mm: Physical Memory: remove deferred_split_queue
has been removed from the -mm tree. Its filename was
docs-mm-physical-memory-remove-deferred_split_queue.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: "Zenghui Yu (Huawei)" <[email protected]>
Subject: docs/mm: Physical Memory: remove deferred_split_queue
Date: Tue, 21 Jul 2026 19:19:19 +0800
deferred_split_queue was removed from struct pglist_data {} in commit
fafaeceb89a5 ("mm: switch deferred split shrinker to list_lru"). Remove
its description in doc as well.
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Zenghui Yu (Huawei) <[email protected]>
Acked-by: David Hildenbrand (Arm) <[email protected]>
Reviewed-by: Lorenzo Stoakes (ARM) <[email protected]>
Reviewed-by: SJ Park <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
Documentation/mm/physical_memory.rst | 3 ---
1 file changed, 3 deletions(-)
--- a/Documentation/mm/physical_memory.rst~docs-mm-physical-memory-remove-deferred_split_queue
+++ a/Documentation/mm/physical_memory.rst
@@ -262,9 +262,6 @@ General
PFN that needs to be initialized. Defined only when
``CONFIG_DEFERRED_STRUCT_PAGE_INIT`` is enabled
-``deferred_split_queue``
- Per-node queue of huge pages that their split was deferred. Defined only when ``CONFIG_TRANSPARENT_HUGEPAGE`` is enabled.
-
``__lruvec``
Per-node lruvec holding LRU lists and related parameters. Used only when
memory cgroups are disabled. It should not be accessed directly, use
_
Patches currently in -mm which might be from [email protected] are