]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/mm: rename guard-pages to guard-regions
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Thu, 13 Feb 2025 18:17:01 +0000 (18:17 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:49:52 +0000 (21:49 -0800)
commitb03b62529657f9e9b352375d8c749fc8a9bf827d
tree2f8f889d3645c203e442da12cb034f72afb2b87f
parentd5bc4482dc62ec2d77af7d58e7830d6e8282ab40
selftests/mm: rename guard-pages to guard-regions

The feature formerly referred to as guard pages is more correctly referred
to as 'guard regions', as in fact no pages are ever allocated in the
process of installing the regions.

To avoid confusion, rename the tests accordingly.

Link: https://lkml.kernel.org/r/1c3cd04a3f69b5756b94bda701ac88325a9be18b.1739469950.git.lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Cc: David Hildenbrand <david@redhat.com>
Cc: Jann Horn <jannh@google.com>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Kalesh Singh <kaleshsingh@google.com>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: "Paul E . McKenney" <paulmck@kernel.org>
Cc: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/.gitignore
tools/testing/selftests/mm/Makefile
tools/testing/selftests/mm/guard-regions.c [moved from tools/testing/selftests/mm/guard-pages.c with 98% similarity]