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@xxxxxxxxxx) - 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