All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Brendan Jackman" <brendan.jackman@linux.dev>
To: "Andrew Morton" <akpm@linux-foundation.org>,
	"Vlastimil Babka (SUSE)" <vbabka@kernel.org>
Cc: "Brendan Jackman" <jackmanb@google.com>,
	"Kairui Song" <kasong@tencent.com>,
	"Qi Zheng" <qi.zheng@linux.dev>,
	"Shakeel Butt" <shakeel.butt@linux.dev>,
	"Barry Song" <baohua@kernel.org>,
	"Axel Rasmussen" <axelrasmussen@google.com>,
	"Yuanchu Xie" <yuanchu@google.com>, "Wei Xu" <weixugc@google.com>,
	"David Hildenbrand" <david@kernel.org>,
	"Lorenzo Stoakes" <ljs@kernel.org>,
	"Liam R. Howlett" <liam@infradead.org>,
	"Mike Rapoport" <rppt@kernel.org>,
	"Suren Baghdasaryan" <surenb@google.com>,
	"Michal Hocko" <mhocko@suse.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	"Pavel Machek" <pavel@kernel.org>, "Len Brown" <lenb@kernel.org>,
	"Johannes Weiner" <hannes@cmpxchg.org>, "Zi Yan" <ziy@nvidia.com>,
	<linux-mm@kvack.org>, <linux-kernel@vger.kernel.org>,
	<linux-pm@vger.kernel.org>
Subject: Re: [PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
Date: Tue, 26 May 2026 13:13:07 +0200	[thread overview]
Message-ID: <DISKBALN21QH.32PUYTB5LZLJ1@linux.dev> (raw)
In-Reply-To: <20260522201154.26bc14524c36df15e40c3470@linux-foundation.org>

On Sat May 23, 2026 at 5:11 AM CEST, Andrew Morton wrote:
> On Fri, 22 May 2026 09:59:49 +0200 "Vlastimil Babka (SUSE)" <vbabka@kernel.org> wrote:
>
>> >> > Cool thanks, (also I got the "added to mm-new branch notification" and
>> >> > realised why I missed it last time, broken mail filter).
>> >> >
>> >> > The 4/4 update is already up, in reply to the thread.
>> >>
>> >> Is that "mm/page_alloc: tidy up pindex helpers"?
>> >>
>> >> For some reason I didn't receive that email, directly or via any
>> >> mailing list.  I do have the similar "mm/page_alloc: remove ifdefs from
>> >> pindex helpers" from May 13.
>> 
>> Found it, seems to be threaded well with In-reply-to: too, maybe it's the
>> different subject?
>> 
>> https://lore.kernel.org/all/20260517230556.590677-1-jackmanb@google.com/
>> 
>> Should be fine to replace the current "mm/page_alloc: remove ifdefs from
>> pindex helpers" in mm.git with that.
>
> I could attempt to do that by my confidence that I got it right would
> be low.
>
> Brendan, please send us a v2 of the series "mm: misc cleanups from
> __GFP_UNMAPPED series", thanks.

Sorry for the delay, was travelling - it looks like you have already
applied the current patches, I will send a separate patch to remove
the VM_BUG_ONs.


      reply	other threads:[~2026-05-26 11:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-13 12:35 [PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series Brendan Jackman
2026-05-13 12:35 ` [PATCH 1/4] mm: introduce for_each_free_list() Brendan Jackman
2026-05-13 14:44   ` Mike Rapoport
2026-05-13 17:07   ` Vlastimil Babka (SUSE)
2026-05-13 12:35 ` [PATCH 2/4] mm/page_alloc: don't overload migratetype in find_suitable_fallback() Brendan Jackman
2026-05-13 12:35 ` [PATCH 3/4] mm: rejig pageblock mask definitions Brendan Jackman
2026-05-13 12:35 ` [PATCH 4/4] mm/page_alloc: remove ifdefs from pindex helpers Brendan Jackman
2026-05-13 17:19   ` Vlastimil Babka (SUSE)
2026-05-15 13:15     ` Brendan Jackman
2026-05-15 15:29       ` Vlastimil Babka (SUSE)
2026-05-17 23:05     ` [PATCH v2] mm/page_alloc: tidy up " Brendan Jackman
2026-05-18 18:15 ` [PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series Andrew Morton
2026-05-18 20:20   ` Brendan Jackman
2026-05-18 20:48     ` Andrew Morton
2026-05-18 20:58       ` Brendan Jackman
2026-05-22  7:59         ` Vlastimil Babka (SUSE)
2026-05-23  3:11           ` Andrew Morton
2026-05-26 11:13             ` Brendan Jackman [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=DISKBALN21QH.32PUYTB5LZLJ1@linux.dev \
    --to=brendan.jackman@linux.dev \
    --cc=akpm@linux-foundation.org \
    --cc=axelrasmussen@google.com \
    --cc=baohua@kernel.org \
    --cc=david@kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=jackmanb@google.com \
    --cc=kasong@tencent.com \
    --cc=lenb@kernel.org \
    --cc=liam@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=ljs@kernel.org \
    --cc=mhocko@suse.com \
    --cc=pavel@kernel.org \
    --cc=qi.zheng@linux.dev \
    --cc=rafael@kernel.org \
    --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 \
    --cc=ziy@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.