* [PATCH] MAINTAINERS: Add missing headers to mempory policy & migration section
@ 2025-07-25 17:56 Joshua Hahn
2025-07-25 18:03 ` David Hildenbrand
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Hahn @ 2025-07-25 17:56 UTC (permalink / raw)
To: Andrew Morton, Lorenzo Stoakes, David Hildenbrand
Cc: Zi Yan, Matthew Brost, Rakie Kim, Byungchul Park, Gregory Price,
Ying Huang, Alistair Popple, linux-kernel, linux-mm, kernel-team
These two files currently do not belong to any section.
The memory policy & migration section seems to be a good home for them!
Signed-off-by: Joshua Hahn <joshua.hahnjy@gmail.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index a8bebd0886df..dec8db8b5cc7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15838,7 +15838,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
base-commit: 25fae0b93d1d7ddb25958bcb90c3c0e5e0e202bd
--
2.47.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add missing headers to mempory policy & migration section
2025-07-25 17:56 [PATCH] MAINTAINERS: Add missing headers to mempory policy & migration section Joshua Hahn
@ 2025-07-25 18:03 ` David Hildenbrand
2025-07-25 18:17 ` Joshua Hahn
0 siblings, 1 reply; 5+ messages in thread
From: David Hildenbrand @ 2025-07-25 18:03 UTC (permalink / raw)
To: Joshua Hahn, Andrew Morton, Lorenzo Stoakes
Cc: Zi Yan, Matthew Brost, Rakie Kim, Byungchul Park, Gregory Price,
Ying Huang, Alistair Popple, linux-kernel, linux-mm, kernel-team
On 25.07.25 19:56, Joshua Hahn wrote:
> These two files currently do not belong to any section.
> The memory policy & migration section seems to be a good home for them!
>
> Signed-off-by: Joshua Hahn <joshua.hahnjy@gmail.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a8bebd0886df..dec8db8b5cc7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15838,7 +15838,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
That one is already on that secion on the mm/mm-new branch
> F: include/linux/migrate.h
> +F: include/linux/migrate_mode.h
Yeah, that one is missing.
Can you rebase to mm/mm-new? Thanks!
--
Cheers,
David / dhildenb
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add missing headers to mempory policy & migration section
2025-07-25 18:03 ` David Hildenbrand
@ 2025-07-25 18:17 ` Joshua Hahn
2025-07-25 18:23 ` David Hildenbrand
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Hahn @ 2025-07-25 18:17 UTC (permalink / raw)
To: David Hildenbrand
Cc: Andrew Morton, Lorenzo Stoakes, Zi Yan, Matthew Brost, Rakie Kim,
Byungchul Park, Gregory Price, Ying Huang, Alistair Popple,
linux-kernel, linux-mm, kernel-team
On Fri, 25 Jul 2025 20:03:09 +0200 David Hildenbrand <david@redhat.com> wrote:
> On 25.07.25 19:56, Joshua Hahn wrote:
> > These two files currently do not belong to any section.
> > The memory policy & migration section seems to be a good home for them!
> >
> > Signed-off-by: Joshua Hahn <joshua.hahnjy@gmail.com>
> > ---
> > MAINTAINERS | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index a8bebd0886df..dec8db8b5cc7 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15838,7 +15838,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
>
> That one is already on that secion on the mm/mm-new branch
Hi David,
Thank you for getting back so quickly : -)
Unfortunately, I can't seem to find this file in MAINTAINERS in mm-new.
Perhaps I am not looking correctly? Apologies in advance if that is the case.
My HEAD for mm-new points to dd811f4553a9512501205ba8e58ef1a6af4cb291, for
your reference.
Thank you again, have a great day!
Joshua
> > F: include/linux/migrate.h
> > +F: include/linux/migrate_mode.h
>
> Yeah, that one is missing.
>
> Can you rebase to mm/mm-new? Thanks!
>
> --
> Cheers,
>
> David / dhildenb
Sent using hkml (https://github.com/sjp38/hackermail)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add missing headers to mempory policy & migration section
2025-07-25 18:17 ` Joshua Hahn
@ 2025-07-25 18:23 ` David Hildenbrand
2025-07-25 18:27 ` Joshua Hahn
0 siblings, 1 reply; 5+ messages in thread
From: David Hildenbrand @ 2025-07-25 18:23 UTC (permalink / raw)
To: Joshua Hahn
Cc: Andrew Morton, Lorenzo Stoakes, Zi Yan, Matthew Brost, Rakie Kim,
Byungchul Park, Gregory Price, Ying Huang, Alistair Popple,
linux-kernel, linux-mm, kernel-team
On 25.07.25 20:17, Joshua Hahn wrote:
> On Fri, 25 Jul 2025 20:03:09 +0200 David Hildenbrand <david@redhat.com> wrote:
>
>> On 25.07.25 19:56, Joshua Hahn wrote:
>>> These two files currently do not belong to any section.
>>> The memory policy & migration section seems to be a good home for them!
>>>
>>> Signed-off-by: Joshua Hahn <joshua.hahnjy@gmail.com>
>>> ---
>>> MAINTAINERS | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index a8bebd0886df..dec8db8b5cc7 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -15838,7 +15838,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
>>
>> That one is already on that secion on the mm/mm-new branch
>
> Hi David,
>
> Thank you for getting back so quickly : -)
:)
>
> Unfortunately, I can't seem to find this file in MAINTAINERS in mm-new.
> Perhaps I am not looking correctly? Apologies in advance if that is the case.
> My HEAD for mm-new points to dd811f4553a9512501205ba8e58ef1a6af4cb291, for
> your reference.
Sorry, I was completely wrong ... I got confused by the other
mempolicy.h file that Lorenzo also recently touched in here as part of
the MISC section.
Sorry for the noise, I shall stop working for today and enjoy the
weekend (and hope you will do as well)
Acked-by: David Hildenbrand <david@redhat.com>
--
Cheers,
David / dhildenb
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add missing headers to mempory policy & migration section
2025-07-25 18:23 ` David Hildenbrand
@ 2025-07-25 18:27 ` Joshua Hahn
0 siblings, 0 replies; 5+ messages in thread
From: Joshua Hahn @ 2025-07-25 18:27 UTC (permalink / raw)
To: David Hildenbrand
Cc: Andrew Morton, Lorenzo Stoakes, Zi Yan, Matthew Brost, Rakie Kim,
Byungchul Park, Gregory Price, Ying Huang, Alistair Popple,
linux-kernel, linux-mm, kernel-team
On Fri, 25 Jul 2025 20:23:04 +0200 David Hildenbrand <david@redhat.com> wrote:
> On 25.07.25 20:17, Joshua Hahn wrote:
> > On Fri, 25 Jul 2025 20:03:09 +0200 David Hildenbrand <david@redhat.com> wrote:
> >
> >> On 25.07.25 19:56, Joshua Hahn wrote:
> >>> These two files currently do not belong to any section.
> >>> The memory policy & migration section seems to be a good home for them!
> >>>
> >>> Signed-off-by: Joshua Hahn <joshua.hahnjy@gmail.com>
> >>> ---
> >>> MAINTAINERS | 2 ++
> >>> 1 file changed, 2 insertions(+)
> >>>
> >>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>> index a8bebd0886df..dec8db8b5cc7 100644
> >>> --- a/MAINTAINERS
> >>> +++ b/MAINTAINERS
> >>> @@ -15838,7 +15838,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
> >>
> >> That one is already on that secion on the mm/mm-new branch
> >
> > Hi David,
> >
> > Thank you for getting back so quickly : -)
>
> :)
>
> >
> > Unfortunately, I can't seem to find this file in MAINTAINERS in mm-new.
> > Perhaps I am not looking correctly? Apologies in advance if that is the case.
> > My HEAD for mm-new points to dd811f4553a9512501205ba8e58ef1a6af4cb291, for
> > your reference.
>
> Sorry, I was completely wrong ... I got confused by the other
> mempolicy.h file that Lorenzo also recently touched in here as part of
> the MISC section.
Hi David,
No worries at all! Yes, there is a lot of movement in the MAINTAINERS file
right now and there are quite a few files to keep track of : -)
> Sorry for the noise, I shall stop working for today and enjoy the
> weekend (and hope you will do as well)
>
> Acked-by: David Hildenbrand <david@redhat.com>
Thank you for the ack! Hope you enjoy the weekend!!
Joshua
> --
> Cheers,
>
> David / dhildenb
Sent using hkml (https://github.com/sjp38/hackermail)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-07-25 18:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 17:56 [PATCH] MAINTAINERS: Add missing headers to mempory policy & migration section Joshua Hahn
2025-07-25 18:03 ` David Hildenbrand
2025-07-25 18:17 ` Joshua Hahn
2025-07-25 18:23 ` David Hildenbrand
2025-07-25 18:27 ` Joshua Hahn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).