Documentation/admin-guide/mm/damon/start.rst | 2 +- Documentation/mm/damon/maintainer-profile.rst | 17 ++++++----------- MAINTAINERS | 2 +- mm/damon/core.c | 7 ++++++- mm/damon/lru_sort.c | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-)
Misc fixes and improvements for DAMON that are not critical and therefore aims to be merged into Linux 6.18-rc1. The first patch improves DAMON's age counting for nr_accesses zero to/from non-zero changes. The second patch fixes an initial DAMOS apply interval delay issue that is not realistic but still could happen on an odd setup. The third patch fixes wrongly written code that doesn't cause any real problem but could make code review confusing. The fourth and the fifth patches update DAMON community meetup description and DAMON user-space tool example command for DAMOS usage, respectively. Finally, the sixth patch updates MAINTAINERS section name for DAMON to just DAMON. Changes from RFC (https://lore.kernel.org/20250909034353.7064-1-sj@kernel.org) - The RFC was only for the first patch - Rebase and wordsmith the first patch - Add a few misc fixes and improvements for 6.18 to the series SeongJae Park (6): mm/damon/core: reset age if nr_accesses changes between non-zero and zero mm/damon/core: set effective quota on first charge window mm/damon/lru_sort: use param_ctx correctly Docs/mm/damon/maintainer-profile: update community meetup for reservation requirements Docs/admin-guide/mm/damon/start: add --target_pid to DAMOS example command MAINTAINERS: rename DAMON section Documentation/admin-guide/mm/damon/start.rst | 2 +- Documentation/mm/damon/maintainer-profile.rst | 17 ++++++----------- MAINTAINERS | 2 +- mm/damon/core.c | 7 ++++++- mm/damon/lru_sort.c | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) base-commit: d245e17d619ea0336d50b0a6c914f5701d1b0e53 -- 2.39.5
On Sun, 14 Sep 2025 18:58:01 -0700 SeongJae Park <sj@kernel.org> wrote: > Misc fixes and improvements for DAMON that are not critical and > therefore aims to be merged into Linux 6.18-rc1. > > The first patch improves DAMON's age counting for nr_accesses zero > to/from non-zero changes. > > The second patch fixes an initial DAMOS apply interval delay issue that > is not realistic but still could happen on an odd setup. > > The third patch fixes wrongly written code that doesn't cause any real > problem but could make code review confusing. > > The fourth and the fifth patches update DAMON community meetup > description and DAMON user-space tool example command for DAMOS usage, > respectively. > > Finally, the sixth patch updates MAINTAINERS section name for DAMON to > just DAMON. Hi SJ, I was unable to find this sixth patch on the mailing list. Maybe it got dropped somewhere? : -) > Changes from RFC > (https://lore.kernel.org/20250909034353.7064-1-sj@kernel.org) > - The RFC was only for the first patch > - Rebase and wordsmith the first patch > - Add a few misc fixes and improvements for 6.18 to the series > > SeongJae Park (6): > mm/damon/core: reset age if nr_accesses changes between non-zero and > zero > mm/damon/core: set effective quota on first charge window > mm/damon/lru_sort: use param_ctx correctly > Docs/mm/damon/maintainer-profile: update community meetup for > reservation requirements > Docs/admin-guide/mm/damon/start: add --target_pid to DAMOS example > command > MAINTAINERS: rename DAMON section > > Documentation/admin-guide/mm/damon/start.rst | 2 +- > Documentation/mm/damon/maintainer-profile.rst | 17 ++++++----------- > MAINTAINERS | 2 +- > mm/damon/core.c | 7 ++++++- > mm/damon/lru_sort.c | 2 +- > 5 files changed, 15 insertions(+), 15 deletions(-) > > > base-commit: d245e17d619ea0336d50b0a6c914f5701d1b0e53 > -- > 2.39.5 Sent using hkml (https://github.com/sjp38/hackermail)
On Mon, Sep 15, 2025 at 8:08 AM Joshua Hahn <joshua.hahnjy@gmail.com> wrote: > > On Sun, 14 Sep 2025 18:58:01 -0700 SeongJae Park <sj@kernel.org> wrote: > > > Misc fixes and improvements for DAMON that are not critical and > > therefore aims to be merged into Linux 6.18-rc1. > > > > The first patch improves DAMON's age counting for nr_accesses zero > > to/from non-zero changes. > > > > The second patch fixes an initial DAMOS apply interval delay issue that > > is not realistic but still could happen on an odd setup. > > > > The third patch fixes wrongly written code that doesn't cause any real > > problem but could make code review confusing. > > > > The fourth and the fifth patches update DAMON community meetup > > description and DAMON user-space tool example command for DAMOS usage, > > respectively. > > > > Finally, the sixth patch updates MAINTAINERS section name for DAMON to > > just DAMON. > > Hi SJ, > > I was unable to find this sixth patch on the mailing list. Maybe it got dropped > somewhere? : -) I'm seeing it show up for me, this is the link I'm looking at https://lore.kernel.org/all/20250915015807.101505-7-sj@kernel.org/ > > > Changes from RFC > > (https://lore.kernel.org/20250909034353.7064-1-sj@kernel.org) > > - The RFC was only for the first patch > > - Rebase and wordsmith the first patch > > - Add a few misc fixes and improvements for 6.18 to the series > > > > SeongJae Park (6): > > mm/damon/core: reset age if nr_accesses changes between non-zero and > > zero > > mm/damon/core: set effective quota on first charge window > > mm/damon/lru_sort: use param_ctx correctly > > Docs/mm/damon/maintainer-profile: update community meetup for > > reservation requirements > > Docs/admin-guide/mm/damon/start: add --target_pid to DAMOS example > > command > > MAINTAINERS: rename DAMON section > > > > Documentation/admin-guide/mm/damon/start.rst | 2 +- > > Documentation/mm/damon/maintainer-profile.rst | 17 ++++++----------- > > MAINTAINERS | 2 +- > > mm/damon/core.c | 7 ++++++- > > mm/damon/lru_sort.c | 2 +- > > 5 files changed, 15 insertions(+), 15 deletions(-) > > > > > > base-commit: d245e17d619ea0336d50b0a6c914f5701d1b0e53 > > -- > > 2.39.5 > > Sent using hkml (https://github.com/sjp38/hackermail)
On Mon, 15 Sep 2025 08:25:40 -0700 Joanne Koong <joannelkoong@gmail.com> wrote: > On Mon, Sep 15, 2025 at 8:08 AM Joshua Hahn <joshua.hahnjy@gmail.com> wrote: > > > > On Sun, 14 Sep 2025 18:58:01 -0700 SeongJae Park <sj@kernel.org> wrote: > > > > > Misc fixes and improvements for DAMON that are not critical and > > > therefore aims to be merged into Linux 6.18-rc1. > > > > > > The first patch improves DAMON's age counting for nr_accesses zero > > > to/from non-zero changes. > > > > > > The second patch fixes an initial DAMOS apply interval delay issue that > > > is not realistic but still could happen on an odd setup. > > > > > > The third patch fixes wrongly written code that doesn't cause any real > > > problem but could make code review confusing. > > > > > > The fourth and the fifth patches update DAMON community meetup > > > description and DAMON user-space tool example command for DAMOS usage, > > > respectively. > > > > > > Finally, the sixth patch updates MAINTAINERS section name for DAMON to > > > just DAMON. > > > > Hi SJ, > > > > I was unable to find this sixth patch on the mailing list. Maybe it got dropped > > somewhere? : -) > > I'm seeing it show up for me, this is the link I'm looking at > https://lore.kernel.org/all/20250915015807.101505-7-sj@kernel.org/ Hi Joanne, Thanks, it seems like linux-mm wasn't CCed on the 6th patch. I should have checked in /all! Have a great day! Joshua Sent using hkml (https://github.com/sjp38/hackermail)
On Mon, 15 Sep 2025 08:28:18 -0700 Joshua Hahn <joshua.hahnjy@gmail.com> wrote: > On Mon, 15 Sep 2025 08:25:40 -0700 Joanne Koong <joannelkoong@gmail.com> wrote: > > > On Mon, Sep 15, 2025 at 8:08 AM Joshua Hahn <joshua.hahnjy@gmail.com> wrote: > > > > > > On Sun, 14 Sep 2025 18:58:01 -0700 SeongJae Park <sj@kernel.org> wrote: [...] > > > > Finally, the sixth patch updates MAINTAINERS section name for DAMON to > > > > just DAMON. > > > > > > Hi SJ, > > > > > > I was unable to find this sixth patch on the mailing list. Maybe it got dropped > > > somewhere? : -) > > > > I'm seeing it show up for me, this is the link I'm looking at > > https://lore.kernel.org/all/20250915015807.101505-7-sj@kernel.org/ > > Hi Joanne, > > Thanks, it seems like linux-mm wasn't CCed on the 6th patch. Thanks for sharing these findings, Joshua and Joanne! I was using 'get_maintainer.pl' via 'hkml patch format' to fill in the recipients field, and it warned me with recipients review step, but I missed this. I will ensure linux-mm@ is Cc-ed from the next version. > I should have > checked in /all! FYI, if you use hkml, you can list all mails of a thread of a mail using 't' key on list screen, or 'm' key on the list screen -> '2: list complete thread' item on the menu screen, instead of '/all'. It should work for cases like this. > Have a great day! You too! Thanks, SJ [...]
© 2016 - 2025 Red Hat, Inc.