- kexec-introduce-bootmem_exclusive-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     kexec-introduce-bootmem_exclusive-fix
has been removed from the -mm tree.  Its filename was
     kexec-introduce-bootmem_exclusive-fix.patch

This patch was dropped because it had testing failures

------------------------------------------------------
Subject: kexec-introduce-bootmem_exclusive-fix
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>

Cc: Bernhard Walle <bwalle@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/x86/mm/init_64.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86/kernel/mpparse_32.c~kexec-introduce-bootmem_exclusive-fix arch/x86/kernel/mpparse_32.c
diff -puN arch/x86/kernel/setup_32.c~kexec-introduce-bootmem_exclusive-fix arch/x86/kernel/setup_32.c
diff -puN arch/x86/kernel/setup_64.c~kexec-introduce-bootmem_exclusive-fix arch/x86/kernel/setup_64.c
diff -puN include/linux/bootmem.h~kexec-introduce-bootmem_exclusive-fix include/linux/bootmem.h
diff -puN mm/bootmem.c~kexec-introduce-bootmem_exclusive-fix mm/bootmem.c
diff -puN arch/x86/mm/init_64.c~kexec-introduce-bootmem_exclusive-fix arch/x86/mm/init_64.c
--- a/arch/x86/mm/init_64.c~kexec-introduce-bootmem_exclusive-fix
+++ a/arch/x86/mm/init_64.c
@@ -652,7 +652,7 @@ void __init reserve_bootmem_generic(unsi
 #ifdef CONFIG_NUMA
   	reserve_bootmem_node(NODE_DATA(nid), phys, len);
 #else       		
-	reserve_bootmem(phys, len);    
+	reserve_bootmem(phys, len, BOOTMEM_DEFAULT);
 #endif
 	if (phys+len <= MAX_DMA_PFN*PAGE_SIZE) {
 		dma_reserve += len / PAGE_SIZE;
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

origin.patch
memory-hotplug-make-kmem_cache_node-for-slub-on-memory-online-avoid-panic.patch
memory-hotplug-make-kmem_cache_node-for-slub-on-memory-online-avoid-panic-fix.patch
capabilities-clean-up-file-capability-reading.patch
ext2-avoid-rec_len-overflow-with-64kb-block-size.patch
intel-iommu-pci-generic-helper-function.patch
intel-iommu-iova-allocation-and-management-routines.patch
intel-iommu-intel-iommu-driver.patch
intel-iommu-iommu-floppy-workaround.patch
kexec-add-bss-to-resource-tree.patch
kexec-introduce-bootmem_exclusive-fix.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux