[LTP] [PATCH v4 0/4] Hugetlb:Migrating the libhugetlbfs tests
Tarun Sahu
tsahu@linux.ibm.com
Wed Nov 2 12:06:34 CET 2022
Hi,
Libhugetlbfs is not being maintained actively, and some distro is dropping
support for it. There are some tests that are good for testing hugetlb
functionality in kernel.
As per previous dicussion in RFC[1], Here, this patch series consists
of hugetlb tests taken from libhugetlbfs modified to work in ltp
environment.
Based on suggestion[2], I am reposting the patches again. Also, I added
suggested changes at [3].
ref:
1:https://lore.kernel.org/all/20220908173947.17956-1-tsahu@linux.ibm.com/
2:https://lore.kernel.org/all/87wn8xi61v.fsf@suse.de/
3:https://lore.kernel.org/all/20221016125731.249078-1-tsahu@linux.ibm.com/
v1 -> v2
1. In (brk near huge) test [PATCH 1/3] removed unused library
function test_addr_huge() and read_maps().
v2 -> v3
1. Added a new patch commit for two new flags "needs_hugetlbfs" &
"needs_unlinked_hugetlb_file" in tst_test and modified tests to use
these flags.
2. Added taint check in test [PATCH 1/3].
3. Removed redundant Hopt and nr_opt option.
4. Corrected pre-processor ARCH based conditional flags in test
[PATCH 1/3]
v3 -> v4
1. Removed the needs_unlinked_hugetlb_file option in PATCH[1/4].
2. Removed the redundant saved_oc_hugepages checks in PATCH[3/4].
3. Updated the mntpoint checks in PATCH[1/4].
Tarun Sahu (4):
Hugetlb: Add new tst_test options for hugeltb test support
Hugetlb: Migrating libhugetlbfs brk_near_huge
Hugetlb: Migrating libhugetlbfs chunk-overcommit
Hugetlb: Migrating libhugetlbfs corrupt-by-cow-opt
include/tst_test.h | 11 ++
lib/tst_test.c | 44 +++++-
runtest/hugetlb | 3 +
testcases/kernel/mem/.gitignore | 3 +
.../kernel/mem/hugetlb/hugemmap/Makefile | 5 +
.../kernel/mem/hugetlb/hugemmap/hugemmap07.c | 138 ++++++++++++++++
.../kernel/mem/hugetlb/hugemmap/hugemmap08.c | 148 ++++++++++++++++++
.../kernel/mem/hugetlb/hugemmap/hugemmap09.c | 80 ++++++++++
testcases/kernel/mem/hugetlb/lib/hugetlb.h | 3 +
9 files changed, 429 insertions(+), 6 deletions(-)
create mode 100644 testcases/kernel/mem/hugetlb/hugemmap/hugemmap07.c
create mode 100644 testcases/kernel/mem/hugetlb/hugemmap/hugemmap08.c
create mode 100644 testcases/kernel/mem/hugetlb/hugemmap/hugemmap09.c
--
2.31.1
More information about the ltp
mailing list