Re: [V1 PATCH 1/5] selftests: kvm: move common startup logic to kvm_util.c

From: Vishal Annapurve
Date: Wed Sep 14 2022 - 15:09:31 EST


On Thu, Sep 8, 2022 at 2:09 PM David Matlack <dmatlack@xxxxxxxxxx> wrote:
>
...
> > print_skip("__NR_userfaultfd must be present for userfaultfd test");
> > - return KSFT_SKIP;
>
> exit(KSFT_SKIP) to preserve the test behavior.

Ack, though this change should go away in the next series with common
selftest init using constructor attribute.

Regards,
Vishal