diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2017-02-24 14:56:05 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-24 17:46:54 -0800 |
commit | a6bf53eba98e0c36f51322cd6aa771c0ffa283f3 (patch) | |
tree | c1ccbe8b6c2c89d84c1e4b5d3025209e19b89570 /tools | |
parent | d811914d87576c562e849c00d9f9beff45038801 (diff) | |
download | linux-exynos-a6bf53eba98e0c36f51322cd6aa771c0ffa283f3.tar.gz linux-exynos-a6bf53eba98e0c36f51322cd6aa771c0ffa283f3.tar.bz2 linux-exynos-a6bf53eba98e0c36f51322cd6aa771c0ffa283f3.zip |
userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request
When a page is removed from a shared mapping, the uffd reader should be
notified, so that it won't attempt to handle #PF events for the removed
pages.
We can reuse the UFFD_EVENT_REMOVE because from the uffd monitor point
of view, the semantices of madvise(MADV_DONTNEED) and
madvise(MADV_REMOVE) is exactly the same.
Link: http://lkml.kernel.org/r/1484814154-1557-3-git-send-email-rppt@linux.vnet.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Reviewed-by: Andrea Arcangeli <aarcange@redhat.com>
Acked-by: Hillf Danton <hillf.zj@alibaba-inc.com>
Acked-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions