* Mel Gorman <mgorman@xxxxxxx> wrote: > On Tue, Nov 13, 2012 at 11:07:36AM +0100, Ingo Molnar wrote: > > > > * Mel Gorman <mgorman@xxxxxxx> wrote: > > > > > From: Andrea Arcangeli <aarcange@xxxxxxxxxx> > > > > > > When scanning pmds, the pmd may be of numa type (_PAGE_PRESENT not set), > > > however the pte might be present. Therefore, gup_pmd_range() must return > > > 0 in this case to avoid losing a NUMA hinting page fault during gup_fast. > > > > > > Note: gup_fast will skip over non present ptes (like numa > > > types), so no explicit check is needed for the pte_numa case. > > > [...] > > > > So, why not fix all architectures that choose to expose > > pte_numa() and pmd_numa() methods - via the patch below? > > > > I'll pick it up. Thanks. FYI, before you do too much restructuring work, that patch is already part of tip:numa/core, I'll push out our updated version of the tree later today. Thanks, Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>