linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Fix va_high_addr_switch.sh test failure
@ 2025-09-12  1:37 Chunyu Hu
  2025-09-12  1:37 ` [PATCH v3 1/3] selftests/mm: fix hugepages cleanup too early Chunyu Hu
  0 siblings, 1 reply; 5+ messages in thread
From: Chunyu Hu @ 2025-09-12  1:37 UTC (permalink / raw)
  To: akpm, david, shuah, linux-mm
  Cc: linux-kselftest, linux-kernel, lorenzo.stoakes, Liam.Howlett,
	vbabka, rppt, surenb, mhocko, chuhu

The three patches fix the va_high_addr_switch.sh test failure on x86_64.

Patch 1 fixes the hugepage setup issue that nr_hugepages is reset too
early in run_vmtests.sh and break the later va_high_addr_switch testing.

Patch 2 adds hugepage setup in va_high_addr_switch test, so that it can
still work if vm_runtests.sh changes the hugepage setup someday.

Patch 3 fixes the test failure caused by the hint addr align method change
in hugetlb_get_unmapped_area().

Changes in v3:
 - patch 1 adds the Acked-by from David
 - patch 3 changes the mmap hint addr to hugepage aligned from page aligned

Changes in v2:
 - patch 1 renames nr_hugepgs_origin to orig_nr_hugepgs
 - add a patch 2 to setup hugeapges in va_high_addr_switch test

Chunyu Hu (3):
  selftests/mm: fix hugepages cleanup too early
  selftests/mm: alloc hugepages in va_high_addr_switch test
  selftests/mm: fix va_high_addr_switch.sh failure on x86_64

 tools/testing/selftests/mm/run_vmtests.sh     |  9 ++++-
 .../selftests/mm/va_high_addr_switch.c        |  4 +-
 .../selftests/mm/va_high_addr_switch.sh       | 37 +++++++++++++++++++
 3 files changed, 46 insertions(+), 4 deletions(-)

-- 
2.49.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-09-12 12:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-12  1:37 [PATCH v3 0/3] Fix va_high_addr_switch.sh test failure Chunyu Hu
2025-09-12  1:37 ` [PATCH v3 1/3] selftests/mm: fix hugepages cleanup too early Chunyu Hu
2025-09-12  1:37   ` [PATCH v3 2/3] selftests/mm: alloc hugepages in va_high_addr_switch test Chunyu Hu
2025-09-12  1:37     ` [PATCH v3 3/3] selftests/mm: fix va_high_addr_switch.sh failure on x86_64 Chunyu Hu
2025-09-12 12:42       ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox