The patch titled walk-system-ram-range fix 2 has been removed from the -mm tree. Its filename was walk-system-ram-range-fix-2.patch This patch was dropped because it was folded into walk-system-ram-range.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: walk-system-ram-range fix 2 From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> On Thu, 17 Sep 2009 17:06:42 -0700 Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > drivers/infiniband/hw/ehca/ehca_mrmw.c: In function 'ehca_create_busmap': > drivers/infiniband/hw/ehca/ehca_mrmw.c:2466: error: implicit declaration of function 'walk_memory_resource' > Ya, yes. reported by David Rientjes <rientjes@xxxxxxxxxx> I'm sorry for messes around this. Thanks, -Kame == walk-system-ram-range.patch failes to catch recent change in inifiniband. This is a fix. Cc: Américo Wang <xiyou.wangcong@xxxxxxxxx> Reported-by: David Rientjes <rientjes@xxxxxxxxxx> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: Roland Dreier <rolandd@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/infiniband/hw/ehca/ehca_mrmw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/infiniband/hw/ehca/ehca_mrmw.c~walk-system-ram-range-fix-2 drivers/infiniband/hw/ehca/ehca_mrmw.c --- a/drivers/infiniband/hw/ehca/ehca_mrmw.c~walk-system-ram-range-fix-2 +++ a/drivers/infiniband/hw/ehca/ehca_mrmw.c @@ -2463,7 +2463,7 @@ int ehca_create_busmap(void) int ret; ehca_mr_len = 0; - ret = walk_memory_resource(0, 1ULL << MAX_PHYSMEM_BITS, NULL, + ret = walk_system_ram_range(0, 1ULL << MAX_PHYSMEM_BITS, NULL, ehca_create_busmap_callback); return ret; } _ Patches currently in -mm which might be from kamezawa.hiroyu@xxxxxxxxxxxxxx are origin.patch kcore-fix-proc-kcores-statst_size.patch kcore-use-usual-list-for-kclist.patch kcore-add-kclist-types.patch kcore-register-vmalloc-area-in-generic-way.patch kcore-register-text-area-in-generic-way.patch walk-system-ram-range.patch walk-system-ram-range-fix-2.patch kcore-use-registerd-physmem-information.patch kcore-use-registerd-physmem-information-ia64-fix.patch kcore-register-vmemmap-range.patch kcore-register-vmemmap-range-fix.patch kcore-register-module-area-in-generic-way.patch kcore-more-fixes-for-init.patch proc-kcore-fix-statst_size.patch proc-kcore-update-statst_size-after-memory-hotplug.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