diff for duplicates of <20060222001359.GA23574@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index e9b0dec..83d9fca 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,7 +34,8 @@ david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ http://www.ozlabs.org/~dgibson Index: working-2.6/mm/mremap.c -=================================--- working-2.6.orig/mm/mremap.c 2004-08-30 10:23:00.000000000 +1000 +=================================================================== +--- working-2.6.orig/mm/mremap.c 2004-08-30 10:23:00.000000000 +1000 +++ working-2.6/mm/mremap.c 2004-09-24 15:02:18.169776624 +1000 @@ -274,7 +274,7 @@ if (!(flags & MREMAP_MAYMOVE)) @@ -55,7 +56,8 @@ Index: working-2.6/mm/mremap.c max_addr = vma->vm_next->vm_start; /* can we just expand the current mapping? */ Index: working-2.6/mm/mmap.c -=================================--- working-2.6.orig/mm/mmap.c 2004-09-07 10:38:00.000000000 +1000 +=================================================================== +--- working-2.6.orig/mm/mmap.c 2004-09-07 10:38:00.000000000 +1000 +++ working-2.6/mm/mmap.c 2004-09-24 15:02:18.170776472 +1000 @@ -1209,7 +1209,7 @@ if (flags & MAP_FIXED) { @@ -74,7 +76,7 @@ Index: working-2.6/mm/mmap.c + if ((start & ~PAGE_MASK) || !GOOD_TASK_VM_RANGE(start, len)) return -EINVAL; - if ((len = PAGE_ALIGN(len)) = 0) + if ((len = PAGE_ALIGN(len)) == 0) @@ -1749,7 +1749,7 @@ if (!len) return addr; @@ -85,7 +87,8 @@ Index: working-2.6/mm/mmap.c /* Index: working-2.6/include/asm-ia64/page.h -=================================--- working-2.6.orig/include/asm-ia64/page.h 2004-09-10 13:26:27.000000000 +1000 +=================================================================== +--- working-2.6.orig/include/asm-ia64/page.h 2004-09-10 13:26:27.000000000 +1000 +++ working-2.6/include/asm-ia64/page.h 2004-09-24 15:02:18.171776320 +1000 @@ -123,6 +123,8 @@ #define REGION_SIZE REGION_NUMBER(1) @@ -97,7 +100,8 @@ Index: working-2.6/include/asm-ia64/page.h # define htlbpage_to_page(x) ((REGION_NUMBER(x) << 61) \ | (REGION_OFFSET(x) >> (HPAGE_SHIFT-PAGE_SHIFT))) Index: working-2.6/include/linux/mm.h -=================================--- working-2.6.orig/include/linux/mm.h 2004-09-07 10:38:00.000000000 +1000 +=================================================================== +--- working-2.6.orig/include/linux/mm.h 2004-09-07 10:38:00.000000000 +1000 +++ working-2.6/include/linux/mm.h 2004-09-24 15:02:18.172776168 +1000 @@ -41,6 +41,13 @@ #define MM_VM_SIZE(mm) TASK_SIZE @@ -114,7 +118,8 @@ Index: working-2.6/include/linux/mm.h * Linux kernel virtual memory manager primitives. * The idea being to have a "virtual" mm in the same way Index: working-2.6/fs/binfmt_elf.c -=================================--- working-2.6.orig/fs/binfmt_elf.c 2004-09-24 10:14:10.000000000 +1000 +=================================================================== +--- working-2.6.orig/fs/binfmt_elf.c 2004-09-24 10:14:10.000000000 +1000 +++ working-2.6/fs/binfmt_elf.c 2004-09-24 15:02:18.174775864 +1000 @@ -81,7 +81,8 @@ .min_coredump = ELF_EXEC_PAGESIZE @@ -150,7 +155,8 @@ Index: working-2.6/fs/binfmt_elf.c send_sig(SIGKILL, current, 0); goto out_free_dentry; Index: working-2.6/arch/ia64/kernel/sys_ia64.c -=================================--- working-2.6.orig/arch/ia64/kernel/sys_ia64.c 2004-08-09 09:51:26.000000000 +1000 +=================================================================== +--- working-2.6.orig/arch/ia64/kernel/sys_ia64.c 2004-08-09 09:51:26.000000000 +1000 +++ working-2.6/arch/ia64/kernel/sys_ia64.c 2004-09-24 15:02:18.175775712 +1000 @@ -211,17 +211,6 @@ goto out; diff --git a/a/content_digest b/N1/content_digest index fdf06d7..e3059f8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0David Gibson <david@gibson.dropbear.id.au>\0" "Subject\0IA64 non-contiguous memory space bugs\0" - "Date\0Wed, 22 Feb 2006 00:13:59 +0000\0" + "Date\0Wed, 22 Feb 2006 11:13:59 +1100\0" "To\0linux-ia64@vger.kernel.org" " linux-kernel@vger.kernel.org\0" "\00:1\0" @@ -41,7 +41,8 @@ "http://www.ozlabs.org/~dgibson\n" "\n" "Index: working-2.6/mm/mremap.c\n" - "=================================--- working-2.6.orig/mm/mremap.c\t2004-08-30 10:23:00.000000000 +1000\n" + "===================================================================\n" + "--- working-2.6.orig/mm/mremap.c\t2004-08-30 10:23:00.000000000 +1000\n" "+++ working-2.6/mm/mremap.c\t2004-09-24 15:02:18.169776624 +1000\n" "@@ -274,7 +274,7 @@\n" " \t\tif (!(flags & MREMAP_MAYMOVE))\n" @@ -62,7 +63,8 @@ " \t\t\tmax_addr = vma->vm_next->vm_start;\n" " \t\t/* can we just expand the current mapping? */\n" "Index: working-2.6/mm/mmap.c\n" - "=================================--- working-2.6.orig/mm/mmap.c\t2004-09-07 10:38:00.000000000 +1000\n" + "===================================================================\n" + "--- working-2.6.orig/mm/mmap.c\t2004-09-07 10:38:00.000000000 +1000\n" "+++ working-2.6/mm/mmap.c\t2004-09-24 15:02:18.170776472 +1000\n" "@@ -1209,7 +1209,7 @@\n" " \tif (flags & MAP_FIXED) {\n" @@ -81,7 +83,7 @@ "+\tif ((start & ~PAGE_MASK) || !GOOD_TASK_VM_RANGE(start, len))\n" " \t\treturn -EINVAL;\n" " \n" - " \tif ((len = PAGE_ALIGN(len)) = 0)\n" + " \tif ((len = PAGE_ALIGN(len)) == 0)\n" "@@ -1749,7 +1749,7 @@\n" " \tif (!len)\n" " \t\treturn addr;\n" @@ -92,7 +94,8 @@ " \n" " \t/*\n" "Index: working-2.6/include/asm-ia64/page.h\n" - "=================================--- working-2.6.orig/include/asm-ia64/page.h\t2004-09-10 13:26:27.000000000 +1000\n" + "===================================================================\n" + "--- working-2.6.orig/include/asm-ia64/page.h\t2004-09-10 13:26:27.000000000 +1000\n" "+++ working-2.6/include/asm-ia64/page.h\t2004-09-24 15:02:18.171776320 +1000\n" "@@ -123,6 +123,8 @@\n" " #define REGION_SIZE\t\tREGION_NUMBER(1)\n" @@ -104,7 +107,8 @@ " # define htlbpage_to_page(x)\t((REGION_NUMBER(x) << 61)\t\t\t\t\\\n" " \t\t\t\t | (REGION_OFFSET(x) >> (HPAGE_SHIFT-PAGE_SHIFT)))\n" "Index: working-2.6/include/linux/mm.h\n" - "=================================--- working-2.6.orig/include/linux/mm.h\t2004-09-07 10:38:00.000000000 +1000\n" + "===================================================================\n" + "--- working-2.6.orig/include/linux/mm.h\t2004-09-07 10:38:00.000000000 +1000\n" "+++ working-2.6/include/linux/mm.h\t2004-09-24 15:02:18.172776168 +1000\n" "@@ -41,6 +41,13 @@\n" " #define MM_VM_SIZE(mm)\tTASK_SIZE\n" @@ -121,7 +125,8 @@ " * Linux kernel virtual memory manager primitives.\n" " * The idea being to have a \"virtual\" mm in the same way\n" "Index: working-2.6/fs/binfmt_elf.c\n" - "=================================--- working-2.6.orig/fs/binfmt_elf.c\t2004-09-24 10:14:10.000000000 +1000\n" + "===================================================================\n" + "--- working-2.6.orig/fs/binfmt_elf.c\t2004-09-24 10:14:10.000000000 +1000\n" "+++ working-2.6/fs/binfmt_elf.c\t2004-09-24 15:02:18.174775864 +1000\n" "@@ -81,7 +81,8 @@\n" " \t\t.min_coredump\t= ELF_EXEC_PAGESIZE\n" @@ -157,7 +162,8 @@ " \t\t\tsend_sig(SIGKILL, current, 0);\n" " \t\t\tgoto out_free_dentry;\n" "Index: working-2.6/arch/ia64/kernel/sys_ia64.c\n" - "=================================--- working-2.6.orig/arch/ia64/kernel/sys_ia64.c\t2004-08-09 09:51:26.000000000 +1000\n" + "===================================================================\n" + "--- working-2.6.orig/arch/ia64/kernel/sys_ia64.c\t2004-08-09 09:51:26.000000000 +1000\n" "+++ working-2.6/arch/ia64/kernel/sys_ia64.c\t2004-09-24 15:02:18.175775712 +1000\n" "@@ -211,17 +211,6 @@\n" " \t\tgoto out;\n" @@ -187,4 +193,4 @@ "\t\t\t\t| _way_ _around_!\n" http://www.ozlabs.org/~dgibson -64b4592d373169046bc179a5939d2c1426b0d90a48be32a8a211f7dcb3d03d16 +a055ad9c746226d7fbac09d227a183d27aab26d9d280aab92a131e73db1b2705
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.