]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]
authorMike Rapoport (Microsoft) <rppt@kernel.org>
Mon, 11 May 2026 16:28:07 +0000 (19:28 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 21 Jun 2026 18:37:23 +0000 (11:37 -0700)
commit81afb1ee7b2fb8b533aaa5cbd907fd000e60f193
treeb58464b54f04e9f1d43623c6eb7d1af88e38e87d
parentd4cdf641b0dc749b5e88474a11543a9479e1f766
selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]

...  for upcoming addition of HugeTLB helpers.

Link: https://lore.kernel.org/20260511162840.375890-24-rppt@kernel.org
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Tested-by: Luiz Capitulino <luizcap@redhat.com>
Tested-by: Sarthak Sharma <sarthak.sharma@arm.com>
Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Barry Song <baohua@kernel.org>
Cc: David Hildenbrand <david@kernel.org>
Cc: Dev Jain <dev.jain@arm.com>
Cc: Donet Tom <donettom@linux.ibm.com>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Lance Yang <lance.yang@linux.dev>
Cc: Leon Romanovsky <leon@kernel.org>
Cc: Liam Howlett <liam@infradead.org>
Cc: Li Wang <li.wang@linux.dev>
Cc: Lorenzo Stoakes <ljs@kernel.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Nico Pache <npache@redhat.com>
Cc: Peter Xu <peterx@redhat.com>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka <vbabka@kernel.org>
Cc: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14 files changed:
tools/testing/selftests/mm/Makefile
tools/testing/selftests/mm/cow.c
tools/testing/selftests/mm/folio_split_race_test.c
tools/testing/selftests/mm/guard-regions.c
tools/testing/selftests/mm/hugepage_settings.c [moved from tools/testing/selftests/mm/thp_settings.c with 99% similarity]
tools/testing/selftests/mm/hugepage_settings.h [moved from tools/testing/selftests/mm/thp_settings.h with 95% similarity]
tools/testing/selftests/mm/khugepaged.c
tools/testing/selftests/mm/ksm_tests.c
tools/testing/selftests/mm/migration.c
tools/testing/selftests/mm/prctl_thp_disable.c
tools/testing/selftests/mm/soft-dirty.c
tools/testing/selftests/mm/split_huge_page_test.c
tools/testing/selftests/mm/transhuge-stress.c
tools/testing/selftests/mm/uffd-wp-mremap.c