You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a remove event is pending to be read from the uffd, then all uffdio
ioctls return EAGAIN. We correctly handle this for COPY, but did not for
ZEROPAGE. Also handle this for zeropage to fix spurious test failures.
See commit e92a7ff ("fix(example): correctly handle `remove` events
in uffd exammple") for more details.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments