On Wed, Feb 15, 2023 at 12:04:42AM +0000, Matthew Wilcox wrote: > Add set_ptes(), update_mmu_cache_range() and flush_dcache_folio(). > > The PG_dcache_clear flag changes from being a per-page bit to being a > per-folio bit. Nit: s/PG_dcache_clear/PG_dcache_clean/ I should do the same with PG_mte_tagged bit (I already started but got distracted by other things). For this patch: Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>