diff for duplicates of <534BC31A.7060705@arm.com> diff --git a/a/1.txt b/N1/1.txt index 5296c99..fd1262b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On 14/04/14 11:43, Will Deacon wrote: > >> On 2014/2/17 15:05, Jianguo Wu wrote: >>> When enable LPAE and big-endian in a hisilicon board, while specify ->>> mem=384M mem=512M at 7680M, will get bad page state: +>>> mem=384M mem=512M@7680M, will get bad page state: >>> >>> Freeing unused kernel memory: 180K (c0466000 - c0493000) >>> BUG: Bad page state in process init pfn:fa442 @@ -40,7 +40,7 @@ On 14/04/14 11:43, Will Deacon wrote: So, for the record: -root at when-the-lie-s-so-big:~# cat /proc/cpuinfo +root@when-the-lie-s-so-big:~# cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 4 (v7b) Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm @@ -62,7 +62,7 @@ CPU revision : 4 Hardware : Dummy Virtual Machine Revision : 0000 Serial : 0000000000000000 -root at when-the-lie-s-so-big:~# uname -a +root@when-the-lie-s-so-big:~# uname -a Linux when-the-lie-s-so-big 3.14.0+ #2465 SMP PREEMPT Tue Apr 8 13:05:11 BST 2014 armv7b GNU/Linux Now, looking at the patch, I think it makes some sense: @@ -84,3 +84,9 @@ Thanks, M. -- Jazz is not dead. It just smells funny... + +-- +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 a9a6d11..e238e70 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,20 @@ "ref\05301B4AF.1040305@huawei.com\0" "ref\05327F75F.1010406@huawei.com\0" "ref\020140414104300.GA3530@arm.com\0" - "From\0marc.zyngier@arm.com (Marc Zyngier)\0" - "Subject\0[PATCH v2] ARM: mm: support big-endian page tables\0" + "From\0Marc Zyngier <marc.zyngier@arm.com>\0" + "Subject\0Re: [PATCH v2] ARM: mm: support big-endian page tables\0" "Date\0Mon, 14 Apr 2014 12:14:34 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Will Deacon <will.deacon@arm.com>\0" + "Cc\0Jianguo Wu <wujianguo@huawei.com>" + linux@arm.linux.org.uk <linux@arm.linux.org.uk> + Wang Nan <wangnan0@huawei.com> + gregkh@linuxfoundation.org <gregkh@linuxfoundation.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + linux-mm@kvack.org <linux-mm@kvack.org> + Li Zefan <lizefan@huawei.com> + Catalin Marinas <Catalin.Marinas@arm.com> + Ben Dooks <ben.dooks@codethink.co.uk> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "On 14/04/14 11:43, Will Deacon wrote:\n" @@ -17,7 +27,7 @@ "> \n" ">> On 2014/2/17 15:05, Jianguo Wu wrote:\n" ">>> When enable LPAE and big-endian in a hisilicon board, while specify\n" - ">>> mem=384M mem=512M at 7680M, will get bad page state:\n" + ">>> mem=384M mem=512M@7680M, will get bad page state:\n" ">>>\n" ">>> Freeing unused kernel memory: 180K (c0466000 - c0493000)\n" ">>> BUG: Bad page state in process init pfn:fa442\n" @@ -49,7 +59,7 @@ "\n" "So, for the record:\n" "\n" - "root at when-the-lie-s-so-big:~# cat /proc/cpuinfo \n" + "root@when-the-lie-s-so-big:~# cat /proc/cpuinfo \n" "processor\t: 0\n" "model name\t: ARMv7 Processor rev 4 (v7b)\n" "Features\t: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm \n" @@ -71,7 +81,7 @@ "Hardware\t: Dummy Virtual Machine\n" "Revision\t: 0000\n" "Serial\t\t: 0000000000000000\n" - "root at when-the-lie-s-so-big:~# uname -a\n" + "root@when-the-lie-s-so-big:~# uname -a\n" "Linux when-the-lie-s-so-big 3.14.0+ #2465 SMP PREEMPT Tue Apr 8 13:05:11 BST 2014 armv7b GNU/Linux\n" "\n" "Now, looking at the patch, I think it makes some sense:\n" @@ -92,6 +102,12 @@ "\n" "\tM.\n" "-- \n" - Jazz is not dead. It just smells funny... + "Jazz is not dead. It just smells funny...\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>" -4a1da4812b19ee0ec8717144fc1e62c433c5139271f28e9cfb466994a4307edf +44ecb53e37ed2b2f0a269bbdb64d7976c82af58f7f86985713794cf140846054
diff --git a/a/1.txt b/N2/1.txt index 5296c99..42aaa29 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,7 +8,7 @@ On 14/04/14 11:43, Will Deacon wrote: > >> On 2014/2/17 15:05, Jianguo Wu wrote: >>> When enable LPAE and big-endian in a hisilicon board, while specify ->>> mem=384M mem=512M at 7680M, will get bad page state: +>>> mem=384M mem=512M@7680M, will get bad page state: >>> >>> Freeing unused kernel memory: 180K (c0466000 - c0493000) >>> BUG: Bad page state in process init pfn:fa442 @@ -40,7 +40,7 @@ On 14/04/14 11:43, Will Deacon wrote: So, for the record: -root at when-the-lie-s-so-big:~# cat /proc/cpuinfo +root@when-the-lie-s-so-big:~# cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 4 (v7b) Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm @@ -62,7 +62,7 @@ CPU revision : 4 Hardware : Dummy Virtual Machine Revision : 0000 Serial : 0000000000000000 -root at when-the-lie-s-so-big:~# uname -a +root@when-the-lie-s-so-big:~# uname -a Linux when-the-lie-s-so-big 3.14.0+ #2465 SMP PREEMPT Tue Apr 8 13:05:11 BST 2014 armv7b GNU/Linux Now, looking at the patch, I think it makes some sense: diff --git a/a/content_digest b/N2/content_digest index a9a6d11..0feadb3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,20 @@ "ref\05301B4AF.1040305@huawei.com\0" "ref\05327F75F.1010406@huawei.com\0" "ref\020140414104300.GA3530@arm.com\0" - "From\0marc.zyngier@arm.com (Marc Zyngier)\0" - "Subject\0[PATCH v2] ARM: mm: support big-endian page tables\0" + "From\0Marc Zyngier <marc.zyngier@arm.com>\0" + "Subject\0Re: [PATCH v2] ARM: mm: support big-endian page tables\0" "Date\0Mon, 14 Apr 2014 12:14:34 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Will Deacon <will.deacon@arm.com>\0" + "Cc\0Jianguo Wu <wujianguo@huawei.com>" + linux@arm.linux.org.uk <linux@arm.linux.org.uk> + Wang Nan <wangnan0@huawei.com> + gregkh@linuxfoundation.org <gregkh@linuxfoundation.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + linux-mm@kvack.org <linux-mm@kvack.org> + Li Zefan <lizefan@huawei.com> + Catalin Marinas <Catalin.Marinas@arm.com> + Ben Dooks <ben.dooks@codethink.co.uk> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "On 14/04/14 11:43, Will Deacon wrote:\n" @@ -17,7 +27,7 @@ "> \n" ">> On 2014/2/17 15:05, Jianguo Wu wrote:\n" ">>> When enable LPAE and big-endian in a hisilicon board, while specify\n" - ">>> mem=384M mem=512M at 7680M, will get bad page state:\n" + ">>> mem=384M mem=512M@7680M, will get bad page state:\n" ">>>\n" ">>> Freeing unused kernel memory: 180K (c0466000 - c0493000)\n" ">>> BUG: Bad page state in process init pfn:fa442\n" @@ -49,7 +59,7 @@ "\n" "So, for the record:\n" "\n" - "root at when-the-lie-s-so-big:~# cat /proc/cpuinfo \n" + "root@when-the-lie-s-so-big:~# cat /proc/cpuinfo \n" "processor\t: 0\n" "model name\t: ARMv7 Processor rev 4 (v7b)\n" "Features\t: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm \n" @@ -71,7 +81,7 @@ "Hardware\t: Dummy Virtual Machine\n" "Revision\t: 0000\n" "Serial\t\t: 0000000000000000\n" - "root at when-the-lie-s-so-big:~# uname -a\n" + "root@when-the-lie-s-so-big:~# uname -a\n" "Linux when-the-lie-s-so-big 3.14.0+ #2465 SMP PREEMPT Tue Apr 8 13:05:11 BST 2014 armv7b GNU/Linux\n" "\n" "Now, looking at the patch, I think it makes some sense:\n" @@ -94,4 +104,4 @@ "-- \n" Jazz is not dead. It just smells funny... -4a1da4812b19ee0ec8717144fc1e62c433c5139271f28e9cfb466994a4307edf +7c18cd86e1b7874e882bb38cede916891a98665d8e287b8d0f684134588f8e13
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.