[RFC PATCH V4 6/7] arm64: mm: Enable HAVE_RCU_TABLE_FREE logic
Peter Zijlstra
peterz at infradead.org
Thu May 1 02:57:39 PDT 2014
On Thu, May 01, 2014 at 10:52:47AM +0100, Catalin Marinas wrote:
> Does gup_fast walking increment the mm_users? Or is it a requirement of
> the calling code? I can't seem to find where this happens.
No, its not required at all. One should only walk current->mm with
gup_fast, any other usage is broken.
And by delaying TLB shootdown, either through disabling IRQs and
stalling IPIs or by using RCU freeing, you're guaranteed your own page
tables won't disappear underneath your feet.
More information about the linux-arm-kernel
mailing list