All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170412112022.GY17774@n2100.armlinux.org.uk>

diff --git a/a/1.txt b/N1/1.txt
index 85820a8..97ab2f5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,18 +3,15 @@ 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)
 > > +{
-> > +=A0=A0=A0=A0=A0=A0=A0return ioremap_nocache(offset, size);
+> > +       return 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.
-> =
-
+> 
 > The solution to your problem lies elsewhere.
 
 I disagree.  Sure, it may not be supportable across all architectures,
@@ -50,9 +47,9 @@ What, I suppose, we could do is not bother with a default implementation,
 but instead litter drivers with:
 
 +#ifdef ioremap_post
-+	base =3D ioremap_post(...);
++	base = ioremap_post(...);
 +#else
-	base =3D ioremap(...);
+	base = ioremap(...);
 +#endif
 
 which gets around your objection - not providing a default that's weaker
@@ -71,13 +68,7 @@ depend on that (so we don't end up trying to build these drivers on
 architectures where they can never work.)  Down side to that is reduced
 build coverage.
 
--- =
-
+-- 
 RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
 FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
-according to speedtest.net.
-
-_______________________________________________
-linux-arm-kernel mailing list
-linux-arm-kernel@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
\ No newline at end of file
+according to speedtest.net.
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index 820bb24..353dc4f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -43,30 +43,7 @@
   " Catalin Marinas <catalin.marinas\@arm.com>",
   " Matt Turner <mattst88\@gmail.com>",
   " Haavard Skinnemoen <hskinnemoen\@gmail.com>",
-  " 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"
+  " Fenghua Yu <fenghua.yu>\0"
 ]
 [
   "\0000:1\0"
@@ -80,18 +57,15 @@
   "> > +static inline void __iomem *ioremap_nopost(phys_addr_t offset,\n",
   "> > size_t size)\n",
   "> > +{\n",
-  "> > +=A0=A0=A0=A0=A0=A0=A0return ioremap_nocache(offset, size);\n",
+  "> > +\302\240\302\240\302\240\302\240\302\240\302\240\302\240return 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",
-  "\n",
+  "> \n",
   "> The solution to your problem lies elsewhere.\n",
   "\n",
   "I disagree.  Sure, it may not be supportable across all architectures,\n",
@@ -127,9 +101,9 @@
   "but instead litter drivers with:\n",
   "\n",
   "+#ifdef ioremap_post\n",
-  "+\tbase =3D ioremap_post(...);\n",
+  "+\tbase = ioremap_post(...);\n",
   "+#else\n",
-  "\tbase =3D ioremap(...);\n",
+  "\tbase = ioremap(...);\n",
   "+#endif\n",
   "\n",
   "which gets around your objection - not providing a default that's weaker\n",
@@ -148,16 +122,10 @@
   "architectures where they can never work.)  Down side to that is reduced\n",
   "build coverage.\n",
   "\n",
-  "-- =\n",
-  "\n",
+  "-- \n",
   "RMK's Patch system: http://www.armlinux.org.uk/developer/patches/\n",
   "FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up\n",
-  "according to speedtest.net.\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"
+  "according to speedtest.net."
 ]
 
-6db8040c397b78b744dabc0e258d090a482ddf1d94988303db2a67ac612f15b8
+8e551169b4c83db8658817e964dd5220a18a81f8caed19b74d855a28458dd515

diff --git a/a/1.txt b/N2/1.txt
index 85820a8..4807f1d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,18 +3,15 @@ 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)
 > > +{
-> > +=A0=A0=A0=A0=A0=A0=A0return ioremap_nocache(offset, size);
+> > +???????return 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.
-> =
-
+> 
 > The solution to your problem lies elsewhere.
 
 I disagree.  Sure, it may not be supportable across all architectures,
@@ -50,9 +47,9 @@ What, I suppose, we could do is not bother with a default implementation,
 but instead litter drivers with:
 
 +#ifdef ioremap_post
-+	base =3D ioremap_post(...);
++	base = ioremap_post(...);
 +#else
-	base =3D ioremap(...);
+	base = ioremap(...);
 +#endif
 
 which gets around your objection - not providing a default that's weaker
@@ -71,13 +68,7 @@ depend on that (so we don't end up trying to build these drivers on
 architectures where they can never work.)  Down side to that is reduced
 build coverage.
 
--- =
-
+-- 
 RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
 FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
-according to speedtest.net.
-
-_______________________________________________
-linux-arm-kernel mailing list
-linux-arm-kernel@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
\ No newline at end of file
+according to speedtest.net.
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index 820bb24..b92b4d3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,65 +8,16 @@
   "ref\0001491917983.7236.9.camel\@kernel.crashing.org\0"
 ]
 [
-  "From\0Russell King - ARM Linux <linux\@armlinux.org.uk>\0"
+  "From\0linux\@armlinux.org.uk (Russell King - ARM Linux)\0"
 ]
 [
-  "Subject\0Re: [PATCH v3 04/32] asm-generic: add ioremap_nopost() remap interface\0"
+  "Subject\0[PATCH v3 04/32] asm-generic: add ioremap_nopost() remap interface\0"
 ]
 [
   "Date\0Wed, 12 Apr 2017 12:20:22 +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>",
-  " 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>",
-  " Lorenzo Pieralisi <lorenzo.pieralisi\@arm.com>",
-  " Yoshinori Sato <ysato\@users.sourceforge.jp>",
-  " Michael Ellerman <mpe\@ellerman.id.au>",
-  " Helge Deller <deller\@gmx.de>",
-  " James E.J. Bottomley <jejb\@parisc-linux.org>",
-  " 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.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"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -80,18 +31,15 @@
   "> > +static inline void __iomem *ioremap_nopost(phys_addr_t offset,\n",
   "> > size_t size)\n",
   "> > +{\n",
-  "> > +=A0=A0=A0=A0=A0=A0=A0return ioremap_nocache(offset, size);\n",
+  "> > +???????return 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",
-  "\n",
+  "> \n",
   "> The solution to your problem lies elsewhere.\n",
   "\n",
   "I disagree.  Sure, it may not be supportable across all architectures,\n",
@@ -127,9 +75,9 @@
   "but instead litter drivers with:\n",
   "\n",
   "+#ifdef ioremap_post\n",
-  "+\tbase =3D ioremap_post(...);\n",
+  "+\tbase = ioremap_post(...);\n",
   "+#else\n",
-  "\tbase =3D ioremap(...);\n",
+  "\tbase = ioremap(...);\n",
   "+#endif\n",
   "\n",
   "which gets around your objection - not providing a default that's weaker\n",
@@ -148,16 +96,10 @@
   "architectures where they can never work.)  Down side to that is reduced\n",
   "build coverage.\n",
   "\n",
-  "-- =\n",
-  "\n",
+  "-- \n",
   "RMK's Patch system: http://www.armlinux.org.uk/developer/patches/\n",
   "FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up\n",
-  "according to speedtest.net.\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"
+  "according to speedtest.net."
 ]
 
-6db8040c397b78b744dabc0e258d090a482ddf1d94988303db2a67ac612f15b8
+9eaa0e321d2b83513dfaf8ed2d8bc58f35681f350af2adc383ed7af0703bad6f

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.