[PATCH 0/6] mm/damon/{v,p}addr: misc fixups for folio usage

From: SeongJae Park
Date: Mon Jan 09 2023 - 16:34:15 EST


DAMON's monitoring operations set for the virtual and the physical
address spaces use folio now, but some code is not reflecting the fact.
Further cleanup the code for folio usage.

SeongJae Park (6):
mm/damon/vaddr: rename 'damon_young_walk_private->page_sz' to
'folio_sz'
mm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE nor PAGE_SIZE
mm/damon/vaddr: record appropriate folio size when the access is not
found
mm/damon/paddr: rename 'damon_pa_access_chk_result->page_sz' to
'folio_sz'
mm/damon/paddr: remove folio_sz filed from damon_pa_access_chk_result
mm/damon/paddr: remove damon_pa_access_chk_result struct

mm/damon/paddr.c | 44 +++++++++++++++++---------------------------
mm/damon/vaddr.c | 30 ++++++++++++++----------------
2 files changed, 31 insertions(+), 43 deletions(-)

--
2.25.1