[LTP] [PATCH v2] syscall: Add userfaultfd testcase

Petr Vorel pvorel@suse.cz
Fri Mar 15 09:31:42 CET 2019


Hi Jan,

> > +
> > +	pollfd.fd = uffd;
> > +	pollfd.events = POLLIN;
> > +	nready = poll(&pollfd, 1, -1);

> SAFE_POLL

We don't have SAFE_POLL() (yet).


Kind regards,
Petr


More information about the ltp mailing list