diff for duplicates of <20190906210346.5ecbff01@thinkpad> diff --git a/a/1.txt b/N1/1.txt index 47d0ed6..ced74e5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -73,7 +73,7 @@ pud_val(*pudp) |= RANDOM_NZVALUE; > > However, there is another issue on s390 which will make this only work > > for pud_clear_tests(), and not for the p4d/pgd_tests. The problem is that > > mm_alloc() will only give you a 3-level page table initially on s390. -> > This means that pudp = p4dp = pgdp, and so the p4d/pgd_tests will +> > This means that pudp == p4dp == pgdp, and so the p4d/pgd_tests will > > both see the pud level (of course this also affects other tests). > > Got it. diff --git a/a/content_digest b/N1/content_digest index e2c83f5..4f6fcd0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,48 +6,48 @@ "ref\03c609e33-afbb-ffaf-481a-6d225a06d1d0@arm.com\0" "From\0Gerald Schaefer <gerald.schaefer@de.ibm.com>\0" "Subject\0Re: [PATCH 1/1] mm/pgtable/debug: Add test validating architecture page table helpers\0" - "Date\0Fri, 06 Sep 2019 19:03:46 +0000\0" + "Date\0Fri, 6 Sep 2019 21:03:46 +0200\0" "To\0Anshuman Khandual <anshuman.khandual@arm.com>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - linux-ia64@vger.kernel.org - linux-sh@vger.kernel.org + "Cc\0linux-mm@kvack.org" + Andrew Morton <akpm@linux-foundation.org> + Vlastimil Babka <vbabka@suse.cz> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Thomas Gleixner <tglx@linutronix.de> + Mike Rapoport <rppt@linux.vnet.ibm.com> + Jason Gunthorpe <jgg@ziepe.ca> + Dan Williams <dan.j.williams@intel.com> Peter Zijlstra <peterz@infradead.org> - James Hogan <jhogan@kernel.org> - Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> - Heiko Carstens <heiko.carstens@de.ibm.com> Michal Hocko <mhocko@kernel.org> - linux-mm@kvack.org - Dave Hansen <dave.hansen@intel.com> - Paul Mackerras <paulus@samba.org> - sparclinux@vger.kernel.org - Thomas Gleixner <tglx@linutronix.de> - linux-s390@vger.kernel.org - Michael Ellerman <mpe@ellerman.id.au> - x86@kernel.org - Russell King - ARM Linux <linux@armlinux.org.uk> - Matthew Wilcox <willy@infradead.org> + Mark Rutland <mark.rutland@arm.com> + Mark Brown <broonie@kernel.org> Steven Price <Steven.Price@arm.com> - Jason Gunthorpe <jgg@ziepe.ca> - linux-arm-kernel@lists.infradead.org - linux-snps-arc@lists.infradead.org - Kees Cook <keescook@chromium.org> + Ard Biesheuvel <ard.biesheuvel@linaro.org> Masahiro Yamada <yamada.masahiro@socionext.com> - Mark Brown <broonie@kernel.org> - Dan Williams <dan.j.williams@intel.com> - Vlastimil Babka <vbabka@suse.cz> + Kees Cook <keescook@chromium.org> + Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> + Matthew Wilcox <willy@infradead.org> Sri Krishna chowdary <schowdary@nvidia.com> - Ard Biesheuvel <ard.biesheuvel@linaro.org> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - linux-mips@vger.kernel.org - Ralf Baechle <ralf@linux-mips.org> - linux-kernel@vger.kernel.org - Paul Burton <paul.burton@mips.com> - Mike Rapoport <rppt@linux.vnet.ibm.com> - Vineet Gupta <vgupta@synopsys.com> + Dave Hansen <dave.hansen@intel.com> + Russell King - ARM Linux <linux@armlinux.org.uk> + Michael Ellerman <mpe@ellerman.id.au> + Paul Mackerras <paulus@samba.org> Martin Schwidefsky <schwidefsky@de.ibm.com> - Andrew Morton <akpm@linux-foundation.org> + Heiko Carstens <heiko.carstens@de.ibm.com> + David S. Miller <davem@davemloft.net> + Vineet Gupta <vgupta@synopsys.com> + James Hogan <jhogan@kernel.org> + Paul Burton <paul.burton@mips.com> + Ralf Baechle <ralf@linux-mips.org> + linux-snps-arc@lists.infradead.org + linux-mips@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-ia64@vger.kernel.org linuxppc-dev@lists.ozlabs.org - " David S. Miller <davem@davemloft.net>\0" + linux-s390@vger.kernel.org + linux-sh@vger.kernel.org + sparclinux@vger.kernel.org + x86@kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, 6 Sep 2019 11:58:59 +0530\n" @@ -125,7 +125,7 @@ "> > However, there is another issue on s390 which will make this only work\n" "> > for pud_clear_tests(), and not for the p4d/pgd_tests. The problem is that\n" "> > mm_alloc() will only give you a 3-level page table initially on s390.\n" - "> > This means that pudp = p4dp = pgdp, and so the p4d/pgd_tests will\n" + "> > This means that pudp == p4dp == pgdp, and so the p4d/pgd_tests will\n" "> > both see the pud level (of course this also affects other tests). \n" "> \n" "> Got it.\n" @@ -159,4 +159,4 @@ "Regards,\n" Gerald -c5d898da8f1286f970898b6b90bd9c954668978330a8e1321c5f4bd38c681560 +e61dcf9c22e332f6c6dd67c3e7803cacd4f43fe14adb20d2b0c0bef64f12426b
diff --git a/a/1.txt b/N2/1.txt index 47d0ed6..ced74e5 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -73,7 +73,7 @@ pud_val(*pudp) |= RANDOM_NZVALUE; > > However, there is another issue on s390 which will make this only work > > for pud_clear_tests(), and not for the p4d/pgd_tests. The problem is that > > mm_alloc() will only give you a 3-level page table initially on s390. -> > This means that pudp = p4dp = pgdp, and so the p4d/pgd_tests will +> > This means that pudp == p4dp == pgdp, and so the p4d/pgd_tests will > > both see the pud level (of course this also affects other tests). > > Got it. diff --git a/a/content_digest b/N2/content_digest index e2c83f5..0d52e2c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,50 +4,10 @@ "ref\020e3044d-2af5-b27b-7653-cec53bdec941@arm.com\0" "ref\020190905190629.523bdb87@thinkpad\0" "ref\03c609e33-afbb-ffaf-481a-6d225a06d1d0@arm.com\0" - "From\0Gerald Schaefer <gerald.schaefer@de.ibm.com>\0" - "Subject\0Re: [PATCH 1/1] mm/pgtable/debug: Add test validating architecture page table helpers\0" - "Date\0Fri, 06 Sep 2019 19:03:46 +0000\0" - "To\0Anshuman Khandual <anshuman.khandual@arm.com>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - linux-ia64@vger.kernel.org - linux-sh@vger.kernel.org - Peter Zijlstra <peterz@infradead.org> - James Hogan <jhogan@kernel.org> - Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> - Heiko Carstens <heiko.carstens@de.ibm.com> - Michal Hocko <mhocko@kernel.org> - linux-mm@kvack.org - Dave Hansen <dave.hansen@intel.com> - Paul Mackerras <paulus@samba.org> - sparclinux@vger.kernel.org - Thomas Gleixner <tglx@linutronix.de> - linux-s390@vger.kernel.org - Michael Ellerman <mpe@ellerman.id.au> - x86@kernel.org - Russell King - ARM Linux <linux@armlinux.org.uk> - Matthew Wilcox <willy@infradead.org> - Steven Price <Steven.Price@arm.com> - Jason Gunthorpe <jgg@ziepe.ca> - linux-arm-kernel@lists.infradead.org - linux-snps-arc@lists.infradead.org - Kees Cook <keescook@chromium.org> - Masahiro Yamada <yamada.masahiro@socionext.com> - Mark Brown <broonie@kernel.org> - Dan Williams <dan.j.williams@intel.com> - Vlastimil Babka <vbabka@suse.cz> - Sri Krishna chowdary <schowdary@nvidia.com> - Ard Biesheuvel <ard.biesheuvel@linaro.org> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - linux-mips@vger.kernel.org - Ralf Baechle <ralf@linux-mips.org> - linux-kernel@vger.kernel.org - Paul Burton <paul.burton@mips.com> - Mike Rapoport <rppt@linux.vnet.ibm.com> - Vineet Gupta <vgupta@synopsys.com> - Martin Schwidefsky <schwidefsky@de.ibm.com> - Andrew Morton <akpm@linux-foundation.org> - linuxppc-dev@lists.ozlabs.org - " David S. Miller <davem@davemloft.net>\0" + "From\0gerald.schaefer@de.ibm.com (Gerald Schaefer)\0" + "Subject\0[PATCH 1/1] mm/pgtable/debug: Add test validating architecture page table helpers\0" + "Date\0Fri, 6 Sep 2019 21:03:46 +0200\0" + "To\0linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, 6 Sep 2019 11:58:59 +0530\n" @@ -125,7 +85,7 @@ "> > However, there is another issue on s390 which will make this only work\n" "> > for pud_clear_tests(), and not for the p4d/pgd_tests. The problem is that\n" "> > mm_alloc() will only give you a 3-level page table initially on s390.\n" - "> > This means that pudp = p4dp = pgdp, and so the p4d/pgd_tests will\n" + "> > This means that pudp == p4dp == pgdp, and so the p4d/pgd_tests will\n" "> > both see the pud level (of course this also affects other tests). \n" "> \n" "> Got it.\n" @@ -159,4 +119,4 @@ "Regards,\n" Gerald -c5d898da8f1286f970898b6b90bd9c954668978330a8e1321c5f4bd38c681560 +dc35b3ee32f281d109ee434afe97b8e60069cc0923daaf27a52f928da0ce567f
diff --git a/a/1.txt b/N3/1.txt index 47d0ed6..ced74e5 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -73,7 +73,7 @@ pud_val(*pudp) |= RANDOM_NZVALUE; > > However, there is another issue on s390 which will make this only work > > for pud_clear_tests(), and not for the p4d/pgd_tests. The problem is that > > mm_alloc() will only give you a 3-level page table initially on s390. -> > This means that pudp = p4dp = pgdp, and so the p4d/pgd_tests will +> > This means that pudp == p4dp == pgdp, and so the p4d/pgd_tests will > > both see the pud level (of course this also affects other tests). > > Got it. diff --git a/a/content_digest b/N3/content_digest index e2c83f5..8962c0d 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -6,7 +6,7 @@ "ref\03c609e33-afbb-ffaf-481a-6d225a06d1d0@arm.com\0" "From\0Gerald Schaefer <gerald.schaefer@de.ibm.com>\0" "Subject\0Re: [PATCH 1/1] mm/pgtable/debug: Add test validating architecture page table helpers\0" - "Date\0Fri, 06 Sep 2019 19:03:46 +0000\0" + "Date\0Fri, 6 Sep 2019 21:03:46 +0200\0" "To\0Anshuman Khandual <anshuman.khandual@arm.com>\0" "Cc\0Mark Rutland <mark.rutland@arm.com>" linux-ia64@vger.kernel.org @@ -22,7 +22,6 @@ sparclinux@vger.kernel.org Thomas Gleixner <tglx@linutronix.de> linux-s390@vger.kernel.org - Michael Ellerman <mpe@ellerman.id.au> x86@kernel.org Russell King - ARM Linux <linux@armlinux.org.uk> Matthew Wilcox <willy@infradead.org> @@ -125,7 +124,7 @@ "> > However, there is another issue on s390 which will make this only work\n" "> > for pud_clear_tests(), and not for the p4d/pgd_tests. The problem is that\n" "> > mm_alloc() will only give you a 3-level page table initially on s390.\n" - "> > This means that pudp = p4dp = pgdp, and so the p4d/pgd_tests will\n" + "> > This means that pudp == p4dp == pgdp, and so the p4d/pgd_tests will\n" "> > both see the pud level (of course this also affects other tests). \n" "> \n" "> Got it.\n" @@ -159,4 +158,4 @@ "Regards,\n" Gerald -c5d898da8f1286f970898b6b90bd9c954668978330a8e1321c5f4bd38c681560 +0cf6515783ccef272c83f5bfac251f24b9d4401d5b5c930e66c7c935c98d9667
diff --git a/a/1.txt b/N4/1.txt index 47d0ed6..602108f 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -73,7 +73,7 @@ pud_val(*pudp) |= RANDOM_NZVALUE; > > However, there is another issue on s390 which will make this only work > > for pud_clear_tests(), and not for the p4d/pgd_tests. The problem is that > > mm_alloc() will only give you a 3-level page table initially on s390. -> > This means that pudp = p4dp = pgdp, and so the p4d/pgd_tests will +> > This means that pudp == p4dp == pgdp, and so the p4d/pgd_tests will > > both see the pud level (of course this also affects other tests). > > Got it. @@ -106,3 +106,9 @@ created by mm_alloc(). Regards, Gerald + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N4/content_digest index e2c83f5..3c3c72f 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -6,7 +6,7 @@ "ref\03c609e33-afbb-ffaf-481a-6d225a06d1d0@arm.com\0" "From\0Gerald Schaefer <gerald.schaefer@de.ibm.com>\0" "Subject\0Re: [PATCH 1/1] mm/pgtable/debug: Add test validating architecture page table helpers\0" - "Date\0Fri, 06 Sep 2019 19:03:46 +0000\0" + "Date\0Fri, 6 Sep 2019 21:03:46 +0200\0" "To\0Anshuman Khandual <anshuman.khandual@arm.com>\0" "Cc\0Mark Rutland <mark.rutland@arm.com>" linux-ia64@vger.kernel.org @@ -125,7 +125,7 @@ "> > However, there is another issue on s390 which will make this only work\n" "> > for pud_clear_tests(), and not for the p4d/pgd_tests. The problem is that\n" "> > mm_alloc() will only give you a 3-level page table initially on s390.\n" - "> > This means that pudp = p4dp = pgdp, and so the p4d/pgd_tests will\n" + "> > This means that pudp == p4dp == pgdp, and so the p4d/pgd_tests will\n" "> > both see the pud level (of course this also affects other tests). \n" "> \n" "> Got it.\n" @@ -157,6 +157,12 @@ "created by mm_alloc().\n" "\n" "Regards,\n" - Gerald + "Gerald\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -c5d898da8f1286f970898b6b90bd9c954668978330a8e1321c5f4bd38c681560 +d32a4bb79c69b81901142cc5e8b3c58d1e3f64b50b6110e3a7011475911806d9
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.