diff for duplicates of <20161222183533.GA29876@node.shutemov.name> diff --git a/a/1.txt b/N1/1.txt index aa558ca..e24cca9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -61,9 +61,3 @@ Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> -- Kirill A. Shutemov - --- -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/N1/content_digest index dffad69..9dec8d0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -79,12 +79,6 @@ "Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>\n" "\n" "-- \n" - " Kirill A. Shutemov\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:\"dont@kvack.org\"> email@kvack.org </a>" + Kirill A. Shutemov -fd82dc83ee095b65e133e4d8839cd5fd75a38e20494d70b7bc0290ec787e5882 +f1f78f5c7f289853b2d292b25000849ddf0b2e907537fe46ddbbc598994ac4d7
diff --git a/a/1.txt b/N2/1.txt index aa558ca..77f0acb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -36,7 +36,7 @@ On Thu, Dec 22, 2016 at 11:52:03PM +0900, Minchan Kim wrote: > Subject: [PATCH v2] mm: pmd dirty emulation in page fault handler > > Andreas reported [1] made a test in jemalloc hang in THP mode in arm64. -> http://lkml.kernel.org/r/mvmmvfy37g1.fsf@hawking.suse.de +> http://lkml.kernel.org/r/mvmmvfy37g1.fsf at hawking.suse.de > > The problem is page fault handler supports only accessed flag emulation > for THP page of SW-dirty/accessed architecture. @@ -50,8 +50,8 @@ On Thu, Dec 22, 2016 at 11:52:03PM +0900, Minchan Kim wrote: > Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> > Cc: Will Deacon <will.deacon@arm.com> > Cc: Catalin Marinas <catalin.marinas@arm.com> -> Cc: linux-arch@vger.kernel.org -> Cc: linux-arm-kernel@lists.infradead.org +> Cc: linux-arch at vger.kernel.org +> Cc: linux-arm-kernel at lists.infradead.org > Cc: <stable@vger.kernel.org> [4.5+] > Fixes: b8d3c4c3009d ("mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called") > Reported-by: Andreas Schwab <schwab@suse.de> @@ -61,9 +61,3 @@ Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> -- Kirill A. Shutemov - --- -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/N2/content_digest index dffad69..9572893 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,10 @@ "ref\01482364101-16204-1-git-send-email-minchan@kernel.org\0" "ref\020161222081713.GA32480@node.shutemov.name\0" "ref\020161222145203.GA18970@bbox\0" - "From\0Kirill A. Shutemov <kirill@shutemov.name>\0" - "Subject\0Re: [PATCH] mm: pmd dirty emulation in page fault handler\0" + "From\0kirill@shutemov.name (Kirill A. Shutemov)\0" + "Subject\0[PATCH] mm: pmd dirty emulation in page fault handler\0" "Date\0Thu, 22 Dec 2016 21:35:33 +0300\0" - "To\0Minchan Kim <minchan@kernel.org>\0" - "Cc\0Andrew Morton <akpm@linux-foundation.org>" - linux-mm@kvack.org - Jason Evans <je@fb.com> - Kirill A . Shutemov <kirill.shutemov@linux.intel.com> - Will Deacon <will.deacon@arm.com> - Catalin Marinas <catalin.marinas@arm.com> - linux-arch@vger.kernel.org - linux-arm-kernel@lists.infradead.org - [4.5+] <stable@vger.kernel.org> - " Andreas Schwab <schwab@suse.de>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Dec 22, 2016 at 11:52:03PM +0900, Minchan Kim wrote:\n" @@ -55,7 +45,7 @@ "> Subject: [PATCH v2] mm: pmd dirty emulation in page fault handler\n" "> \n" "> Andreas reported [1] made a test in jemalloc hang in THP mode in arm64.\n" - "> http://lkml.kernel.org/r/mvmmvfy37g1.fsf@hawking.suse.de\n" + "> http://lkml.kernel.org/r/mvmmvfy37g1.fsf at hawking.suse.de\n" "> \n" "> The problem is page fault handler supports only accessed flag emulation\n" "> for THP page of SW-dirty/accessed architecture.\n" @@ -69,8 +59,8 @@ "> Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>\n" "> Cc: Will Deacon <will.deacon@arm.com>\n" "> Cc: Catalin Marinas <catalin.marinas@arm.com>\n" - "> Cc: linux-arch@vger.kernel.org\n" - "> Cc: linux-arm-kernel@lists.infradead.org\n" + "> Cc: linux-arch at vger.kernel.org\n" + "> Cc: linux-arm-kernel at lists.infradead.org\n" "> Cc: <stable@vger.kernel.org> [4.5+]\n" "> Fixes: b8d3c4c3009d (\"mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called\")\n" "> Reported-by: Andreas Schwab <schwab@suse.de>\n" @@ -79,12 +69,6 @@ "Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>\n" "\n" "-- \n" - " Kirill A. Shutemov\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:\"dont@kvack.org\"> email@kvack.org </a>" + Kirill A. Shutemov -fd82dc83ee095b65e133e4d8839cd5fd75a38e20494d70b7bc0290ec787e5882 +af592f7238f58b68e664defa669a422e69091789337cfe08548bbb69eec59bd3
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.