All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5301B4AF.1040305@huawei.com>

diff --git a/a/1.txt b/N1/1.txt
index 274145b..094ef3a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 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
@@ -17,7 +17,7 @@ CPU: 0 PID: 1 Comm: init Not tainted 3.10.27+ #66
 [<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()
@@ -90,3 +90,10 @@ index 01a719e..22e3ad6 100644
  	ALT_UP (mcr	p15, 0, r0, c7, c10, 1)		@ flush_pte
 -- 
 1.7.1
+
+
+--
+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 68562de..8d0ad55 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,20 @@
- "From\0wujianguo@huawei.com (Jianguo Wu)\0"
+ "From\0Jianguo Wu <wujianguo@huawei.com>\0"
  "Subject\0[PATCH v2] ARM: mm: support big-endian page tables\0"
  "Date\0Mon, 17 Feb 2014 15:05:19 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux@arm.linux.org.uk\0"
+ "Cc\0Ben Dooks <ben.dooks@codethink.co.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-mm@kvack.org <linux-mm@kvack.org>
+ " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "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"
@@ -23,7 +32,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"
@@ -95,6 +104,13 @@
  " \tALT_SMP(W(nop))\n"
  " \tALT_UP (mcr\tp15, 0, r0, c7, c10, 1)\t\t@ flush_pte\n"
  "-- \n"
- 1.7.1
+ "1.7.1\n"
+ "\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>"
 
-32f1eeb7edb9c703f18a13643cac8dd1edf70cd20ae16175c3c91594696ce740
+fc93f8f961e40d424879368885b435f6a945130106e0785232618677fae4bf45

diff --git a/a/1.txt b/N2/1.txt
index 274145b..68d95c5 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,5 +1,5 @@
 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
@@ -17,7 +17,7 @@ CPU: 0 PID: 1 Comm: init Not tainted 3.10.27+ #66
 [<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 68562de..0ace6cd 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,11 +1,20 @@
- "From\0wujianguo@huawei.com (Jianguo Wu)\0"
+ "From\0Jianguo Wu <wujianguo@huawei.com>\0"
  "Subject\0[PATCH v2] ARM: mm: support big-endian page tables\0"
  "Date\0Mon, 17 Feb 2014 15:05:19 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0<linux@arm.linux.org.uk>\0"
+ "Cc\0Ben Dooks <ben.dooks@codethink.co.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-mm@kvack.org <linux-mm@kvack.org>
+ " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "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"
@@ -23,7 +32,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"
@@ -97,4 +106,4 @@
  "-- \n"
  1.7.1
 
-32f1eeb7edb9c703f18a13643cac8dd1edf70cd20ae16175c3c91594696ce740
+a56910a6ff1695fb9bff81602356ecd1001043be19d5bb58e3d7348b83272ff3

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.