The patch titled kill vmalloc_earlyreserve has been added to the -mm tree. Its filename is kill-vmalloc_earlyreserve.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: kill vmalloc_earlyreserve From: "Jan Beulich" <jbeulich@xxxxxxxxxx> This symbol got orphaned quite a while ago. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-i386/pgtable.h | 2 +- include/linux/mm.h | 1 - mm/memory.c | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff -puN include/asm-i386/pgtable.h~kill-vmalloc_earlyreserve include/asm-i386/pgtable.h --- a/include/asm-i386/pgtable.h~kill-vmalloc_earlyreserve +++ a/include/asm-i386/pgtable.h @@ -79,7 +79,7 @@ void paging_init(void); * area for the same reason. ;) */ #define VMALLOC_OFFSET (8*1024*1024) -#define VMALLOC_START (((unsigned long) high_memory + vmalloc_earlyreserve + \ +#define VMALLOC_START (((unsigned long) high_memory + \ 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1)) #ifdef CONFIG_HIGHMEM # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) diff -puN include/linux/mm.h~kill-vmalloc_earlyreserve include/linux/mm.h --- a/include/linux/mm.h~kill-vmalloc_earlyreserve +++ a/include/linux/mm.h @@ -26,7 +26,6 @@ extern unsigned long max_mapnr; extern unsigned long num_physpages; extern void * high_memory; -extern unsigned long vmalloc_earlyreserve; extern int page_cluster; #ifdef CONFIG_SYSCTL diff -puN mm/memory.c~kill-vmalloc_earlyreserve mm/memory.c --- a/mm/memory.c~kill-vmalloc_earlyreserve +++ a/mm/memory.c @@ -78,11 +78,9 @@ unsigned long num_physpages; * and ZONE_HIGHMEM. */ void * high_memory; -unsigned long vmalloc_earlyreserve; EXPORT_SYMBOL(num_physpages); EXPORT_SYMBOL(high_memory); -EXPORT_SYMBOL(vmalloc_earlyreserve); int randomize_va_space __read_mostly = 1; _ Patches currently in -mm which might be from jbeulich@xxxxxxxxxx are remove-pci_dac_dma_-apis.patch more-fix-x86_64-mm-xen-xen-smp-guest-support.patch i386-minor-nx-handling-adjustment.patch mm-fix-improper-init-type-section-references.patch page-table-handling-cleanup.patch modpost-white-list-pattern-adjustment.patch adjust-nosmp-handling.patch kill-vmalloc_earlyreserve.patch x86-fix-change_page_attr-tlb-and-cache-flushing.patch x86-smp-alt-once-option-is-only-useful-with-hotplug_cpu.patch x86-64-remove-unused-variable-maxcpus.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