Message ID | 20180921153405.10090-1-steve.capper@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixes for contiguous hugetlb | expand |
On Fri, Sep 21, 2018 at 04:34:03PM +0100, Steve Capper wrote: > This patch series addresses a couple of issues found with contiguous hugetlb. > > 1) It is possible for old hugetlb's to be created by remove_migration_pte, the > first patch adjusts the code to capture any young ptes that could have been > created by hardware dirty bit management. > > 2) huge_ptep_set_access_flags has been changed in the second patch to prevent it > from unnecessarily invalidating contiguous hugetlb mappings (which also stops > it from potentially evoking back-to-back page faults). Thanks Steve, these look good to me. I'll pick them up as fixes. Will