From: Joshua Hahn Date: Fri, 25 Jul 2025 17:56:15 +0000 (-0700) Subject: MAINTAINERS: add missing headers to mempory policy & migration section X-Git-Tag: io_uring-6.17-20250815~45^2~38 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=af915c3c13b64d196d1c305016092f5da20942c4;p=linux-block.git MAINTAINERS: add missing headers to mempory policy & migration section These two files currently do not belong to any section. The memory policy & migration section seems to be a good home for them! Link: https://lkml.kernel.org/r/20250725175616.2397031-1-joshua.hahnjy@gmail.com Signed-off-by: Joshua Hahn Acked-by: David Hildenbrand Cc: Alistair Popple Cc: Byungchul Park Cc: Gregory Price Cc: "Huang, Ying" Cc: Lorenzo Stoakes Cc: Mathew Brost Cc: Rakie Kim Cc: Zi Yan Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index 3f7522f0d279..1a4af7cd2b16 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15849,7 +15849,9 @@ S: Maintained W: http://www.linux-mm.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm F: include/linux/mempolicy.h +F: include/uapi/linux/mempolicy.h F: include/linux/migrate.h +F: include/linux/migrate_mode.h F: mm/mempolicy.c F: mm/migrate.c F: mm/migrate_device.c