Commit 7df4f14b authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

cr-check: lazy-pages: detect availability of UNMAP and EXIT events

travis-ci: success for lazy-pages: add non-#PF events handling (rev2)
Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 2f2f11ad
...@@ -1049,7 +1049,9 @@ static int check_compat_cr(void) ...@@ -1049,7 +1049,9 @@ static int check_compat_cr(void)
static int check_uffd(void) static int check_uffd(void)
{ {
unsigned long features = UFFD_FEATURE_EVENT_FORK | unsigned long features = UFFD_FEATURE_EVENT_FORK |
UFFD_FEATURE_EVENT_EXIT |
UFFD_FEATURE_EVENT_REMAP | UFFD_FEATURE_EVENT_REMAP |
UFFD_FEATURE_EVENT_UNMAP |
UFFD_FEATURE_EVENT_REMOVE; UFFD_FEATURE_EVENT_REMOVE;
if (kerndat_uffd(true)) if (kerndat_uffd(true))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment