[PATCH RESEND 0/3] mm/damon: reposting three reviewed patches

SeongJae Park posted 3 patches 4 days, 23 hours ago
.../ABI/testing/sysfs-kernel-mm-damon          |  2 +-
Documentation/admin-guide/mm/damon/usage.rst   | 18 +++++++++---------
Documentation/mm/damon/design.rst              |  6 +++---
mm/damon/core.c                                |  3 +++
4 files changed, 16 insertions(+), 13 deletions(-)
[PATCH RESEND 0/3] mm/damon: reposting three reviewed patches
Posted by SeongJae Park 4 days, 23 hours ago
This series reposts patches that were reviewed by the DAMON maintainer
but not yet added to mm-new, for more visibility.  From their last
posted versions, only minor changes including commit subject update,
Reviewed-by: and Acked-by: tags collection, and rebasing to latest
mm-new were made by the DAMON maintainer.

Sakurai Shun (1):
  Docs/mm/damon/design: fix three typos

Zenghui Yu (1):
  Docs/{ABI,admin-guide}/damon: fix various typoes

niecheng (1):
  mm/damon/core: clarify next_intervals_tune_sis update path

 .../ABI/testing/sysfs-kernel-mm-damon          |  2 +-
 Documentation/admin-guide/mm/damon/usage.rst   | 18 +++++++++---------
 Documentation/mm/damon/design.rst              |  6 +++---
 mm/damon/core.c                                |  3 +++
 4 files changed, 16 insertions(+), 13 deletions(-)


base-commit: f4f9ecd6383da01075a0be8f9c08b82152061fd0
-- 
2.47.3
Re: [PATCH RESEND 0/3] mm/damon: reposting three reviewed patches
Posted by Andrew Morton 2 days, 23 hours ago
On Tue, 19 May 2026 18:20:58 -0700 SeongJae Park <sj@kernel.org> wrote:

> Subject: [PATCH RESEND 0/3] mm/damon: reposting three reviewed patches
> 
> ...
>
> This series reposts patches that were reviewed by the DAMON maintainer
> but not yet added to mm-new, for more visibility.  From their last
> posted versions, only minor changes including commit subject update,
> Reviewed-by: and Acked-by: tags collection, and rebasing to latest
> mm-new were made by the DAMON maintainer.

fwiw, I don't think the Subject or the text are appropriate/useful for
the long-term upstream kernel record.  It's all short-term
development-time info which is best kept below the "---" separator and
discarded for the permanent record.

I rewrote the Subject: to "mm/damon: documentation and comment fixes"
and left the [0/N] cover-leter empty.
Re: [PATCH RESEND 0/3] mm/damon: reposting three reviewed patches
Posted by SeongJae Park 2 days, 22 hours ago
On Thu, 21 May 2026 17:57:53 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:

> On Tue, 19 May 2026 18:20:58 -0700 SeongJae Park <sj@kernel.org> wrote:
> 
> > Subject: [PATCH RESEND 0/3] mm/damon: reposting three reviewed patches
> > 
> > ...
> >
> > This series reposts patches that were reviewed by the DAMON maintainer
> > but not yet added to mm-new, for more visibility.  From their last
> > posted versions, only minor changes including commit subject update,
> > Reviewed-by: and Acked-by: tags collection, and rebasing to latest
> > mm-new were made by the DAMON maintainer.
> 
> fwiw, I don't think the Subject or the text are appropriate/useful for
> the long-term upstream kernel record.  It's all short-term
> development-time info which is best kept below the "---" separator and
> discarded for the permanent record.

I agree.  I was also wondering what subject and commit message should be given
here, because the original authors didn't meant to send these as one series.
So I was assuming you may simply drop the cover letter and made this ridiculous
one.

> 
> I rewrote the Subject: to "mm/damon: documentation and comment fixes"
> and left the [0/N] cover-leter empty.

This makes sense and seems better to me.  I will do similar in future.


Thanks,
SJ