All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87ftx4x67q.fsf@linux.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 67b538f..9729947 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,7 +30,7 @@ Christophe Leroy <christophe.leroy@c-s.fr> writes:
 >>    Unable to handle kernel paging request for data at address 0x8000080080080000
 >>    Faulting instruction address: 0xc0000000000192cc
 >>    Oops: Kernel access of bad area, sig: 11 [#1]
->>    BE SMP NR_CPUS=24 CoreNet Generic
+>>    BE SMP NR_CPUS$ CoreNet Generic
 >>    Modules linked in:
 >>    CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.19.0-rc3-gcc7x-g98c847323b3a #1
 >>    NIP:  c0000000000192cc LR: c0000000005d0f9c CTR: 0000000000100000
@@ -134,7 +134,7 @@ Christophe Leroy <christophe.leroy@c-s.fr> writes:
 
 That means we pass the pfn bits also to __ioremap_caller right? How about
 
->From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001
+From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001
 From: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
 Date: Wed, 17 Oct 2018 14:07:50 +0530
 Subject: [PATCH] powerpc/mm: Make pte_pgprot return all pte bits
@@ -174,7 +174,7 @@ index 0fbd4c642b51..e61dd3ae5bc0 100644
   * cacheable kernel and user pages) and one for non cacheable
 @@ -396,7 +391,6 @@ static inline int pte_young(pte_t pte)		{ return !!(pte_val(pte) & _PAGE_ACCESSE
  static inline int pte_special(pte_t pte)	{ return !!(pte_val(pte) & _PAGE_SPECIAL); }
- static inline int pte_none(pte_t pte)		{ return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }
+ static inline int pte_none(pte_t pte)		{ return (pte_val(pte) & ~_PTE_NONE_MASK) = 0; }
  static inline bool pte_exec(pte_t pte)		{ return true; }
 -static inline pgprot_t pte_pgprot(pte_t pte)	{ return __pgprot(pte_val(pte) & PAGE_PROT_BITS); }
  
diff --git a/a/content_digest b/N1/content_digest
index f5d7356..09b96d6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,8 +3,8 @@
  "ref\087va61jsma.fsf@concordia.ellerman.id.au\0"
  "ref\0236d72cd-e6d7-61e5-2c80-e4311e41b4f6@c-s.fr\0"
  "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0"
- "Subject\0Re: Crash on FSL Book3E due to pte_pgprot()? (was Re: [PATCH v3 12/24] powerpc/mm: use pte helpers in generic code)\0"
- "Date\0Wed, 17 Oct 2018 15:09:21 +0530\0"
+ "Subject\0Re: Crash on FSL Book3E due to pte_pgprot()? (was Re: [PATCH v3 12/24] powerpc/mm: use pte helpers i\0"
+ "Date\0Wed, 17 Oct 2018 09:51:21 +0000\0"
  "To\0Christophe Leroy <christophe.leroy@c-s.fr>"
   Michael Ellerman <mpe@ellerman.id.au>
   Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
@@ -58,7 +58,7 @@
  ">>    Unable to handle kernel paging request for data at address 0x8000080080080000\n"
  ">>    Faulting instruction address: 0xc0000000000192cc\n"
  ">>    Oops: Kernel access of bad area, sig: 11 [#1]\n"
- ">>    BE SMP NR_CPUS=24 CoreNet Generic\n"
+ ">>    BE SMP NR_CPUS$ CoreNet Generic\n"
  ">>    Modules linked in:\n"
  ">>    CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.19.0-rc3-gcc7x-g98c847323b3a #1\n"
  ">>    NIP:  c0000000000192cc LR: c0000000005d0f9c CTR: 0000000000100000\n"
@@ -162,7 +162,7 @@
  "\n"
  "That means we pass the pfn bits also to __ioremap_caller right? How about\n"
  "\n"
- ">From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001\n"
+ "From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001\n"
  "From: \"Aneesh Kumar K.V\" <aneesh.kumar@linux.ibm.com>\n"
  "Date: Wed, 17 Oct 2018 14:07:50 +0530\n"
  "Subject: [PATCH] powerpc/mm: Make pte_pgprot return all pte bits\n"
@@ -202,7 +202,7 @@
  "  * cacheable kernel and user pages) and one for non cacheable\n"
  "@@ -396,7 +391,6 @@ static inline int pte_young(pte_t pte)\t\t{ return !!(pte_val(pte) & _PAGE_ACCESSE\n"
  " static inline int pte_special(pte_t pte)\t{ return !!(pte_val(pte) & _PAGE_SPECIAL); }\n"
- " static inline int pte_none(pte_t pte)\t\t{ return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }\n"
+ " static inline int pte_none(pte_t pte)\t\t{ return (pte_val(pte) & ~_PTE_NONE_MASK) = 0; }\n"
  " static inline bool pte_exec(pte_t pte)\t\t{ return true; }\n"
  "-static inline pgprot_t pte_pgprot(pte_t pte)\t{ return __pgprot(pte_val(pte) & PAGE_PROT_BITS); }\n"
  " \n"
@@ -350,4 +350,4 @@
  "-- \n"
  2.17.2
 
-43243f906c62eb42c141cd2c02bef45c2180b26417f39a9cee6f4825d7c16059
+5c3b251113f5cdde2a2281c41f089d2f40734b5d980021f13c2eac7fe0045d4c

diff --git a/a/1.txt b/N2/1.txt
index 67b538f..2bb591f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -134,7 +134,7 @@ Christophe Leroy <christophe.leroy@c-s.fr> writes:
 
 That means we pass the pfn bits also to __ioremap_caller right? How about
 
->From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001
+From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001
 From: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
 Date: Wed, 17 Oct 2018 14:07:50 +0530
 Subject: [PATCH] powerpc/mm: Make pte_pgprot return all pte bits
diff --git a/a/content_digest b/N2/content_digest
index f5d7356..50dde7a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -18,12 +18,12 @@
   Paul Mackerras <paulus@samba.org>
   Scott Wood <oss@buserror.net>
  " aneesh.kumar@linux.vnet.ibm.com\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
-  linux-block@vger.kernel.org
-  linux-fbdev@vger.kernel.org
+ "Cc\0linux-fbdev@vger.kernel.org"
   linux-kernel@vger.kernel.org
+  dri-devel@lists.freedesktop.org
+  linux-block@vger.kernel.org
   linuxppc-dev@lists.ozlabs.org
- " dri-devel@lists.freedesktop.org\0"
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Christophe Leroy <christophe.leroy@c-s.fr> writes:\n"
@@ -162,7 +162,7 @@
  "\n"
  "That means we pass the pfn bits also to __ioremap_caller right? How about\n"
  "\n"
- ">From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001\n"
+ "From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001\n"
  "From: \"Aneesh Kumar K.V\" <aneesh.kumar@linux.ibm.com>\n"
  "Date: Wed, 17 Oct 2018 14:07:50 +0530\n"
  "Subject: [PATCH] powerpc/mm: Make pte_pgprot return all pte bits\n"
@@ -350,4 +350,4 @@
  "-- \n"
  2.17.2
 
-43243f906c62eb42c141cd2c02bef45c2180b26417f39a9cee6f4825d7c16059
+5fa93061abd8e06ee76826017c65bd876cd167cd98bb97a267270f82c4dff3b5

diff --git a/a/content_digest b/N3/content_digest
index f5d7356..ffdb2e8 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,28 +2,10 @@
  "ref\0343c844bbc5081d13ee4c9aa27ff3118f607e1cc.1539092112.git.christophe.leroy@c-s.fr\0"
  "ref\087va61jsma.fsf@concordia.ellerman.id.au\0"
  "ref\0236d72cd-e6d7-61e5-2c80-e4311e41b4f6@c-s.fr\0"
- "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0"
- "Subject\0Re: Crash on FSL Book3E due to pte_pgprot()? (was Re: [PATCH v3 12/24] powerpc/mm: use pte helpers in generic code)\0"
+ "From\0aneesh.kumar@linux.ibm.com (Aneesh Kumar K.V)\0"
+ "Subject\0Crash on FSL Book3E due to pte_pgprot()? (was Re: [PATCH v3 12/24] powerpc/mm: use pte helpers in generic code)\0"
  "Date\0Wed, 17 Oct 2018 15:09:21 +0530\0"
- "To\0Christophe Leroy <christophe.leroy@c-s.fr>"
-  Michael Ellerman <mpe@ellerman.id.au>
-  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-  Benjamin Herrenschmidt <benh@kernel.crashing.org>
-  Dominik Brodowski <linux@dominikbrodowski.net>
-  Geoff Levand <geoff@infradead.org>
-  Jens Axboe <axboe@kernel.dk>
-  Kumar Gala <galak@kernel.crashing.org>
-  Li Yang <leoyang.li@nxp.com>
-  Nicholas Piggin <npiggin@gmail.com>
-  Paul Mackerras <paulus@samba.org>
-  Scott Wood <oss@buserror.net>
- " aneesh.kumar@linux.vnet.ibm.com\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
-  linux-block@vger.kernel.org
-  linux-fbdev@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
- " dri-devel@lists.freedesktop.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Christophe Leroy <christophe.leroy@c-s.fr> writes:\n"
@@ -350,4 +332,4 @@
  "-- \n"
  2.17.2
 
-43243f906c62eb42c141cd2c02bef45c2180b26417f39a9cee6f4825d7c16059
+a6695e02af83a16638079caa1f498326403589f9e4038bd054efef0b93315e1f

diff --git a/a/1.txt b/N4/1.txt
index 67b538f..2bb591f 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -134,7 +134,7 @@ Christophe Leroy <christophe.leroy@c-s.fr> writes:
 
 That means we pass the pfn bits also to __ioremap_caller right? How about
 
->From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001
+From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001
 From: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
 Date: Wed, 17 Oct 2018 14:07:50 +0530
 Subject: [PATCH] powerpc/mm: Make pte_pgprot return all pte bits
diff --git a/a/content_digest b/N4/content_digest
index f5d7356..ece5644 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -162,7 +162,7 @@
  "\n"
  "That means we pass the pfn bits also to __ioremap_caller right? How about\n"
  "\n"
- ">From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001\n"
+ "From b4d5e0f24f8482375b2dd86afaced26ebf716600 Mon Sep 17 00:00:00 2001\n"
  "From: \"Aneesh Kumar K.V\" <aneesh.kumar@linux.ibm.com>\n"
  "Date: Wed, 17 Oct 2018 14:07:50 +0530\n"
  "Subject: [PATCH] powerpc/mm: Make pte_pgprot return all pte bits\n"
@@ -350,4 +350,4 @@
  "-- \n"
  2.17.2
 
-43243f906c62eb42c141cd2c02bef45c2180b26417f39a9cee6f4825d7c16059
+b443ca98f8de8be22fde50e6ea9245c35bd51c929913b92a8ee97618fa7f445c

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.