Thread (16 messages) 16 messages, 7 authors, 2014-10-27

Re: [PATCH V2 1/2] mm: Update generic gup implementation to handle hugepage directory

From: David Miller <davem@davemloft.net>
Date: 2014-10-23 22:40:58
Also in: linux-arch, linux-mm, lkml

Hey guys, was looking over the generic GUP while working on a sparc64
issue and I noticed that you guys do speculative page gets, and after
talking with Johannes Weiner (CC:'d) about this we don't see how it
could be necessary.

If interrupts are disabled during the page table scan (which they
are), no IPI tlb flushes can arrive.  Therefore any removal from the
page tables is guarded by interrupts being re-enabled.  And as a
result, page counts of pages we see in the page tables must always
have a count > 0.

x86 does direct atomic_add() on &page->_count because of this
invariant and I would rather see the generic version do this too.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help