All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180709135409.GQ2476@hirez.programming.kicks-ass.net>

diff --git a/a/1.txt b/N1/1.txt
index 8e6f263..9ee0240 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,10 +16,3 @@ On Mon, Jul 09, 2018 at 04:45:50PM +0300, Alexey Brodkin wrote:
 > +	 */
 > +	u8 __aligned(8)			data[];
 >  };
-
-From a quick reading in Documentation/driver-model/devres.txt this
-devres muck is supposed to be device memory, right?
-
-atomics (as in atomic*_t) are not defined for use on mmio.
-
-wth kind of code is relying on this?
diff --git a/a/content_digest b/N1/content_digest
index 48de319..f077b6d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,16 +3,16 @@
  "Subject\0Re: [PATCH v3] devres: Explicitly align datai[] to 64-bit\0"
  "Date\0Mon, 9 Jul 2018 15:54:09 +0200\0"
  "To\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0"
- "Cc\0linux-arch@vger.kernel.org"
+ "Cc\0linux-kernel@vger.kernel.org"
+  linux-snps-arc@lists.infradead.org
+  linux-arch@vger.kernel.org
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Will Deacon <will.deacon@arm.com>
-  linux-kernel@vger.kernel.org
-  stable@vger.kernel.org
-  David Laight <David.Laight@aculab.com>
   Geert Uytterhoeven <geert@linux-m68k.org>
-  Greg KH <greg@kroah.com>
+  David Laight <David.Laight@aculab.com>
   Thomas Gleixner <tglx@linutronix.de>
- " linux-snps-arc@lists.infradead.org\0"
+  Will Deacon <will.deacon@arm.com>
+  Greg KH <greg@kroah.com>
+ " stable@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jul 09, 2018 at 04:45:50PM +0300, Alexey Brodkin wrote:\n"
@@ -32,13 +32,6 @@
  "> +\t * aligned memory arguments such as atomic64_t.\n"
  "> +\t */\n"
  "> +\tu8 __aligned(8)\t\t\tdata[];\n"
- ">  };\n"
- "\n"
- "From a quick reading in Documentation/driver-model/devres.txt this\n"
- "devres muck is supposed to be device memory, right?\n"
- "\n"
- "atomics (as in atomic*_t) are not defined for use on mmio.\n"
- "\n"
- wth kind of code is relying on this?
+ >  };
 
-56c6535ad757d0aeeb4f82615de22918be2fa533e7d0db63273ed23212564a77
+4c7d664f888a14a1ee39b44087961f71944a96e04e0b3cbdf4dd64389f6587bc

diff --git a/a/1.txt b/N2/1.txt
index 8e6f263..bb1597c 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,4 +1,4 @@
-On Mon, Jul 09, 2018 at 04:45:50PM +0300, Alexey Brodkin wrote:
+On Mon, Jul 09, 2018@04:45:50PM +0300, Alexey Brodkin wrote:
 > diff --git a/drivers/base/devres.c b/drivers/base/devres.c
 > index f98a097e73f2..d65327cb83c9 100644
 > --- a/drivers/base/devres.c
@@ -17,7 +17,7 @@ On Mon, Jul 09, 2018 at 04:45:50PM +0300, Alexey Brodkin wrote:
 > +	u8 __aligned(8)			data[];
 >  };
 
-From a quick reading in Documentation/driver-model/devres.txt this
+>From a quick reading in Documentation/driver-model/devres.txt this
 devres muck is supposed to be device memory, right?
 
 atomics (as in atomic*_t) are not defined for use on mmio.
diff --git a/a/content_digest b/N2/content_digest
index 48de319..c63f1dd 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,21 +1,11 @@
  "ref\020180709134550.29541-1-abrodkin@synopsys.com\0"
- "From\0Peter Zijlstra <peterz@infradead.org>\0"
- "Subject\0Re: [PATCH v3] devres: Explicitly align datai[] to 64-bit\0"
+ "From\0peterz@infradead.org (Peter Zijlstra)\0"
+ "Subject\0[PATCH v3] devres: Explicitly align datai[] to 64-bit\0"
  "Date\0Mon, 9 Jul 2018 15:54:09 +0200\0"
- "To\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0"
- "Cc\0linux-arch@vger.kernel.org"
-  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Will Deacon <will.deacon@arm.com>
-  linux-kernel@vger.kernel.org
-  stable@vger.kernel.org
-  David Laight <David.Laight@aculab.com>
-  Geert Uytterhoeven <geert@linux-m68k.org>
-  Greg KH <greg@kroah.com>
-  Thomas Gleixner <tglx@linutronix.de>
- " linux-snps-arc@lists.infradead.org\0"
+ "To\0linux-snps-arc@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On Mon, Jul 09, 2018 at 04:45:50PM +0300, Alexey Brodkin wrote:\n"
+ "On Mon, Jul 09, 2018@04:45:50PM +0300, Alexey Brodkin wrote:\n"
  "> diff --git a/drivers/base/devres.c b/drivers/base/devres.c\n"
  "> index f98a097e73f2..d65327cb83c9 100644\n"
  "> --- a/drivers/base/devres.c\n"
@@ -34,11 +24,11 @@
  "> +\tu8 __aligned(8)\t\t\tdata[];\n"
  ">  };\n"
  "\n"
- "From a quick reading in Documentation/driver-model/devres.txt this\n"
+ ">From a quick reading in Documentation/driver-model/devres.txt this\n"
  "devres muck is supposed to be device memory, right?\n"
  "\n"
  "atomics (as in atomic*_t) are not defined for use on mmio.\n"
  "\n"
  wth kind of code is relying on this?
 
-56c6535ad757d0aeeb4f82615de22918be2fa533e7d0db63273ed23212564a77
+de2f15d27193df87805a1d0b0351912283546a0d0129561f1eab9c179e42896c

diff --git a/a/content_digest b/N3/content_digest
index 48de319..aab30f1 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -3,16 +3,16 @@
  "Subject\0Re: [PATCH v3] devres: Explicitly align datai[] to 64-bit\0"
  "Date\0Mon, 9 Jul 2018 15:54:09 +0200\0"
  "To\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0"
- "Cc\0linux-arch@vger.kernel.org"
+ "Cc\0linux-kernel@vger.kernel.org"
+  linux-snps-arc@lists.infradead.org
+  linux-arch@vger.kernel.org
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Will Deacon <will.deacon@arm.com>
-  linux-kernel@vger.kernel.org
-  stable@vger.kernel.org
-  David Laight <David.Laight@aculab.com>
   Geert Uytterhoeven <geert@linux-m68k.org>
-  Greg KH <greg@kroah.com>
+  David Laight <David.Laight@aculab.com>
   Thomas Gleixner <tglx@linutronix.de>
- " linux-snps-arc@lists.infradead.org\0"
+  Will Deacon <will.deacon@arm.com>
+  Greg KH <greg@kroah.com>
+ " stable@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jul 09, 2018 at 04:45:50PM +0300, Alexey Brodkin wrote:\n"
@@ -41,4 +41,4 @@
  "\n"
  wth kind of code is relying on this?
 
-56c6535ad757d0aeeb4f82615de22918be2fa533e7d0db63273ed23212564a77
+3233de261a517a090c45bf95cd3e627d9952ba58099739728137ec126c720af7

diff --git a/a/1.txt b/N4/1.txt
index 8e6f263..d51f34a 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -17,7 +17,7 @@ On Mon, Jul 09, 2018 at 04:45:50PM +0300, Alexey Brodkin wrote:
 > +	u8 __aligned(8)			data[];
 >  };
 
-From a quick reading in Documentation/driver-model/devres.txt this
+>From a quick reading in Documentation/driver-model/devres.txt this
 devres muck is supposed to be device memory, right?
 
 atomics (as in atomic*_t) are not defined for use on mmio.
diff --git a/a/content_digest b/N4/content_digest
index 48de319..8c6040a 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -3,16 +3,16 @@
  "Subject\0Re: [PATCH v3] devres: Explicitly align datai[] to 64-bit\0"
  "Date\0Mon, 9 Jul 2018 15:54:09 +0200\0"
  "To\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0"
- "Cc\0linux-arch@vger.kernel.org"
+ "Cc\0linux-kernel@vger.kernel.org"
+  linux-snps-arc@lists.infradead.org
+  linux-arch@vger.kernel.org
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Will Deacon <will.deacon@arm.com>
-  linux-kernel@vger.kernel.org
-  stable@vger.kernel.org
-  David Laight <David.Laight@aculab.com>
   Geert Uytterhoeven <geert@linux-m68k.org>
-  Greg KH <greg@kroah.com>
+  David Laight <David.Laight@aculab.com>
   Thomas Gleixner <tglx@linutronix.de>
- " linux-snps-arc@lists.infradead.org\0"
+  Will Deacon <will.deacon@arm.com>
+  Greg KH <greg@kroah.com>
+ " stable@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jul 09, 2018 at 04:45:50PM +0300, Alexey Brodkin wrote:\n"
@@ -34,11 +34,11 @@
  "> +\tu8 __aligned(8)\t\t\tdata[];\n"
  ">  };\n"
  "\n"
- "From a quick reading in Documentation/driver-model/devres.txt this\n"
+ ">From a quick reading in Documentation/driver-model/devres.txt this\n"
  "devres muck is supposed to be device memory, right?\n"
  "\n"
  "atomics (as in atomic*_t) are not defined for use on mmio.\n"
  "\n"
  wth kind of code is relying on this?
 
-56c6535ad757d0aeeb4f82615de22918be2fa533e7d0db63273ed23212564a77
+0718c8bb385c2c3b3bfc7469f84856f49e48d4bd1cb5a260b793d0affad228ef

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.