[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags

Dave Hansen dave.hansen at linux.intel.com
Thu Oct 20 04:23:55 AEDT 2016


On 10/19/2016 10:01 AM, Michal Hocko wrote:
> The question I had earlier was whether this has to be an explicit FOLL
> flag used by g-u-p users or we can just use it internally when mm !=
> current->mm

The reason I chose not to do that was that deferred work gets run under
a basically random 'current'.  If we just use 'mm != current->mm', then
the deferred work will sometimes have pkeys enforced and sometimes not,
basically randomly.

We want to be consistent with whether they are enforced or not, so we
explicitly indicate that by calling the remote variant vs. plain.


More information about the Linuxppc-dev mailing list