The patch titled vmstat: export all_vm_events() has been added to the -mm tree. Its filename is vmstat-export-all_vm_events.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: vmstat: export all_vm_events() From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Add missing EXPORT_SYMBOL for all_vm_events(). Git commit f8891e5e1f93a128c3900f82035e8541357896a7 caused this: Building modules, stage 2. MODPOST WARNING: "all_vm_events" [arch/s390/appldata/appldata_mem.ko] undefined! CC arch/s390/appldata/appldata_mem.mod.o Cc: Christoph Lameter <christoph@xxxxxxxxxxx> Cc: Gerald Schaefer <geraldsc@xxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/vmstat.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/vmstat.c~vmstat-export-all_vm_events mm/vmstat.c --- a/mm/vmstat.c~vmstat-export-all_vm_events +++ a/mm/vmstat.c @@ -81,6 +81,7 @@ void all_vm_events(unsigned long *ret) { sum_vm_events(ret, &cpu_online_map); } +EXPORT_SYMBOL_GPL(all_vm_events); #ifdef CONFIG_HOTPLUG /* _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are vmstat-export-all_vm_events.patch git-klibc.patch git-s390.patch s390-move-var-declarations-behind-ifdef.patch fix-oddball-boolean-logic-in-s390-netiucv.patch s390-broken-null-test-in-claw-driver.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