Re: [PATCH v4 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers

From: Axel Rasmussen
Date: Mon Jul 10 2023 - 13:09:06 EST


On Sat, Jul 8, 2023 at 8:02 AM Peter Xu <peterx@xxxxxxxxxx> wrote:
>
> On Fri, Jul 07, 2023 at 02:55:39PM -0700, Axel Rasmussen wrote:
> > Previously, we had "one fault handler to rule them all", which used
> > several branches to deal with all of the scenarios required by all of
> > the various tests.
> >
> > In upcoming patches, I plan to add a new test, which has its own
> > slightly different fault handling logic. Instead of continuing to add
> > cruft to the existing fault handler, let's allow tests to define custom
> > ones, separate from other tests.
> >
> > Signed-off-by: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
>
> Acked-by: Peter Xu <peterx@xxxxxxxxxx>
>
> PS: please remember to update manpage after it lands. I still have a plan
> to update but not yet happening; if you happen to update before mine please
> feel free to update for whatever is missing.

Will do!

>
> Thanks!
>
> --
> Peter Xu
>