Files
kernel_arpi/include/linux
Andreas Gruenbacher f86f8d2784 iov_iter: Introduce nofault flag to disable page faults
commit 3337ab08d08b1a375f88471d9c8b1cac968cb054 upstream

Introduce a new nofault flag to indicate to iov_iter_get_pages not to
fault in user pages.

This is implemented by passing the FOLL_NOFAULT flag to get_user_pages,
which causes get_user_pages to fail when it would otherwise fault in a
page. We'll use the ->nofault flag to prevent iomap_dio_rw from faulting
in pages when page faults are not allowed.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-05-01 17:22:33 +02:00
..
2021-12-14 10:57:11 +01:00
2021-11-25 09:48:41 +01:00
2021-11-25 09:49:08 +01:00
2022-04-13 20:59:03 +02:00
2021-11-18 19:15:51 +01:00
2021-10-07 16:51:57 +02:00
2021-11-21 13:44:12 +01:00
2021-12-14 10:57:15 +01:00