summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:01:50 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 21:01:50 -0700
commit59c201ded13f216db963b1c8573c89abc711596b (patch)
treea7577d54120bc54790fd9ec1f3426f19e43652b3
parentd0f142c203d483b535033d36da82a02d4e119a13 (diff)
download25-new-59c201ded13f216db963b1c8573c89abc711596b.tar.gz
foo
-rw-r--r--txt/mm-huge_memory-add-the-missing-folio_test_pmd_mappable-for-thp-split-statistics.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/txt/mm-huge_memory-add-the-missing-folio_test_pmd_mappable-for-thp-split-statistics.txt b/txt/mm-huge_memory-add-the-missing-folio_test_pmd_mappable-for-thp-split-statistics.txt
index c0f75e862..4e911e5b4 100644
--- a/txt/mm-huge_memory-add-the-missing-folio_test_pmd_mappable-for-thp-split-statistics.txt
+++ b/txt/mm-huge_memory-add-the-missing-folio_test_pmd_mappable-for-thp-split-statistics.txt
@@ -6,6 +6,8 @@ Now the mTHP can also be split or added into the deferred list, so add
folio_test_pmd_mappable() validation for PMD mapped THP, to avoid
confusion with PMD mapped THP related statistics.
+[baolin.wang@linux.alibaba.com: check THP earlier in case folio is split, per Lance]
+ Link: https://lkml.kernel.org/r/b99f8cb14bc85fdb6ab43721d1331cb5ebed2581.1713771041.git.baolin.wang@linux.alibaba.com
Link: https://lkml.kernel.org/r/a5341defeef27c9ac7b85c97f030f93e4368bbc1.1711694852.git.baolin.wang@linux.alibaba.com
Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Acked-by: David Hildenbrand <david@redhat.com>