All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52F9FE1A.6000607@codethink.co.uk>

diff --git a/a/1.txt b/N1/1.txt
index eb81802..11860fd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 On 11/02/14 09:20, 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
@@ -18,7 +18,7 @@ On 11/02/14 09:20, Jianguo Wu wrote:
 > [<c0013754>] (do_page_fault+0xfc/0x354) from [<c0008400>] (do_DataAbort+0x2c/0x90)
 > [<c0008400>] (do_DataAbort+0x2c/0x90) from [<c0008fb4>] (__dabt_usr+0x34/0x40)
 >
-> The bad pfn:fa442 is not system memory(mem=384M mem=512M at 7680M), after debugging,
+> The bad pfn:fa442 is not system memory(mem=384M mem=512M@7680M), after debugging,
 > I find in page fault handler, will get wrong pfn from pte just after set pte,
 > as follow:
 > do_anonymous_page()
@@ -106,3 +106,9 @@ or change r2, r3 pair to say rlow, rhi and
 -- 
 Ben Dooks				http://www.codethink.co.uk/
 Senior Engineer				Codethink - Providing Genius
+
+--
+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 ceb358f..17c4ce9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,22 @@
  "ref\052F9EB40.1030703@huawei.com\0"
- "From\0ben.dooks@codethink.co.uk (Ben Dooks)\0"
- "Subject\0[PATCH] ARM: mm: support big-endian page tables\0"
+ "From\0Ben Dooks <ben.dooks@codethink.co.uk>\0"
+ "Subject\0Re: [PATCH] ARM: mm: support big-endian page tables\0"
  "Date\0Tue, 11 Feb 2014 10:40:26 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jianguo Wu <wujianguo@huawei.com>\0"
+ "Cc\0linux@arm.linux.org.uk"
+  will.deacon@arm.com
+  gregkh@linuxfoundation.org
+  Catalin Marinas <catalin.marinas@arm.com>
+  Li Zefan <lizefan@huawei.com>
+  Wang Nan <wangnan0@huawei.com>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+ " linux-mm@kvack.org <linux-mm@kvack.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/02/14 09:20, 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"
@@ -25,7 +34,7 @@
  "> [<c0013754>] (do_page_fault+0xfc/0x354) from [<c0008400>] (do_DataAbort+0x2c/0x90)\n"
  "> [<c0008400>] (do_DataAbort+0x2c/0x90) from [<c0008fb4>] (__dabt_usr+0x34/0x40)\n"
  ">\n"
- "> The bad pfn:fa442 is not system memory(mem=384M mem=512M at 7680M), after debugging,\n"
+ "> The bad pfn:fa442 is not system memory(mem=384M mem=512M@7680M), after debugging,\n"
  "> I find in page fault handler, will get wrong pfn from pte just after set pte,\n"
  "> as follow:\n"
  "> do_anonymous_page()\n"
@@ -112,6 +121,12 @@
  "\n"
  "-- \n"
  "Ben Dooks\t\t\t\thttp://www.codethink.co.uk/\n"
- "Senior Engineer\t\t\t\tCodethink - Providing Genius"
+ "Senior Engineer\t\t\t\tCodethink - Providing Genius\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>"
 
-136d023359e27eda04cb2c001161f7780ec53f48affdc0315967ee907fc637d0
+6f3e528efe21b474d4e4e62003ae9a6409545df925c4bf237d9c634b46e9bf5c

diff --git a/a/1.txt b/N2/1.txt
index eb81802..a32fd6a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 On 11/02/14 09:20, 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
@@ -18,7 +18,7 @@ On 11/02/14 09:20, Jianguo Wu wrote:
 > [<c0013754>] (do_page_fault+0xfc/0x354) from [<c0008400>] (do_DataAbort+0x2c/0x90)
 > [<c0008400>] (do_DataAbort+0x2c/0x90) from [<c0008fb4>] (__dabt_usr+0x34/0x40)
 >
-> The bad pfn:fa442 is not system memory(mem=384M mem=512M at 7680M), after debugging,
+> The bad pfn:fa442 is not system memory(mem=384M mem=512M@7680M), after debugging,
 > I find in page fault handler, will get wrong pfn from pte just after set pte,
 > as follow:
 > do_anonymous_page()
diff --git a/a/content_digest b/N2/content_digest
index ceb358f..e72d1f0 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,13 +1,22 @@
  "ref\052F9EB40.1030703@huawei.com\0"
- "From\0ben.dooks@codethink.co.uk (Ben Dooks)\0"
- "Subject\0[PATCH] ARM: mm: support big-endian page tables\0"
+ "From\0Ben Dooks <ben.dooks@codethink.co.uk>\0"
+ "Subject\0Re: [PATCH] ARM: mm: support big-endian page tables\0"
  "Date\0Tue, 11 Feb 2014 10:40:26 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jianguo Wu <wujianguo@huawei.com>\0"
+ "Cc\0linux@arm.linux.org.uk"
+  will.deacon@arm.com
+  gregkh@linuxfoundation.org
+  Catalin Marinas <catalin.marinas@arm.com>
+  Li Zefan <lizefan@huawei.com>
+  Wang Nan <wangnan0@huawei.com>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+ " linux-mm@kvack.org <linux-mm@kvack.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/02/14 09:20, 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"
@@ -25,7 +34,7 @@
  "> [<c0013754>] (do_page_fault+0xfc/0x354) from [<c0008400>] (do_DataAbort+0x2c/0x90)\n"
  "> [<c0008400>] (do_DataAbort+0x2c/0x90) from [<c0008fb4>] (__dabt_usr+0x34/0x40)\n"
  ">\n"
- "> The bad pfn:fa442 is not system memory(mem=384M mem=512M at 7680M), after debugging,\n"
+ "> The bad pfn:fa442 is not system memory(mem=384M mem=512M@7680M), after debugging,\n"
  "> I find in page fault handler, will get wrong pfn from pte just after set pte,\n"
  "> as follow:\n"
  "> do_anonymous_page()\n"
@@ -114,4 +123,4 @@
  "Ben Dooks\t\t\t\thttp://www.codethink.co.uk/\n"
  "Senior Engineer\t\t\t\tCodethink - Providing Genius"
 
-136d023359e27eda04cb2c001161f7780ec53f48affdc0315967ee907fc637d0
+ba3f79d9047e9f0b8c0b7248c9797817e2f5d8c8e6bf194b48464a7801b25c0f

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.