[PATCH] MAINTAINERS: add missing mm/workingset.c file to mm reclaim section

Lorenzo Stoakes posted 1 patch 3 months, 3 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add missing mm/workingset.c file to mm reclaim section
Posted by Lorenzo Stoakes 3 months, 3 weeks ago
The working set logic belongs very much to the reclaim section and is
otherwise not assigned to any other MAINTAINERS section so add it here.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4523a6409186..f28f7625723d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15871,6 +15871,7 @@ L:	linux-mm@kvack.org
 S:	Maintained
 F:	mm/pt_reclaim.c
 F:	mm/vmscan.c
+F:	mm/workingset.c
 
 MEMORY MANAGEMENT - RMAP (REVERSE MAPPING)
 M:	Andrew Morton <akpm@linux-foundation.org>
-- 
2.49.0
Re: [PATCH] MAINTAINERS: add missing mm/workingset.c file to mm reclaim section
Posted by Qi Zheng 3 months, 3 weeks ago

On 6/17/25 4:16 AM, Lorenzo Stoakes wrote:
> The working set logic belongs very much to the reclaim section and is
> otherwise not assigned to any other MAINTAINERS section so add it here.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4523a6409186..f28f7625723d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15871,6 +15871,7 @@ L:	linux-mm@kvack.org
>   S:	Maintained
>   F:	mm/pt_reclaim.c
>   F:	mm/vmscan.c
> +F:	mm/workingset.c
>   
>   MEMORY MANAGEMENT - RMAP (REVERSE MAPPING)
>   M:	Andrew Morton <akpm@linux-foundation.org>

Acked-by: Qi Zheng <zhengqi.arch@bytedance.com>
Re: [PATCH] MAINTAINERS: add missing mm/workingset.c file to mm reclaim section
Posted by Shakeel Butt 3 months, 3 weeks ago
On Mon, Jun 16, 2025 at 09:16:43PM +0100, Lorenzo Stoakes wrote:
> The working set logic belongs very much to the reclaim section and is
> otherwise not assigned to any other MAINTAINERS section so add it here.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Acked-by: Shakeel Butt <shakeel.butt@linux.dev>
Re: [PATCH] MAINTAINERS: add missing mm/workingset.c file to mm reclaim section
Posted by David Hildenbrand 3 months, 3 weeks ago
On 16.06.25 22:16, Lorenzo Stoakes wrote:
> The working set logic belongs very much to the reclaim section and is
> otherwise not assigned to any other MAINTAINERS section so add it here.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4523a6409186..f28f7625723d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15871,6 +15871,7 @@ L:	linux-mm@kvack.org
>   S:	Maintained
>   F:	mm/pt_reclaim.c
>   F:	mm/vmscan.c
> +F:	mm/workingset.c
>   
>   MEMORY MANAGEMENT - RMAP (REVERSE MAPPING)
>   M:	Andrew Morton <akpm@linux-foundation.org>

Acked-by: David Hildenbrand <david@redhat.com>

-- 
Cheers,

David / dhildenb