diff for duplicates of <jeps8am4sr.fsf@sykes.suse.de> diff --git a/a/1.txt b/N1/1.txt index a17d014..7e857e1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,3 @@ Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -_______________________________________________ -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 55e94bf..adda715 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -57,10 +57,6 @@ "Andreas Schwab, SuSE Labs, schwab@suse.de\n" "SuSE Linux Products GmbH, Maxfeldstra\303\237e 5, 90409 N\303\274rnberg, Germany\n" "PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5\n" - "\"And now for something completely different.\"\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.osdl.org\n" - https://lists.osdl.org/mailman/listinfo/kernel-janitors + "\"And now for something completely different.\"" -5d0db21a4e5920e91dc1b38d2f9208004c322fb9f3ed06ac0f766a93496aa372 +fe069cac0f044d2416b8b7fee0bd4d87087b254002d660662017f86d59b22b2f
diff --git a/a/1.txt b/N2/1.txt index a17d014..1256fa3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -18,10 +18,10 @@ Richard Knutsson <ricknu-0@student.ltu.se> writes: >>>>>> size >= (1UL << PAGE_SHIFT << MAX_ORDER)) { >>>>>> 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. >>>> >>> Yes, but is it meant to state that 'size' is not a power of two? @@ -40,7 +40,3 @@ Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -_______________________________________________ -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 55e94bf..d20eafb 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,7 +6,7 @@ "ref\045D5DE6F.6030604@student.ltu.se\0" "From\0Andreas Schwab <schwab@suse.de>\0" "Subject\0Re: [KJ] [PATCH] is_power_of_2 in ia64mm\0" - "Date\0Fri, 16 Feb 2007 16:43:32 +0000\0" + "Date\0Fri, 16 Feb 2007 17:43:32 +0100\0" "To\0Richard Knutsson <ricknu-0@student.ltu.se>\0" "Cc\0Vignesh Babu BM <vignesh.babu@wipro.com>" Kernel Janitors List <kernel-janitors@lists.osdl.org> @@ -36,10 +36,10 @@ ">>>>>> \t\tsize >= (1UL << PAGE_SHIFT << MAX_ORDER)) {\n" ">>>>>> \t\tprintk(KERN_WARNING \"Invalid huge page size specified\\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" - ">>>> 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" ">>> Yes, but is it meant to state that 'size' is not a power of two?\n" @@ -57,10 +57,6 @@ "Andreas Schwab, SuSE Labs, schwab@suse.de\n" "SuSE Linux Products GmbH, Maxfeldstra\303\237e 5, 90409 N\303\274rnberg, Germany\n" "PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5\n" - "\"And now for something completely different.\"\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.osdl.org\n" - https://lists.osdl.org/mailman/listinfo/kernel-janitors + "\"And now for something completely different.\"" -5d0db21a4e5920e91dc1b38d2f9208004c322fb9f3ed06ac0f766a93496aa372 +f44e50446bec259672f2a1c129bead9c6477a6b1c85ffaacb3bb3b5dbd8624aa
diff --git a/a/1.txt b/N3/1.txt index a17d014..cc4096e 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -18,10 +18,10 @@ Richard Knutsson <ricknu-0@student.ltu.se> writes: >>>>>> size >= (1UL << PAGE_SHIFT << MAX_ORDER)) { >>>>>> 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. >>>> >>> Yes, but is it meant to state that 'size' is not a power of two? @@ -37,10 +37,12 @@ Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de -SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany +SuSE Linux Products GmbH, Maxfeldstrasse 5, 90409 Nurnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -_______________________________________________ -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 55e94bf..bbb9503 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -6,7 +6,7 @@ "ref\045D5DE6F.6030604@student.ltu.se\0" "From\0Andreas Schwab <schwab@suse.de>\0" "Subject\0Re: [KJ] [PATCH] is_power_of_2 in ia64mm\0" - "Date\0Fri, 16 Feb 2007 16:43:32 +0000\0" + "Date\0Fri, 16 Feb 2007 17:43:32 +0100\0" "To\0Richard Knutsson <ricknu-0@student.ltu.se>\0" "Cc\0Vignesh Babu BM <vignesh.babu@wipro.com>" Kernel Janitors List <kernel-janitors@lists.osdl.org> @@ -36,10 +36,10 @@ ">>>>>> \t\tsize >= (1UL << PAGE_SHIFT << MAX_ORDER)) {\n" ">>>>>> \t\tprintk(KERN_WARNING \"Invalid huge page size specified\\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" - ">>>> 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" ">>> Yes, but is it meant to state that 'size' is not a power of two?\n" @@ -55,12 +55,14 @@ "\n" "-- \n" "Andreas Schwab, SuSE Labs, schwab@suse.de\n" - "SuSE Linux Products GmbH, Maxfeldstra\303\237e 5, 90409 N\303\274rnberg, Germany\n" + "SuSE Linux Products GmbH, Maxfeldstrasse 5, 90409 Nurnberg, Germany\n" "PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5\n" "\"And now for something completely different.\"\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.osdl.org\n" - https://lists.osdl.org/mailman/listinfo/kernel-janitors + "\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:\"dont@kvack.org\"> email@kvack.org </a>" -5d0db21a4e5920e91dc1b38d2f9208004c322fb9f3ed06ac0f766a93496aa372 +06ee84c8c67aa84ac647f8226b49b112d3c35c2fc73a718c8374f8d43db8bfc6
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.