All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180830135749.GA13005@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index 42de400..0d78935 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,9 +1,9 @@
 Hi Eugeniy,
 
-On Thu, Aug 30, 2018 at 11:53:17AM +0000, Eugeniy Paltsev wrote:
-> On Thu, 2018-08-30 at 10:51 +0100, Will Deacon wrote:
-> > On Thu, Aug 30, 2018 at 11:44:11AM +0200, Peter Zijlstra wrote:
-> > > On Wed, Aug 29, 2018 at 09:16:43PM +0000, Vineet Gupta wrote:
+On Thu, Aug 30, 2018@11:53:17AM +0000, Eugeniy Paltsev wrote:
+> On Thu, 2018-08-30@10:51 +0100, Will Deacon wrote:
+> > On Thu, Aug 30, 2018@11:44:11AM +0200, Peter Zijlstra wrote:
+> > > On Wed, Aug 29, 2018@09:16:43PM +0000, Vineet Gupta wrote:
 > > > > On 08/29/2018 11:33 AM, Eugeniy Paltsev wrote:
 > > > > > Hi Guys,
 > > > > > Since v4.19-rc1 we are getting a serious regression on platforms with ARC architecture.
diff --git a/a/content_digest b/N1/content_digest
index 0dbe2fb..8364099 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,28 +3,18 @@
  "ref\020180830094411.GX24124@hirez.programming.kicks-ass.net\0"
  "ref\020180830095148.GB5942@arm.com\0"
  "ref\01535629996.4465.44.camel@synopsys.com\0"
- "From\0Will Deacon <will.deacon@arm.com>\0"
- "Subject\0Re: Patch \"asm-generic/bitops/lock.h: Rewrite using atomic_fetch_\" causes kernel crash\0"
+ "From\0will.deacon@arm.com (Will Deacon)\0"
+ "Subject\0Patch \"asm-generic/bitops/lock.h: Rewrite using atomic_fetch_\" causes kernel crash\0"
  "Date\0Thu, 30 Aug 2018 14:57:50 +0100\0"
- "To\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\0"
- "Cc\0peterz@infradead.org <peterz@infradead.org>"
-  mingo@kernel.org <mingo@kernel.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
-  Alexey.Brodkin@synopsys.com <Alexey.Brodkin@synopsys.com>
-  Vineet.Gupta1@synopsys.com <Vineet.Gupta1@synopsys.com>
-  tglx@linutronix.de <tglx@linutronix.de>
-  linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>
-  yamada.masahiro@socionext.com <yamada.masahiro@socionext.com>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " linux-arch@vger.kernel.org <linux-arch@vger.kernel.org>\0"
+ "To\0linux-snps-arc@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Eugeniy,\n"
  "\n"
- "On Thu, Aug 30, 2018 at 11:53:17AM +0000, Eugeniy Paltsev wrote:\n"
- "> On Thu, 2018-08-30 at 10:51 +0100, Will Deacon wrote:\n"
- "> > On Thu, Aug 30, 2018 at 11:44:11AM +0200, Peter Zijlstra wrote:\n"
- "> > > On Wed, Aug 29, 2018 at 09:16:43PM +0000, Vineet Gupta wrote:\n"
+ "On Thu, Aug 30, 2018@11:53:17AM +0000, Eugeniy Paltsev wrote:\n"
+ "> On Thu, 2018-08-30@10:51 +0100, Will Deacon wrote:\n"
+ "> > On Thu, Aug 30, 2018@11:44:11AM +0200, Peter Zijlstra wrote:\n"
+ "> > > On Wed, Aug 29, 2018@09:16:43PM +0000, Vineet Gupta wrote:\n"
  "> > > > On 08/29/2018 11:33 AM, Eugeniy Paltsev wrote:\n"
  "> > > > > Hi Guys,\n"
  "> > > > > Since v4.19-rc1 we are getting a serious regression on platforms with ARC architecture.\n"
@@ -406,4 +396,4 @@
  " \n"
   struct plat_smp_ops  __weak plat_smp_ops;
 
-c249122eff7b6c6e677700f408d2daa0e8a88d1d2e3dd6d4a0bbc7b2ffec7e35
+f6da6703ae2e1d8c8133a9aa3cc3ad8cd654282dc8802753449cf4602108ab14

diff --git a/a/1.txt b/N2/1.txt
index 42de400..e1688cc 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -169,7 +169,7 @@ index 8da87feec59a..50b0d5a56e32 100644
 - * (2) Utilize the fact that ARCompact bit fidding insn (BSET/BCLR/ASL) etc
 - *     only consider bottom 5 bits of @nr, so NO need to mask them off.
 - *     (GCC Quirk: however for constant @nr we still need to do the masking
-- *             at compile time)
+- *            @compile time)
 - */
 -
 -#define BIT_OP(op, c_op, asm_op)					\
diff --git a/a/content_digest b/N2/content_digest
index 0dbe2fb..6f9e508 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,20 +3,10 @@
  "ref\020180830094411.GX24124@hirez.programming.kicks-ass.net\0"
  "ref\020180830095148.GB5942@arm.com\0"
  "ref\01535629996.4465.44.camel@synopsys.com\0"
- "From\0Will Deacon <will.deacon@arm.com>\0"
- "Subject\0Re: Patch \"asm-generic/bitops/lock.h: Rewrite using atomic_fetch_\" causes kernel crash\0"
+ "From\0will.deacon@arm.com (Will Deacon)\0"
+ "Subject\0Patch \"asm-generic/bitops/lock.h: Rewrite using atomic_fetch_\" causes kernel crash\0"
  "Date\0Thu, 30 Aug 2018 14:57:50 +0100\0"
- "To\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\0"
- "Cc\0peterz@infradead.org <peterz@infradead.org>"
-  mingo@kernel.org <mingo@kernel.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
-  Alexey.Brodkin@synopsys.com <Alexey.Brodkin@synopsys.com>
-  Vineet.Gupta1@synopsys.com <Vineet.Gupta1@synopsys.com>
-  tglx@linutronix.de <tglx@linutronix.de>
-  linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>
-  yamada.masahiro@socionext.com <yamada.masahiro@socionext.com>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " linux-arch@vger.kernel.org <linux-arch@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Eugeniy,\n"
@@ -190,7 +180,7 @@
  "- * (2) Utilize the fact that ARCompact bit fidding insn (BSET/BCLR/ASL) etc\n"
  "- *     only consider bottom 5 bits of @nr, so NO need to mask them off.\n"
  "- *     (GCC Quirk: however for constant @nr we still need to do the masking\n"
- "- *             at compile time)\n"
+ "- *            @compile time)\n"
  "- */\n"
  "-\n"
  "-#define BIT_OP(op, c_op, asm_op)\t\t\t\t\t\\\n"
@@ -406,4 +396,4 @@
  " \n"
   struct plat_smp_ops  __weak plat_smp_ops;
 
-c249122eff7b6c6e677700f408d2daa0e8a88d1d2e3dd6d4a0bbc7b2ffec7e35
+55901ff5b72a833bd279528549e9749ddb29a2bd92ff57613304c3da16771534

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.