The quilt patch titled Subject: Docs/mm/damon/design: fix build warning has been removed from the -mm tree. Its filename was docs-mm-damon-design-use-a-list-for-supported-filters-fix.patch This patch was dropped because it was folded into docs-mm-damon-design-use-a-list-for-supported-filters.patch ------------------------------------------------------ From: SeongJae Park <sj@xxxxxxxxxx> Subject: Docs/mm/damon/design: fix build warning Date: Tue, 7 May 2024 09:17:47 -0700 Commit b7138c7d40b0 ("Docs/mm/damon/design: use a list for supported filters") of mm-unstable tree is causing below warning and error with 'make htmldocs'. Documentation/mm/damon/design.rst:482: ERROR: Unexpected indentation. Documentation/mm/damon/design.rst:483: WARNING: Block quote ends without a blank line; unexpected unindent. The problem caused by wrong indentation for nested list items. Fix the wrong indentation. Link: https://lkml.kernel.org/r/20240507161747.52430-1-sj@xxxxxxxxxx Fixes: b7138c7d40b0 ("Docs/mm/damon/design: use a list for supported filters") Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Closes: https://lore.kernel.org/20240507162623.4d94d455@xxxxxxxxxxxxxxxx Signed-off-by: SeongJae Park <sj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/mm/damon/design.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) --- a/Documentation/mm/damon/design.rst~docs-mm-damon-design-use-a-list-for-supported-filters-fix +++ a/Documentation/mm/damon/design.rst @@ -472,21 +472,21 @@ counted as the scheme has tried. This d Below types of filters are currently supported. - anonymous page - - Applied to pages that containing data that not stored in files. - - Handled by operations set layer. Supported by only ``paddr`` set. + - Applied to pages that containing data that not stored in files. + - Handled by operations set layer. Supported by only ``paddr`` set. - memory cgroup - - Applied to pages that belonging to a given cgroup. - - Handled by operations set layer. Supported by only ``paddr`` set. + - Applied to pages that belonging to a given cgroup. + - Handled by operations set layer. Supported by only ``paddr`` set. - young page - - Applied to pages that are accessed after the last access check from the - scheme. - - Handled by operations set layer. Supported by only ``paddr`` set. + - Applied to pages that are accessed after the last access check from the + scheme. + - Handled by operations set layer. Supported by only ``paddr`` set. - address range - - Applied to pages that belonging to a given address range. - - Handled by the core logic. + - Applied to pages that belonging to a given address range. + - Handled by the core logic. - DAMON monitoring target - - Applied to pages that belonging to a given DAMON monitoring target. - - Handled by the core logic. + - Applied to pages that belonging to a given DAMON monitoring target. + - Handled by the core logic. Application Programming Interface _ Patches currently in -mm which might be from sj@xxxxxxxxxx are selftests-damon-_damon_sysfs-support-quota-goals.patch selftests-damon-add-a-test-for-damos-quota-goal.patch mm-damon-core-initialize-esz_bp-from-damos_quota_init_priv.patch selftests-damon-_damon_sysfs-check-errors-from-nr_schemes-file-reads.patch selftests-damon-_damon_sysfs-find-sysfs-mount-point-from-proc-mounts.patch selftests-damon-_damon_sysfs-use-is-instead-of-==-for-none.patch selftests-damon-classify-tests-for-functionalities-and-regressions.patch docs-admin-guide-mm-damon-usage-fix-wrong-example-of-damos-filter-matching-sysfs-file.patch docs-admin-guide-mm-damon-usage-fix-wrong-schemes-effective-quota-update-command.patch docs-mm-damon-design-use-a-list-for-supported-filters.patch docs-mm-damon-maintainer-profile-change-the-maintainers-timezone-from-pst-to-pt.patch docs-mm-damon-maintainer-profile-allow-posting-patches-based-on-damon-next-tree.patch