linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Small cleanups
@ 2025-09-10 14:29 Matthew Wilcox (Oracle)
  2025-09-10 14:29 ` [PATCH 1/3] mm: Constify compound_order() and page_size() Matthew Wilcox (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Matthew Wilcox (Oracle) @ 2025-09-10 14:29 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Matthew Wilcox (Oracle), linux-mm

These small cleanups can be applied now to reduce conflicts during the
next merge window.  They're all from various efforts to split struct
page from other memdescs.  Thanks to Vlastimil for the suggestion.

Matthew Wilcox (Oracle) (3):
  mm: Constify compound_order() and page_size()
  mm: Remove redundant test in validate_page_before_insert()
  mm: Remove page->order

 include/linux/mm.h       | 6 +++---
 include/linux/mm_types.h | 8 +++-----
 mm/memory.c              | 3 +--
 mm/page_alloc.c          | 4 ++--
 4 files changed, 9 insertions(+), 12 deletions(-)

-- 
2.47.2



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-09-10 20:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-10 14:29 [PATCH 0/3] Small cleanups Matthew Wilcox (Oracle)
2025-09-10 14:29 ` [PATCH 1/3] mm: Constify compound_order() and page_size() Matthew Wilcox (Oracle)
2025-09-10 14:42   ` Vlastimil Babka
2025-09-10 14:29 ` [PATCH 2/3] mm: Remove redundant test in validate_page_before_insert() Matthew Wilcox (Oracle)
2025-09-10 14:42   ` Vlastimil Babka
2025-09-10 14:29 ` [PATCH 3/3] mm: Remove page->order Matthew Wilcox (Oracle)
2025-09-10 14:50   ` Vlastimil Babka
2025-09-10 20:03   ` Alexei Starovoitov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox