diff for duplicates of <20190905190629.523bdb87@thinkpad> diff --git a/a/1.txt b/N1/1.txt index 16047fc..90c088d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -35,7 +35,7 @@ should be used in all pxd_clear_tests. 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). Not sure yet how to fix this, i.e. how to initialize/update the page table diff --git a/a/content_digest b/N1/content_digest index f4d3534..627016e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,48 +4,48 @@ "ref\020e3044d-2af5-b27b-7653-cec53bdec941@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\0Thu, 05 Sep 2019 17:06:29 +0000\0" + "Date\0Thu, 5 Sep 2019 19:06:29 +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 Thu, 5 Sep 2019 14:48:14 +0530\n" @@ -85,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" "Not sure yet how to fix this, i.e. how to initialize/update the page table\n" @@ -100,4 +100,4 @@ "Regards,\n" Gerald -45db88f744e4f72b958fbb42a7164841c080ffc0b72e3814aea658447e47c35f +21ee26594107e03b17f43ff2e4eb092682ad6274cbb0375d86a3d9c65cbba15f
diff --git a/a/1.txt b/N2/1.txt index 16047fc..90c088d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -35,7 +35,7 @@ should be used in all pxd_clear_tests. 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). Not sure yet how to fix this, i.e. how to initialize/update the page table diff --git a/a/content_digest b/N2/content_digest index f4d3534..fe955dc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,50 +2,10 @@ "ref\01567497706-8649-2-git-send-email-anshuman.khandual@arm.com\0" "ref\020190904221618.1b624a98@thinkpad\0" "ref\020e3044d-2af5-b27b-7653-cec53bdec941@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\0Thu, 05 Sep 2019 17:06:29 +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\0Thu, 5 Sep 2019 19:06:29 +0200\0" + "To\0linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, 5 Sep 2019 14:48:14 +0530\n" @@ -85,7 +45,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" "Not sure yet how to fix this, i.e. how to initialize/update the page table\n" @@ -100,4 +60,4 @@ "Regards,\n" Gerald -45db88f744e4f72b958fbb42a7164841c080ffc0b72e3814aea658447e47c35f +71188e9f79772157796b00a6cf8846a92a5a5d308a47e37fd73da1d4c25a2d56
diff --git a/a/1.txt b/N3/1.txt index 16047fc..90c088d 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -35,7 +35,7 @@ should be used in all pxd_clear_tests. 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). Not sure yet how to fix this, i.e. how to initialize/update the page table diff --git a/a/content_digest b/N3/content_digest index f4d3534..b965010 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,7 +4,7 @@ "ref\020e3044d-2af5-b27b-7653-cec53bdec941@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\0Thu, 05 Sep 2019 17:06:29 +0000\0" + "Date\0Thu, 5 Sep 2019 19:06:29 +0200\0" "To\0Anshuman Khandual <anshuman.khandual@arm.com>\0" "Cc\0Mark Rutland <mark.rutland@arm.com>" linux-ia64@vger.kernel.org @@ -20,7 +20,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> @@ -85,7 +84,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" "Not sure yet how to fix this, i.e. how to initialize/update the page table\n" @@ -100,4 +99,4 @@ "Regards,\n" Gerald -45db88f744e4f72b958fbb42a7164841c080ffc0b72e3814aea658447e47c35f +06b1f9bcc8a784ce250cb40fbbbad01cbd8f4967e5ab80a0a7ccc50ecda467bb
diff --git a/a/1.txt b/N4/1.txt index 16047fc..4134564 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -35,7 +35,7 @@ should be used in all pxd_clear_tests. 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). Not sure yet how to fix this, i.e. how to initialize/update the page table @@ -49,3 +49,9 @@ point, right? 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 f4d3534..9040714 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -4,7 +4,7 @@ "ref\020e3044d-2af5-b27b-7653-cec53bdec941@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\0Thu, 05 Sep 2019 17:06:29 +0000\0" + "Date\0Thu, 5 Sep 2019 19:06:29 +0200\0" "To\0Anshuman Khandual <anshuman.khandual@arm.com>\0" "Cc\0Mark Rutland <mark.rutland@arm.com>" linux-ia64@vger.kernel.org @@ -85,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" "Not sure yet how to fix this, i.e. how to initialize/update the page table\n" @@ -98,6 +98,12 @@ "point, right?\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 -45db88f744e4f72b958fbb42a7164841c080ffc0b72e3814aea658447e47c35f +1b3526ded2bfb94153a6fa7e91158394c9b096c7b56fc0ca5c57e05665988e55
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.