The patch titled lib/cpumask.c should include nodemask.h has been removed from the -mm tree. Its filename is lib-cpumaskc-should-include-nodemaskh.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: lib/cpumask.c should include nodemask.h From: Paul Jackson <pj@xxxxxxx> With the addition of some nodemask related code to lib/cpumask.c, we should now include nodemask.h in this file for the for_each_node_mask() and node_possible_map definitions. Signed-off-by: Paul Jackson <pj@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- lib/cpumask.c | 1 + 1 files changed, 1 insertion(+) diff -puN lib/cpumask.c~lib-cpumaskc-should-include-nodemaskh lib/cpumask.c --- a/lib/cpumask.c~lib-cpumaskc-should-include-nodemaskh +++ a/lib/cpumask.c @@ -1,6 +1,7 @@ #include <linux/kernel.h> #include <linux/bitops.h> #include <linux/cpumask.h> +#include <linux/nodemask.h> #include <linux/module.h> int __first_cpu(const cpumask_t *srcp) _ Patches currently in -mm which might be from pj@xxxxxxx are lib-cpumaskc-should-include-nodemaskh.patch highest_possible_node_id-linkage-fix.patch memory-page-alloc-minor-cleanups.patch memory-page-alloc-minor-cleanups-fix.patch memory-page_alloc-zonelist-caching-speedup.patch memory-page_alloc-zonelist-caching-speedup-speedup.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