Files
kernel_arpi/include/linux
Al Viro f0b65f39ac iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant
Replacement is called copy_page_from_iter_atomic(); unlike the old primitive the
callers do *not* need to do iov_iter_advance() after it.  In case when they end
up consuming less than they'd been given they need to do iov_iter_revert() on
everything they had not consumed.  That, however, needs to be done only on slow
paths.

All in-tree callers converted.  And that kills the last user of iterate_all_kinds()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2021-06-10 11:45:14 -04:00
..
2021-04-22 09:26:22 -07:00
2021-05-06 19:24:11 -07:00
2021-04-14 16:30:30 +03:00
2021-05-08 21:49:48 -06:00
2021-05-06 19:24:11 -07:00
2021-04-19 13:13:26 -04:00
2021-04-12 15:04:23 +02:00
2021-05-07 00:26:34 -07:00
2021-04-30 11:20:40 -07:00
2021-05-07 00:26:35 -07:00
2021-04-21 10:24:41 -05:00
2021-05-06 19:24:11 -07:00
2021-04-15 10:32:17 +02:00
2021-05-07 00:26:35 -07:00
2021-04-16 15:31:02 -07:00