Message ID | 20240503180318.72798-1-sj@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mm/damon: misc fixes and improvements | expand |
Andrew, please add DAMON selftests patchset[1] that I posted yesterday before this patchset. Otherwise, patches would get conflicts. [1] https://lore.kernel.org/20240502172718.74166-1-sj@kernel.org Thanks, SJ On Fri, 3 May 2024 11:03:08 -0700 SeongJae Park <sj@kernel.org> wrote: > Add miscelleneous and non-urgent fixes and improvements for DAMON code, > selftests, and documents. > > SeongJae Park (10): > mm/damon/core: initialize ->esz_bp from damos_quota_init_priv() > selftests/damon/_damon_sysfs: check errors from nr_schemes file reads > selftests/damon/_damon_sysfs: find sysfs mount point from /proc/mounts > selftests/damon/_damon_sysfs: use 'is' instead of '==' for 'None' > selftests/damon: classify tests for functionalities and regressions > Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter > matching sysfs file > Docs/admin-guide/mm/damon/usage: fix wrong schemes effective quota > update command > Docs/mm/damon/design: use a list for supported filters > Docs/mm/damon/maintainer-profile: change the maintainer's timezone > from PST to PT > Docs/mm/damon/maintainer-profile: allow posting patches based on > damon/next tree > > Documentation/admin-guide/mm/damon/usage.rst | 6 +- > Documentation/mm/damon/design.rst | 46 +++++---- > Documentation/mm/damon/maintainer-profile.rst | 13 +-- > mm/damon/core.c | 1 + > tools/testing/selftests/damon/Makefile | 13 ++- > tools/testing/selftests/damon/_damon_sysfs.py | 95 +++++++++++-------- > 6 files changed, 100 insertions(+), 74 deletions(-) > > > base-commit: fc7314cb6b750187a1366e0bf9da4c3ca8cfd064 > -- > 2.39.2