Re: [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions

2025-03-02 Thread Lorenzo Stoakes
On Thu, Feb 13, 2025 at 06:17:01PM +, Lorenzo Stoakes wrote: > 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 accordin

Re: [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions

2025-02-18 Thread Vlastimil Babka
On 2/13/25 19:17, Lorenzo Stoakes wrote: > 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. > > Signed-off-by