Re: [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions
From: Lorenzo Stoakes
Date: Sun Mar 02 2025 - 03:36:05 EST
On Thu, Feb 13, 2025 at 06:17:01PM +0000, 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: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Hi Andrew, apologies I realise I missed updating run_vmtests.sh here, mea culpa.
Quick fix-patch enclosed, thanks!
----8<----