diff for duplicates of <45D5EBB9.4080903@student.ltu.se> diff --git a/a/1.txt b/N1/1.txt index 2a0fbfb..cc0e8e8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -69,8 +69,3 @@ fixing/replacing the kernel with is_power_of_2(). Todays lesson: don't try to code while you have a cold... Richard Knutsson - -_______________________________________________ -Kernel-janitors mailing list -Kernel-janitors@lists.osdl.org -https://lists.osdl.org/mailman/listinfo/kernel-janitors diff --git a/a/content_digest b/N1/content_digest index 305d13c..b0c91f1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -87,11 +87,6 @@ "\n" "\n" "Todays lesson: don't try to code while you have a cold...\n" - "Richard Knutsson\n" - "\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.osdl.org\n" - https://lists.osdl.org/mailman/listinfo/kernel-janitors + Richard Knutsson -968684809f494323e99a9c8090a970bc034d461b1c10fcf4f7797b18e3e6e9a6 +294ee09b4a2d9d73b932bad8f1ff682a55d42e41097fb89f0b648fb5be6839e9
diff --git a/a/1.txt b/N2/1.txt index 2a0fbfb..2c9e71c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -29,11 +29,11 @@ Robert P. J. Day wrote: >>>>>>> printk(KERN_WARNING "Invalid huge page size specified\n"); >>>>>>> >>>>>>> ->>>>>> As we talked about before; is this really correct? !is_power_of_2(0) = ->>>>>> true while (0 & (0-1)) = 0. +>>>>>> As we talked about before; is this really correct? !is_power_of_2(0) == +>>>>>> true while (0 & (0-1)) == 0. >>>>>> >>>>>> ->>>>> size = 0 is also covered by the next two conditions, so the overall value +>>>>> size == 0 is also covered by the next two conditions, so the overall value >>>>> does not change. >>>>> >>>>> @@ -69,8 +69,3 @@ fixing/replacing the kernel with is_power_of_2(). Todays lesson: don't try to code while you have a cold... Richard Knutsson - -_______________________________________________ -Kernel-janitors mailing list -Kernel-janitors@lists.osdl.org -https://lists.osdl.org/mailman/listinfo/kernel-janitors diff --git a/a/content_digest b/N2/content_digest index 305d13c..628f71c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,7 +7,7 @@ "ref\0Pine.LNX.4.64.0702161202270.32716@CPE00045a9c397f-CM001225dbafb6\0" "From\0Richard Knutsson <ricknu-0@student.ltu.se>\0" "Subject\0Re: [KJ] [PATCH] is_power_of_2 in ia64mm\0" - "Date\0Fri, 16 Feb 2007 17:36:57 +0000\0" + "Date\0Fri, 16 Feb 2007 18:36:57 +0100\0" "To\0Robert P. J. Day <rpjday@mindspring.com>\0" "Cc\0Andreas Schwab <schwab@suse.de>" linux-mm@kvack.org @@ -48,11 +48,11 @@ ">>>>>>> \t\tprintk(KERN_WARNING \"Invalid huge page size specified\\n\");\n" ">>>>>>>\n" ">>>>>>> \n" - ">>>>>> As we talked about before; is this really correct? !is_power_of_2(0) =\n" - ">>>>>> true while (0 & (0-1)) = 0.\n" + ">>>>>> As we talked about before; is this really correct? !is_power_of_2(0) ==\n" + ">>>>>> true while (0 & (0-1)) == 0.\n" ">>>>>>\n" ">>>>>> \n" - ">>>>> size = 0 is also covered by the next two conditions, so the overall value\n" + ">>>>> size == 0 is also covered by the next two conditions, so the overall value\n" ">>>>> does not change.\n" ">>>>>\n" ">>>>> \n" @@ -87,11 +87,6 @@ "\n" "\n" "Todays lesson: don't try to code while you have a cold...\n" - "Richard Knutsson\n" - "\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.osdl.org\n" - https://lists.osdl.org/mailman/listinfo/kernel-janitors + Richard Knutsson -968684809f494323e99a9c8090a970bc034d461b1c10fcf4f7797b18e3e6e9a6 +e21ad2c982ccfe044877de0a7ffa05c313511d8d7bae4226404f406f1312f85a
diff --git a/a/1.txt b/N3/1.txt index 2a0fbfb..a02b58b 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -29,11 +29,11 @@ Robert P. J. Day wrote: >>>>>>> printk(KERN_WARNING "Invalid huge page size specified\n"); >>>>>>> >>>>>>> ->>>>>> As we talked about before; is this really correct? !is_power_of_2(0) = ->>>>>> true while (0 & (0-1)) = 0. +>>>>>> As we talked about before; is this really correct? !is_power_of_2(0) == +>>>>>> true while (0 & (0-1)) == 0. >>>>>> >>>>>> ->>>>> size = 0 is also covered by the next two conditions, so the overall value +>>>>> size == 0 is also covered by the next two conditions, so the overall value >>>>> does not change. >>>>> >>>>> @@ -70,7 +70,8 @@ fixing/replacing the kernel with is_power_of_2(). Todays lesson: don't try to code while you have a cold... Richard Knutsson -_______________________________________________ -Kernel-janitors mailing list -Kernel-janitors@lists.osdl.org -https://lists.osdl.org/mailman/listinfo/kernel-janitors +-- +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:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N3/content_digest index 305d13c..1d718f2 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -7,7 +7,7 @@ "ref\0Pine.LNX.4.64.0702161202270.32716@CPE00045a9c397f-CM001225dbafb6\0" "From\0Richard Knutsson <ricknu-0@student.ltu.se>\0" "Subject\0Re: [KJ] [PATCH] is_power_of_2 in ia64mm\0" - "Date\0Fri, 16 Feb 2007 17:36:57 +0000\0" + "Date\0Fri, 16 Feb 2007 18:36:57 +0100\0" "To\0Robert P. J. Day <rpjday@mindspring.com>\0" "Cc\0Andreas Schwab <schwab@suse.de>" linux-mm@kvack.org @@ -48,11 +48,11 @@ ">>>>>>> \t\tprintk(KERN_WARNING \"Invalid huge page size specified\\n\");\n" ">>>>>>>\n" ">>>>>>> \n" - ">>>>>> As we talked about before; is this really correct? !is_power_of_2(0) =\n" - ">>>>>> true while (0 & (0-1)) = 0.\n" + ">>>>>> As we talked about before; is this really correct? !is_power_of_2(0) ==\n" + ">>>>>> true while (0 & (0-1)) == 0.\n" ">>>>>>\n" ">>>>>> \n" - ">>>>> size = 0 is also covered by the next two conditions, so the overall value\n" + ">>>>> size == 0 is also covered by the next two conditions, so the overall value\n" ">>>>> does not change.\n" ">>>>>\n" ">>>>> \n" @@ -89,9 +89,10 @@ "Todays lesson: don't try to code while you have a cold...\n" "Richard Knutsson\n" "\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.osdl.org\n" - https://lists.osdl.org/mailman/listinfo/kernel-janitors + "--\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:\"dont@kvack.org\"> email@kvack.org </a>" -968684809f494323e99a9c8090a970bc034d461b1c10fcf4f7797b18e3e6e9a6 +d497fdbc0cdc4e6057edb58fd022560fd81a0b26926bbac280a7007f06c7a8e3
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.