All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170411143138.GC6821@red-moon>

diff --git a/a/1.txt b/N1/1.txt
index b6b2d18..5fafb40 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,12 +3,14 @@ On Tue, Apr 11, 2017 at 11:39:43PM +1000, Benjamin Herrenschmidt wrote:
 > > +static inline void __iomem *ioremap_nopost(phys_addr_t offset,
 > > size_t size)
 > > +{
-> > +       return ioremap_nocache(offset, size);
+> > +=A0=A0=A0=A0=A0=A0=A0return ioremap_nocache(offset, size);
 > > +}
 > > +
-> 
+> =
+
 > No this is wrong as I explained.
-> 
+> =
+
 > This is a semantic that simply *cannot* be generically provided accross
 > architectures as a mapping attribute.
 
@@ -20,3 +22,8 @@ unless overriden by arch code that can provide its semantics.
 
 Thanks,
 Lorenzo
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N1/content_digest
index 458c396..9b83225 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -28,7 +28,30 @@
   Catalin Marinas <catalin.marinas@arm.com>
   Matt Turner <mattst88@gmail.com>
   Haavard Skinnemoen <hskinnemoen@gmail.com>
- " Fenghua Yu <fenghua.yu@intel.co>\0"
+  Fenghua Yu <fenghua.yu@intel.com>
+  James Hogan <james.hogan@imgtec.com>
+  Chris Metcalf <cmetcalf@mellanox.com>
+  Arnd Bergmann <arnd@arndb.de>
+  Heiko Carstens <heiko.carstens@de.ibm.com>
+  Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
+  Mikael Starvik <starvik@axis.com>
+  Ivan Kokshaysky <ink@jurassic.park.msu.ru>
+  Bjorn Helgaas <bhelgaas@google.com>
+  Stafford Horne <shorne@gmail.com>
+  linux-arm-kernel@lists.infradead.org
+  Richard Henderson <rth@twiddle.net>
+  Chris Zankel <chris@zankel.net>
+  Michal Simek <monstr@monstr.eu>
+  Tony Luck <tony.luck@intel.com>
+  Vineet Gupta <vgupta@synopsys.com>
+  linux-kernel@vger.kernel.org
+  Ralf Baechle <ralf@linux-mips.org>
+  Richard Kuo <rkuo@codeaurora.org>
+  Niklas Cassel <nks@flawful.org>
+  Luis R . Rodriguez <mcgrof@kernel.org>
+  Martin Schwidefsky <schwidefsky@de.ibm.com>
+  Ley Foon Tan <lftan@altera.com>
+ " David S. Miller <davem@davemloft.net>\0"
  "\00:1\0"
  "b\0"
  "On Tue, Apr 11, 2017 at 11:39:43PM +1000, Benjamin Herrenschmidt wrote:\n"
@@ -36,12 +59,14 @@
  "> > +static inline void __iomem *ioremap_nopost(phys_addr_t offset,\n"
  "> > size_t size)\n"
  "> > +{\n"
- "> > +\302\240\302\240\302\240\302\240\302\240\302\240\302\240return ioremap_nocache(offset, size);\n"
+ "> > +=A0=A0=A0=A0=A0=A0=A0return ioremap_nocache(offset, size);\n"
  "> > +}\n"
  "> > +\n"
- "> \n"
+ "> =\n"
+ "\n"
  "> No this is wrong as I explained.\n"
- "> \n"
+ "> =\n"
+ "\n"
  "> This is a semantic that simply *cannot* be generically provided accross\n"
  "> architectures as a mapping attribute.\n"
  "\n"
@@ -52,6 +77,11 @@
  "unless overriden by arch code that can provide its semantics.\n"
  "\n"
  "Thanks,\n"
- Lorenzo
+ "Lorenzo\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-cf09cc0ce417548221e528ae721102a2400543be1aa8e751481744df7defecc7
+d47e1bf87239d0a5d63a34a76c258cc132d25d5241720f8eb5b64ff89c1314df

diff --git a/a/1.txt b/N2/1.txt
index b6b2d18..7e282ff 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,7 +3,7 @@ On Tue, Apr 11, 2017 at 11:39:43PM +1000, Benjamin Herrenschmidt wrote:
 > > +static inline void __iomem *ioremap_nopost(phys_addr_t offset,
 > > size_t size)
 > > +{
-> > +       return ioremap_nocache(offset, size);
+> > +???????return ioremap_nocache(offset, size);
 > > +}
 > > +
 > 
diff --git a/a/content_digest b/N2/content_digest
index 458c396..cd7dc15 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,34 +1,10 @@
  "ref\020170411122923.6285-1-lorenzo.pieralisi@arm.com\0"
  "ref\020170411122923.6285-5-lorenzo.pieralisi@arm.com\0"
  "ref\01491917983.7236.9.camel@kernel.crashing.org\0"
- "From\0Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>\0"
- "Subject\0Re: [PATCH v3 04/32] asm-generic: add ioremap_nopost() remap interface\0"
+ "From\0lorenzo.pieralisi@arm.com (Lorenzo Pieralisi)\0"
+ "Subject\0[PATCH v3 04/32] asm-generic: add ioremap_nopost() remap interface\0"
  "Date\0Tue, 11 Apr 2017 15:31:39 +0100\0"
- "To\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0"
- "Cc\0Jonas Bonn <jonas@southpole.se>"
-  Rich Felker <dalias@libc.org>
-  linux-pci@vger.kernel.org
-  Will Deacon <will.deacon@arm.com>
-  James E.J. Bottomley <jejb@parisc-linux.org>
-  David Howells <dhowells@redhat.com>
-  Max Filippov <jcmvbkbc@gmail.com>
-  Paul Mackerras <paulus@samba.org>
-  Huacai Chen <chenhc@lemote.com>
-  Guan Xuetao <gxt@mprc.pku.edu.cn>
-  Thomas Gleixner <tglx@linutronix.de>
-  Hans-Christian Egtvedt <egtvedt@samfundet.no>
-  linux-arch@vger.kernel.org
-  Jesper Nilsson <jesper.nilsson@axis.com>
-  Yoshinori Sato <ysato@users.sourceforge.jp>
-  Michael Ellerman <mpe@ellerman.id.au>
-  Helge Deller <deller@gmx.de>
-  Russell King <linux@armlinux.org.uk>
-  Ingo Molnar <mingo@redhat.com>
-  Geert Uytterhoeven <geert@linux-m68k.org>
-  Catalin Marinas <catalin.marinas@arm.com>
-  Matt Turner <mattst88@gmail.com>
-  Haavard Skinnemoen <hskinnemoen@gmail.com>
- " Fenghua Yu <fenghua.yu@intel.co>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Apr 11, 2017 at 11:39:43PM +1000, Benjamin Herrenschmidt wrote:\n"
@@ -36,7 +12,7 @@
  "> > +static inline void __iomem *ioremap_nopost(phys_addr_t offset,\n"
  "> > size_t size)\n"
  "> > +{\n"
- "> > +\302\240\302\240\302\240\302\240\302\240\302\240\302\240return ioremap_nocache(offset, size);\n"
+ "> > +???????return ioremap_nocache(offset, size);\n"
  "> > +}\n"
  "> > +\n"
  "> \n"
@@ -54,4 +30,4 @@
  "Thanks,\n"
  Lorenzo
 
-cf09cc0ce417548221e528ae721102a2400543be1aa8e751481744df7defecc7
+5c505890ebee9734e202d37a3e96f99cf568b2314bfdfc880a3c392829e2b181

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.