From: SeongJae Park <sj@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: SeongJae Park <sj@kernel.org>,
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>,
"David Hildenbrand (Red Hat)" <david@kernel.org>,
mm-commits@vger.kernel.org, zhengqi.arch@bytedance.com,
yuanchu@google.com, weixugc@google.com,
tballasi@linux.microsoft.com, shakeel.butt@linux.dev,
roman.gushchin@linux.dev, muchun.song@linux.dev,
mhocko@kernel.org, mhiramat@kernel.org,
mathieu.desnoyers@efficios.com, hannes@cmpxchg.org,
david@fromorbit.com, axelrasmussen@google.com,
rostedt@goodmis.org
Subject: Re: + tracing-add-__event_in_irq-helpers.patch added to mm-new branch
Date: Fri, 9 Jan 2026 16:32:32 -0800 [thread overview]
Message-ID: <20260110003232.79586-1-sj@kernel.org> (raw)
In-Reply-To: <20260109110028.8567b1a4a5cef096c25e173b@linux-foundation.org>
On Fri, 9 Jan 2026 11:00:28 -0800 Andrew Morton <akpm@linux-foundation.org> wrote:
> On Fri, 9 Jan 2026 14:17:19 +0000 Lorenzo Stoakes <lorenzo.stoakes@oracle.com> wrote:
>
> > On Fri, Jan 09, 2026 at 02:59:38PM +0100, David Hildenbrand (Red Hat) wrote:
> > >
> > > Nothing to add to the above :)
> > >
> > > > >
> > > > > Hm.
> > > > >
> > > > > [1] we have 0day now running and reporting problems mostly private to me, I
> > > > > just didn't have the time yet to closely look into the results I've been
> > > > > getting because there seem to be some false positive test failures in some
> > > > > unrelated tests.
> > > >
> > > > I've not seen bot reports from mm-new at all, so this is news to me.
> > >
> > > So far the reports only go to me while we are experimenting with how helpful
> > > it is and how stable the results are.
> > >
> > > I skimmed over some results today, and apparently it found that the new
> > > memory-failure selftests are a bit shaky (fail in some environments).
> >
> > I guess this is why Andrew isn't bothered about me no longer checking the
> > branch then, you're taking over that role somewhat :)
>
> These are serious matters and they merit serious consideration. This
> takes time and I shall not be making half-baked statements. Please be
> patient.
>
> I've seen some buildbot/fuzzbot reports for mm-new but they seem to
> have stopped. It would be good to get this all going again but I never
> know who to poke.
Seems at least some build tests for mm-new are still actively ongoing. We got
wo reports today (2026-01-09 UTC):
https://lore.kernel.org/oe-kbuild-all/?q=mm-new
>
> > To be constructive, FWIW, here's what I propose:
> >
> > I think we should rename mm-new to mm-early-testing, base stuff on
> > mm-unstable, and have a clear indication as to how things flow
> > through.
>
> Yes, let's not base changes on mm-new. If an mm-unstable patch needs
> work to integrate into mm-new (unlikely) then I'll take care of that.
>
> I'm working on documentation for this and much more. Hopefully I'll be
> progressing that significantly this weekend.
I was actually thinking it would be nice to have a document that describing the
current process, becasue the nwe can make an alignment on the current status,
and further discuss possible improvements. I was actually about to share the
idea today, and start writing an RFC patch that adds the documentation based on
my best understanding, as MM's maintainer profile [1]. It's good to hear you
are doing the documentation. I'm not sure your documentation will be somewhat
I was planning to make, but I sure that will be helpful. So I will wait for
your documentation.
[1] https://docs.kernel.org/maintainer/maintainer-entry-profile.html
Thanks,
SJ
[...]
next prev parent reply other threads:[~2026-01-10 0:32 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-06 3:38 + tracing-add-__event_in_irq-helpers.patch added to mm-new branch Andrew Morton
2026-01-06 17:30 ` Lorenzo Stoakes
2026-01-06 20:49 ` Andrew Morton
2026-01-07 12:12 ` Lorenzo Stoakes
2026-01-07 16:22 ` Steven Rostedt
2026-01-07 22:30 ` David Hildenbrand (Red Hat)
2026-01-08 8:39 ` Lorenzo Stoakes
2026-01-09 13:59 ` David Hildenbrand (Red Hat)
2026-01-09 14:17 ` Lorenzo Stoakes
2026-01-09 14:29 ` David Hildenbrand (Red Hat)
2026-01-09 14:56 ` Lorenzo Stoakes
2026-01-09 19:00 ` Andrew Morton
2026-01-09 19:09 ` Lorenzo Stoakes
2026-01-10 0:32 ` SeongJae Park [this message]
2026-01-10 1:15 ` Andrew Morton
2026-01-10 10:47 ` Lorenzo Stoakes
2026-01-07 16:27 ` Steven Rostedt
2026-01-07 16:35 ` Andrew Morton
2026-01-07 17:10 ` Steven Rostedt
-- strict thread matches above, loose matches on Subject: below --
2026-02-23 18:33 Andrew Morton
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=20260110003232.79586-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=axelrasmussen@google.com \
--cc=david@fromorbit.com \
--cc=david@kernel.org \
--cc=hannes@cmpxchg.org \
--cc=lorenzo.stoakes@oracle.com \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@kernel.org \
--cc=mhocko@kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=muchun.song@linux.dev \
--cc=roman.gushchin@linux.dev \
--cc=rostedt@goodmis.org \
--cc=shakeel.butt@linux.dev \
--cc=tballasi@linux.microsoft.com \
--cc=weixugc@google.com \
--cc=yuanchu@google.com \
--cc=zhengqi.arch@bytedance.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.