Re: [PATCH v3] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
From: jane . chu
Date: Tue Sep 16 2025 - 14:12:55 EST
On 9/15/2025 8:08 PM, Andrew Morton wrote:
Fixes: 59d9094df3d79 ("mm: hugetlb: independent PMD page table shared count")
Signed-off-by: Jane Chu<jane.chu@xxxxxxxxxx>
Reviewed-by: Harry Yoo<harry.yoo@xxxxxxxxxx>
---
include/linux/mm_types.h | 5 +++++
mm/hugetlb.c | 15 +++++----------
2 files changed, 10 insertions(+), 10 deletions(-)
It's conventional (and useful) to explain (beneath the "---") what
changed since the previous version.
Here's the v2->v3 diff, which appears to be based on David's review
comments:
Yes, v3 is entirely based on David's comments. I will resend with
comments added.
thanks,
-jane