* [folded-merged] mm-fix-assert_exclusive_bits-by-passing-memdesc_flags_t-by-pointer-fix-2.patch removed from -mm tree
@ 2026-07-29 3:56 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-07-29 3:56 UTC (permalink / raw)
To: mm-commits, zhen.ni, vbabka, surenb, mhocko, jackmanb, hannes,
ziy, akpm
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" <ziy@nvidia.com>
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/DJSGLP9VFLRI.355AAWR2VHIEL@nvidia.com
Signed-off-by: "Zi Yan" <ziy@nvidia.com>
Cc: Brendan Jackman <jackmanb@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Cc: Zhen Ni <zhen.ni@easystack.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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 ziy@nvidia.com 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 3:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29 3:56 [folded-merged] mm-fix-assert_exclusive_bits-by-passing-memdesc_flags_t-by-pointer-fix-2.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.