[folded-merged] mm-fix-assert_exclusive_bits-by-passing-memdesc_flags_t-by-pointer-fix-2.patch removed from -mm tree
Andrew Morton <[email protected]> Tue, 28 Jul 2026 20:56:34 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: mm-page_owner-add-numa-node-filter-fix
has been removed from the -mm tree. Its filename was
mm-fix-assert_exclusive_bits-by-passing-memdesc_flags_t-by-pointer-fix-2.patch
This patch was dropped because it was folded into mm-fix-assert_exclusive_bits-by-passing-memdesc_flags_t-by-pointer.patch
------------------------------------------------------
From: "Zi Yan" <[email protected]>
Subject: mm-page_owner-add-numa-node-filter-fix
Date: Tue, 07 Jul 2026 11:54:37 -0400
build fix
Link: https://lore.kernel.org/[email protected]
Signed-off-by: "Zi Yan" <[email protected]>
Cc: Brendan Jackman <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Suren Baghdasaryan <[email protected]>
Cc: Vlastimil Babka (SUSE) <[email protected]>
Cc: Zhen Ni <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
mm/page_owner.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/page_owner.c~mm-fix-assert_exclusive_bits-by-passing-memdesc_flags_t-by-pointer-fix-2
+++ a/mm/page_owner.c
@@ -815,7 +815,7 @@ read_page_owner(struct file *file, char
*/
if (page_flags.f == PAGE_POISON_PATTERN)
goto ext_put_continue;
- nid = memdesc_nid(page_flags);
+ nid = memdesc_nid(&page_flags);
if (!node_isset(nid, state->nid_filter))
goto ext_put_continue;
}
_
Patches currently in -mm which might be from [email protected] are
mm-fix-assert_exclusive_bits-by-passing-memdesc_flags_t-by-pointer.patch
mm-percpu-km-clear-page-private-before-free-them.patch
mm-compaction-stop-recording-free-page-order-in-page-private.patch
mm-huge_memory-add-page-private-check-back-in-__split_folio_to_order.patch
mm-page_alloc-make-sure-tail_page-private-is-zero-at-page-free-time.patch
mm-page_alloc-remove-set_page_private-in-prep_compound_tail.patch