The patch titled Remove cond_resched in gather_stats() has been added to the -mm tree. Its filename is remove-cond_resched-in-gather_stats.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Christoph Lameter <clameter@xxxxxxx> gather_stats() is called with a spinlock held from check_pte_range. We cannot reschedule with a lock held. Signed-off-by: Christoph Lameter <clameter@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/mempolicy.c | 1 - 1 files changed, 1 deletion(-) diff -puN mm/mempolicy.c~remove-cond_resched-in-gather_stats mm/mempolicy.c --- devel/mm/mempolicy.c~remove-cond_resched-in-gather_stats 2006-04-18 23:12:52.000000000 -0700 +++ devel-akpm/mm/mempolicy.c 2006-04-18 23:12:52.000000000 -0700 @@ -1761,7 +1761,6 @@ static void gather_stats(struct page *pa md->mapcount_max = count; md->node[page_to_nid(page)]++; - cond_resched(); } #ifdef CONFIG_HUGETLB_PAGE _ Patches currently in -mm which might be from clameter@xxxxxxx are remove-cond_resched-in-gather_stats.patch page-migration-make-do_swap_page-redo-the-fault.patch slab-extract-cache_free_alien-from-__cache_free.patch migration-remove-unnecessary-pageswapcache-checks.patch migration-remove-unnecessary-pageswapcache-checks-fix.patch swapless-v2-try_to_unmap-rename-ignrefs-to-migration.patch swapless-v2-add-migration-swap-entries.patch swapless-v2-make-try_to_unmap-create-migration-entries.patch swapless-v2-rip-out-swap-portion-of-old-migration-code.patch swapless-v2-revise-main-migration-logic.patch wait-for-migrating-page-after-incr-of-page-count-under-anon_vma-lock.patch preserve-write-permissions-in-migration-entries.patch preserve-write-permissions-in-migration-entries-fix.patch migration_entry_wait-use-the-pte-lock-instead-of-the-anon_vma-lock.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html