diff for duplicates of <1103038096.28318.404.camel@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 96e8152..08c772f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -92,7 +92,8 @@ On Wed, 2004-12-08 at 11:24, Christoph Lameter wrote: > Patch against 2.6.10-rc3-bk3: > > Index: linux-2.6.9/include/linux/sched.h -> =================================> --- linux-2.6.9.orig/include/linux/sched.h 2004-12-01 10:37:31.000000000 -0800 +> =================================================================== +> --- linux-2.6.9.orig/include/linux/sched.h 2004-12-01 10:37:31.000000000 -0800 > +++ linux-2.6.9/include/linux/sched.h 2004-12-01 10:38:15.000000000 -0800 > @@ -537,6 +537,8 @@ > #endif @@ -104,7 +105,8 @@ On Wed, 2004-12-08 at 11:24, Christoph Lameter wrote: > * ptrace_list/ptrace_children forms the list of my children > * that were stolen by a ptracer. > Index: linux-2.6.9/mm/memory.c -> =================================> --- linux-2.6.9.orig/mm/memory.c 2004-12-01 10:38:11.000000000 -0800 +> =================================================================== +> --- linux-2.6.9.orig/mm/memory.c 2004-12-01 10:38:11.000000000 -0800 > +++ linux-2.6.9/mm/memory.c 2004-12-01 10:45:01.000000000 -0800 > @@ -55,6 +55,7 @@ > @@ -123,7 +125,7 @@ On Wed, 2004-12-08 at 11:24, Christoph Lameter wrote: > + > + addr &= PAGE_MASK; > + -> + if (current->anon_fault_next_addr = addr) { +> + if (current->anon_fault_next_addr == addr) { > + unsigned long end_addr; > + int order = current->anon_fault_order; > + diff --git a/a/content_digest b/N1/content_digest index c8ef7e7..ac70295 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -15,7 +15,7 @@ "ref\0Pine.LNX.4.58.0412080920240.27156@schroedinger.engr.sgi.com\0" "From\0Adam Litke <agl@us.ibm.com>\0" "Subject\0Re: Anticipatory prefaulting in the page fault handler V1\0" - "Date\0Tue, 14 Dec 2004 15:28:16 +0000\0" + "Date\0Tue, 14 Dec 2004 09:28:16 -0600\0" "To\0Christoph Lameter <clameter@sgi.com>\0" "Cc\0nickpiggin@yahoo.com.au" Jeff Garzik <jgarzik@pobox.com> @@ -121,7 +121,8 @@ "> Patch against 2.6.10-rc3-bk3:\n" "> \n" "> Index: linux-2.6.9/include/linux/sched.h\n" - "> =================================> --- linux-2.6.9.orig/include/linux/sched.h\t2004-12-01 10:37:31.000000000 -0800\n" + "> ===================================================================\n" + "> --- linux-2.6.9.orig/include/linux/sched.h\t2004-12-01 10:37:31.000000000 -0800\n" "> +++ linux-2.6.9/include/linux/sched.h\t2004-12-01 10:38:15.000000000 -0800\n" "> @@ -537,6 +537,8 @@\n" "> #endif\n" @@ -133,7 +134,8 @@ "> \t * ptrace_list/ptrace_children forms the list of my children\n" "> \t * that were stolen by a ptracer.\n" "> Index: linux-2.6.9/mm/memory.c\n" - "> =================================> --- linux-2.6.9.orig/mm/memory.c\t2004-12-01 10:38:11.000000000 -0800\n" + "> ===================================================================\n" + "> --- linux-2.6.9.orig/mm/memory.c\t2004-12-01 10:38:11.000000000 -0800\n" "> +++ linux-2.6.9/mm/memory.c\t2004-12-01 10:45:01.000000000 -0800\n" "> @@ -55,6 +55,7 @@\n" "> \n" @@ -152,7 +154,7 @@ "> +\n" "> +\taddr &= PAGE_MASK;\n" "> +\n" - "> + \tif (current->anon_fault_next_addr = addr) {\n" + "> + \tif (current->anon_fault_next_addr == addr) {\n" "> + \t\tunsigned long end_addr;\n" "> + \t\tint order = current->anon_fault_order;\n" "> +\n" @@ -260,4 +262,4 @@ "Adam Litke - (agl at us.ibm.com)\n" IBM Linux Technology Center -3fe8c40ca5127310b68948c3c445c09ba83e671791109b844ea6c2853a82e177 +616788f9b86468e17f15c8205778de5fac88ce414d79caa9f47730fe805dfe8b
diff --git a/a/1.txt b/N2/1.txt index 96e8152..6eb3bac 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -92,7 +92,8 @@ On Wed, 2004-12-08 at 11:24, Christoph Lameter wrote: > Patch against 2.6.10-rc3-bk3: > > Index: linux-2.6.9/include/linux/sched.h -> =================================> --- linux-2.6.9.orig/include/linux/sched.h 2004-12-01 10:37:31.000000000 -0800 +> =================================================================== +> --- linux-2.6.9.orig/include/linux/sched.h 2004-12-01 10:37:31.000000000 -0800 > +++ linux-2.6.9/include/linux/sched.h 2004-12-01 10:38:15.000000000 -0800 > @@ -537,6 +537,8 @@ > #endif @@ -104,7 +105,8 @@ On Wed, 2004-12-08 at 11:24, Christoph Lameter wrote: > * ptrace_list/ptrace_children forms the list of my children > * that were stolen by a ptracer. > Index: linux-2.6.9/mm/memory.c -> =================================> --- linux-2.6.9.orig/mm/memory.c 2004-12-01 10:38:11.000000000 -0800 +> =================================================================== +> --- linux-2.6.9.orig/mm/memory.c 2004-12-01 10:38:11.000000000 -0800 > +++ linux-2.6.9/mm/memory.c 2004-12-01 10:45:01.000000000 -0800 > @@ -55,6 +55,7 @@ > @@ -123,7 +125,7 @@ On Wed, 2004-12-08 at 11:24, Christoph Lameter wrote: > + > + addr &= PAGE_MASK; > + -> + if (current->anon_fault_next_addr = addr) { +> + if (current->anon_fault_next_addr == addr) { > + unsigned long end_addr; > + int order = current->anon_fault_order; > + @@ -230,3 +232,9 @@ On Wed, 2004-12-08 at 11:24, Christoph Lameter wrote: -- Adam Litke - (agl at us.ibm.com) IBM Linux Technology Center + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index c8ef7e7..a7153a4 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -15,7 +15,7 @@ "ref\0Pine.LNX.4.58.0412080920240.27156@schroedinger.engr.sgi.com\0" "From\0Adam Litke <agl@us.ibm.com>\0" "Subject\0Re: Anticipatory prefaulting in the page fault handler V1\0" - "Date\0Tue, 14 Dec 2004 15:28:16 +0000\0" + "Date\0Tue, 14 Dec 2004 09:28:16 -0600\0" "To\0Christoph Lameter <clameter@sgi.com>\0" "Cc\0nickpiggin@yahoo.com.au" Jeff Garzik <jgarzik@pobox.com> @@ -121,7 +121,8 @@ "> Patch against 2.6.10-rc3-bk3:\n" "> \n" "> Index: linux-2.6.9/include/linux/sched.h\n" - "> =================================> --- linux-2.6.9.orig/include/linux/sched.h\t2004-12-01 10:37:31.000000000 -0800\n" + "> ===================================================================\n" + "> --- linux-2.6.9.orig/include/linux/sched.h\t2004-12-01 10:37:31.000000000 -0800\n" "> +++ linux-2.6.9/include/linux/sched.h\t2004-12-01 10:38:15.000000000 -0800\n" "> @@ -537,6 +537,8 @@\n" "> #endif\n" @@ -133,7 +134,8 @@ "> \t * ptrace_list/ptrace_children forms the list of my children\n" "> \t * that were stolen by a ptracer.\n" "> Index: linux-2.6.9/mm/memory.c\n" - "> =================================> --- linux-2.6.9.orig/mm/memory.c\t2004-12-01 10:38:11.000000000 -0800\n" + "> ===================================================================\n" + "> --- linux-2.6.9.orig/mm/memory.c\t2004-12-01 10:38:11.000000000 -0800\n" "> +++ linux-2.6.9/mm/memory.c\t2004-12-01 10:45:01.000000000 -0800\n" "> @@ -55,6 +55,7 @@\n" "> \n" @@ -152,7 +154,7 @@ "> +\n" "> +\taddr &= PAGE_MASK;\n" "> +\n" - "> + \tif (current->anon_fault_next_addr = addr) {\n" + "> + \tif (current->anon_fault_next_addr == addr) {\n" "> + \t\tunsigned long end_addr;\n" "> + \t\tint order = current->anon_fault_order;\n" "> +\n" @@ -258,6 +260,12 @@ "> Please read the FAQ at http://www.tux.org/lkml/\n" "-- \n" "Adam Litke - (agl at us.ibm.com)\n" - IBM Linux Technology Center + "IBM Linux Technology Center\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"aart@kvack.org\"> aart@kvack.org </a>" -3fe8c40ca5127310b68948c3c445c09ba83e671791109b844ea6c2853a82e177 +670e29b118da55d019b4207c9e7e4303d7ccc6664badbec9a135b177845a8249
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.