linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] mm: MISC follow-up patches for linux/pgalloc.h
@ 2025-10-24 11:30 Harry Yoo
  2025-10-24 11:30 ` [PATCH V2 1/2] MAINTAINERS: add include/linux/pgalloc.h to MM CORE section Harry Yoo
  2025-10-24 11:30 ` [PATCH V2 2/2] treewide: include linux/pgalloc.h instead of asm/pgalloc.h Harry Yoo
  0 siblings, 2 replies; 3+ messages in thread
From: Harry Yoo @ 2025-10-24 11:30 UTC (permalink / raw)
  To: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
	Liam R . Howlett, Vlastimil Babka, Mike Rapoport,
	Suren Baghdasaryan, Michal Hocko
  Cc: linux-mm, Harry Yoo

v1 -> v2:
 - Added Acked-by, Reviewed-by tags. Thanks!
 - patch 1: alphabetically sorted F: list (SJ, David, Lorenzo)
 - patch 2: Made the header inclusion look better (Mike), more specifically:
   - alphabetically sort headers when they are already sorted.
   - add a new line to separate <linux/*.h> and <asm*/*.h>.
     - Also applied this in a few files taht Mike didn't explicitly mention,
       for consistency.

Hi folks.

This is a follow-up patch series for the patch series named:
"[PATCH V5 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table
sync and make it harder to miss".

This is a follow-up for MM. For x86/mm specific cleanup patches,
another follow-up series is planned.

Patch 1 creates a F: entry to MAINTAINERS file in MM CORE section.
Patch 2 converts common code to include <linux/pgalloc.h> instead of
<asm/pgalloc.h>

Harry Yoo (2):
  MAINTAINERS: add include/linux/pgalloc.h to MM CORE section
  treewide: include linux/pgalloc.h instead of asm/pgalloc.h

 MAINTAINERS                          | 1 +
 drivers/firmware/efi/arm-runtime.c   | 4 ++--
 drivers/firmware/efi/riscv-runtime.c | 4 ++--
 drivers/s390/char/sclp_sd.c          | 3 +--
 fs/dax.c                             | 2 +-
 kernel/fork.c                        | 4 ++--
 mm/debug_vm_pgtable.c                | 2 +-
 mm/filemap.c                         | 3 ++-
 mm/huge_memory.c                     | 2 +-
 mm/hugetlb.c                         | 2 +-
 mm/hugetlb_vmemmap.c                 | 3 ++-
 mm/khugepaged.c                      | 2 +-
 mm/memory.c                          | 4 ++--
 mm/mmu_gather.c                      | 2 +-
 mm/mremap.c                          | 2 +-
 mm/pgtable-generic.c                 | 3 ++-
 mm/pt_reclaim.c                      | 3 ++-
 17 files changed, 25 insertions(+), 21 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-10-24 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-24 11:30 [PATCH V2 0/2] mm: MISC follow-up patches for linux/pgalloc.h Harry Yoo
2025-10-24 11:30 ` [PATCH V2 1/2] MAINTAINERS: add include/linux/pgalloc.h to MM CORE section Harry Yoo
2025-10-24 11:30 ` [PATCH V2 2/2] treewide: include linux/pgalloc.h instead of asm/pgalloc.h Harry Yoo

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