[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220131160254.43211-1-songmuchun@bytedance.com>
Date: Tue, 1 Feb 2022 00:02:49 +0800
From: Muchun Song <songmuchun@...edance.com>
To: akpm@...ux-foundation.org, zi.yan@...rutgers.edu,
kirill.shutemov@...ux.intel.com, rientjes@...gle.com,
lars.persson@...s.com, mike.kravetz@...cle.com
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
duanxiongchun@...edance.com, Muchun Song <songmuchun@...edance.com>
Subject: [PATCH v3 0/5] Fix some cache flush bugs
This series focus on fixing cache maintenance.
v3:
- Collect Reviewed-by tag from Zi Yan.
- Fix hugetlb cache maintenance.
v2:
- Collect Reviewed-by tag from Zi Yan.
- Using a for loop instead of the folio variant for backportability.
Muchun Song (5):
mm: thp: fix wrong cache flush in remove_migration_pmd()
mm: fix missing cache flush for all tail pages of compound page
mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
mm: replace multiple dcache flush with flush_dcache_folio()
mm/huge_memory.c | 3 ++-
mm/hugetlb.c | 1 +
mm/memory.c | 2 ++
mm/migrate.c | 3 +--
4 files changed, 6 insertions(+), 3 deletions(-)
--
2.11.0
Powered by blists - more mailing lists