Re: [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

From: Andrew Morton
Date: Mon Jun 16 2025 - 20:26:25 EST


On Mon, 16 Jun 2025 15:34:06 +0530 Ujwal Kundur <ujwal.kundur@xxxxxxxxx> wrote:

> Refactor macros and non-composite global variable definitions into a
> struct that is defined at the start of a test and is passed around
> instead of relying on global vars.

Well I guess that's nicer.

> 5 files changed, 616 insertions(+), 542 deletions(-)

It needs to be!

Thanks, I'll queue it for testing while Peter thinks about it :)