mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Usama Arif <usama.arif@linux.dev>
To: Kiryl Shutsemau <kirill@shutemov.name>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	axelrasmussen@google.com, baohua@kernel.org,
	baolin.wang@linux.alibaba.com, baoquan.he@linux.dev,
	david@kernel.org, kasong@tencent.com, liam@infradead.org,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org, ljs@kernel.org,
	mhocko@suse.com, qi.zheng@linux.dev, rppt@kernel.org,
	shakeel.butt@linux.dev, surenb@google.com, vbabka@kernel.org,
	weixugc@google.com, yuanchu@google.com, hannes@cmpxchg.org,
	kernel-team@meta.com
Subject: Re: [PATCH] mm: remove the unused zone->unaccepted_cleanup
Date: Fri, 25 Sep 2026 19:53:34 +0100	[thread overview]
Message-ID: <99740342-e0e0-4ce0-ad4f-563d9c46a7a2@linux.dev> (raw)
In-Reply-To: <arZlCx9oAWXr71Y3@thinkstation>



On 25/09/2026 13:16, Kiryl Shutsemau wrote:
> On Thu, Sep 24, 2026 at 12:11:03PM -0700, Usama Arif wrote:
>> Commit fefc07518227 ("mm/page_alloc: fix race condition in unaccepted
>> memory handling") removed the zones_with_unaccepted_pages static key and
>> the work that decremented it, but left the work_struct behind in struct
>> zone. Nothing uses it anymore, so let's remove it.
>>
>> Signed-off-by: Usama Arif <usama.arif@linux.dev>
> 
> You missed me on the CC list :(

I would never do such a thing. perl scripts on the other hand...


git show | ./scripts/get_maintainer.pl
Andrew Morton <akpm@linux-foundation.org> (maintainer:MEMORY MANAGEMENT - MISC)
David Hildenbrand <david@kernel.org> (maintainer:MEMORY MANAGEMENT - MISC)
Lorenzo Stoakes <ljs@kernel.org> (reviewer:MEMORY MANAGEMENT - MISC)
"Liam R. Howlett" <liam@infradead.org> (reviewer:MEMORY MANAGEMENT - MISC)
Vlastimil Babka <vbabka@kernel.org> (reviewer:MEMORY MANAGEMENT - MISC)
Mike Rapoport <rppt@kernel.org> (reviewer:MEMORY MANAGEMENT - MISC)
Suren Baghdasaryan <surenb@google.com> (reviewer:MEMORY MANAGEMENT - MISC)
Michal Hocko <mhocko@suse.com> (reviewer:MEMORY MANAGEMENT - MISC)
Jonathan Corbet <corbet@lwn.net> (maintainer:DOCUMENTATION)
Shuah Khan <skhan@linuxfoundation.org> (reviewer:DOCUMENTATION)
Randy Dunlap <rdunlap@infradead.org> (reviewer:DOCUMENTATION)
Kairui Song <kasong@tencent.com> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
Qi Zheng <qi.zheng@linux.dev> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
Shakeel Butt <shakeel.butt@linux.dev> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
Barry Song <baohua@kernel.org> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
Axel Rasmussen <axelrasmussen@google.com> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
Yuanchu Xie <yuanchu@google.com> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
Wei Xu <weixugc@google.com> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
Baoquan He <baoquan.he@linux.dev> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
Baolin Wang <baolin.wang@linux.alibaba.com> (reviewer:MEMORY MANAGEMENT - MGLRU (MULTI-GEN LRU))
linux-mm@kvack.org (open list:MEMORY MANAGEMENT - MISC)
linux-doc@vger.kernel.org (open list:DOCUMENTATION)
linux-kernel@vger.kernel.org (open list)

I have a script that just takes the last N patches and converts it
into a list from get_maintainer.pl. For trivial patches, I dont think
much about its output and just use it without thinking.

> 
> Reviewed-by: Kiryl Shutsemau (Meta) <kas@kernel.org>
> 


      reply	other threads:[~2026-09-25 18:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-24 19:11 Usama Arif
2026-09-24 19:21 ` David Hildenbrand (Arm)
2026-09-24 20:08 ` Shakeel Butt
2026-09-24 20:20 ` Johannes Weiner
2026-09-24 20:49 ` Barry Song
2026-09-25 12:16 ` Kiryl Shutsemau
2026-09-25 18:53   ` Usama Arif [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=99740342-e0e0-4ce0-ad4f-563d9c46a7a2@linux.dev \
    --to=usama.arif@linux.dev \
    --cc=akpm@linux-foundation.org \
    --cc=axelrasmussen@google.com \
    --cc=baohua@kernel.org \
    --cc=baolin.wang@linux.alibaba.com \
    --cc=baoquan.he@linux.dev \
    --cc=david@kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=kasong@tencent.com \
    --cc=kernel-team@meta.com \
    --cc=kirill@shutemov.name \
    --cc=liam@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=ljs@kernel.org \
    --cc=mhocko@suse.com \
    --cc=qi.zheng@linux.dev \
    --cc=rppt@kernel.org \
    --cc=shakeel.butt@linux.dev \
    --cc=surenb@google.com \
    --cc=vbabka@kernel.org \
    --cc=weixugc@google.com \
    --cc=yuanchu@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®