aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/.gitignore
diff options
context:
space:
mode:
authorGravatar Jiaqi Yan <jiaqiyan@google.com> 2023-07-13 00:18:33 +0000
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2023-08-18 10:12:27 -0700
commitba91e7e5d15a22946e6531c898e197e128bb6634 (patch)
treeaefdb3b99bd441c8dc0527529280c66555f99533 /tools/testing/selftests/mm/.gitignore
parenthugetlbfs: improve read HWPOISON hugepage (diff)
downloadlinux-ba91e7e5d15a22946e6531c898e197e128bb6634.tar.gz
linux-ba91e7e5d15a22946e6531c898e197e128bb6634.tar.bz2
linux-ba91e7e5d15a22946e6531c898e197e128bb6634.zip
selftests/mm: add tests for HWPOISON hugetlbfs read
Add tests for the improvement made to read operation on HWPOISON hugetlb page with different read granularities. For each chunk size, three read scenarios are tested: 1. Simple regression test on read without HWPOISON. 2. Sequential read page by page should succeed until encounters the 1st raw HWPOISON subpage. 3. After skip a raw HWPOISON subpage by lseek, read()s always succeed. Link: https://lkml.kernel.org/r/20230713001833.3778937-5-jiaqiyan@google.com Signed-off-by: Jiaqi Yan <jiaqiyan@google.com> Acked-by: Mike Kravetz <mike.kravetz@oracle.com> Reviewed-by: Naoya Horiguchi <naoya.horiguchi@nec.com> Cc: James Houghton <jthoughton@google.com> Cc: Miaohe Lin <linmiaohe@huawei.com> Cc: Muchun Song <songmuchun@bytedance.com> Cc: Yang Shi <shy828301@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/mm/.gitignore')
-rw-r--r--tools/testing/selftests/mm/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
index 7e2a982383c0..cdc9ce4426b9 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -5,6 +5,7 @@ hugepage-mremap
hugepage-shm
hugepage-vmemmap
hugetlb-madvise
+hugetlb-read-hwpoison
khugepaged
map_hugetlb
map_populate