On Thu, Sep 8, 2022 at 2:09 PM David Matlack dmatlack@google.com 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