All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160110134133-mutt-send-email-mst@redhat.com>

diff --git a/a/content_digest b/N1/content_digest
index f7d3369..180cf78 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,32 +7,35 @@
  "Subject\0Re: [PATCH 1/3] checkpatch.pl: add missing memory barriers\0"
  "Date\0Sun, 10 Jan 2016 13:42:28 +0200\0"
  "To\0Joe Perches <joe@perches.com>\0"
- "Cc\0linux-mips@linux-mips.org"
-  linux-ia64@vger.kernel.org
-  linux-sh@vger.kernel.org
+ "Cc\0linux-kernel@vger.kernel.org"
+  Cc : Andy Whitcroft <apw@canonical.com>
   Peter Zijlstra <peterz@infradead.org>
+  Arnd Bergmann <arnd@arndb.de>
+  linux-arch@vger.kernel.org
+  Andrew Cooper <andrew.cooper3@citrix.com>
   virtualization@lists.linux-foundation.org
+  Stefano Stabellini <stefano.stabellini@eu.citrix.com>
+  Thomas Gleixner <tglx@linutronix.de>
+  Ingo Molnar <mingo@elte.hu>
   H. Peter Anvin <hpa@zytor.com>
-  sparclinux@vger.kernel.org
-  Ingo Molnar <mingo@kernel.org>
-  linux-arch@vger.kernel.org
+  David Miller <davem@davemloft.net>
+  linux-ia64@vger.kernel.org
+  linuxppc-dev@lists.ozlabs.org
   linux-s390@vger.kernel.org
-  Russell King - ARM Linux <linux@arm.linux.org.uk>
-  Arnd Bergmann <arnd@arndb.de>
+  sparclinux@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-metag@vger.kernel.org
+  linux-mips@linux-mips.org
   x86@kernel.org
-  Tony Lindgren <tony@atomide.com>
-  xen-devel@lists.xenproject.org
-  Ingo Molnar <mingo@elte.hu>
-  linux-xtensa@linux-xtensa.org
   user-mode-linux-devel@lists.sourceforge.net
-  Stefano Stabellini <stefano.stabellini@eu.citrix.com>
-  Andrey Konovalov <andreyknvl@google.com>
   adi-buildroot-devel@lists.sourceforge.net
-  Cc : Andy Whitcroft <apw@canonical.com>
-  Thomas Gleixner <tglx@linutronix.de>
-  linux-metag@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " Andrew\0"
+  linux-sh@vger.kernel.org
+  linux-xtensa@linux-xtensa.org
+  xen-devel@lists.xenproject.org
+  Ingo Molnar <mingo@kernel.org>
+  Tony Lindgren <tony@atomide.com>
+  Andrey Konovalov <andreyknvl@google.com>
+ " Russell King - ARM Linux <linux@arm.linux.org.uk>\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jan 04, 2016 at 02:15:50PM -0800, Joe Perches wrote:\n"
@@ -77,4 +80,4 @@
  "Thanks - that's what I did in the new version (included in\n"
  v3 of the arch cleanup patchset now).
 
-a10bea839fbb0094c393be1ad2676941f772b0c350b661701c5894c1a1b4e7b0
+6ba4bdb80e17eb18ae8be4bb7861c90a9d767badf0532fa2b957b289ed2815de

diff --git a/a/content_digest b/N2/content_digest
index f7d3369..9bcb04f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,7 +5,7 @@
  "ref\01451945750.4334.111.camel@perches.com\0"
  "From\0Michael S. Tsirkin <mst@redhat.com>\0"
  "Subject\0Re: [PATCH 1/3] checkpatch.pl: add missing memory barriers\0"
- "Date\0Sun, 10 Jan 2016 13:42:28 +0200\0"
+ "Date\0Sun, 10 Jan 2016 11:42:28 +0000\0"
  "To\0Joe Perches <joe@perches.com>\0"
  "Cc\0linux-mips@linux-mips.org"
   linux-ia64@vger.kernel.org
@@ -77,4 +77,4 @@
  "Thanks - that's what I did in the new version (included in\n"
  v3 of the arch cleanup patchset now).
 
-a10bea839fbb0094c393be1ad2676941f772b0c350b661701c5894c1a1b4e7b0
+5518c04201bb1bcd81900c9edbedb9f6e96df404e094e841f58a8299542ae003

diff --git a/a/1.txt b/N3/1.txt
index 2e53bab..025fa60 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -8,17 +8,17 @@ On Mon, Jan 04, 2016 at 02:15:50PM -0800, Joe Perches wrote:
 > > > > 
 > > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
 > > > > ---
-> > > >  scripts/checkpatch.pl | 9 ++++++++-
-> > > >  1 file changed, 8 insertions(+), 1 deletion(-)
+> > > > �scripts/checkpatch.pl | 9 ++++++++-
+> > > > �1 file changed, 8 insertions(+), 1 deletion(-)
 > > > > 
 > > > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
 > > > > index 2b3c228..0245bbe 100755
 > > > > --- a/scripts/checkpatch.pl
 > > > > +++ b/scripts/checkpatch.pl
 > > > > @@ -5116,7 +5116,14 @@ sub process {
-> > > >  			}
-> > > >  		}
-> > > >  # check for memory barriers without a comment.
+> > > > �			}
+> > > > �		}
+> > > > �# check for memory barriers without a comment.
 > > > > -		if ($line =~ /\b(mb|rmb|wmb|read_barrier_depends|smp_mb|smp_rmb|smp_wmb|smp_read_barrier_depends)\(/) {
 > > > > +
 > > > > +		my @barriers = ('mb', 'rmb', 'wmb', 'read_barrier_depends');
diff --git a/a/content_digest b/N3/content_digest
index f7d3369..edf15f8 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -7,32 +7,35 @@
  "Subject\0Re: [PATCH 1/3] checkpatch.pl: add missing memory barriers\0"
  "Date\0Sun, 10 Jan 2016 13:42:28 +0200\0"
  "To\0Joe Perches <joe@perches.com>\0"
- "Cc\0linux-mips@linux-mips.org"
-  linux-ia64@vger.kernel.org
-  linux-sh@vger.kernel.org
+ "Cc\0linux-kernel@vger.kernel.org"
+  Cc : Andy Whitcroft <apw@canonical.com>
   Peter Zijlstra <peterz@infradead.org>
+  Arnd Bergmann <arnd@arndb.de>
+  linux-arch@vger.kernel.org
+  Andrew Cooper <andrew.cooper3@citrix.com>
   virtualization@lists.linux-foundation.org
+  Stefano Stabellini <stefano.stabellini@eu.citrix.com>
+  Thomas Gleixner <tglx@linutronix.de>
+  Ingo Molnar <mingo@elte.hu>
   H. Peter Anvin <hpa@zytor.com>
-  sparclinux@vger.kernel.org
-  Ingo Molnar <mingo@kernel.org>
-  linux-arch@vger.kernel.org
+  David Miller <davem@davemloft.net>
+  linux-ia64@vger.kernel.org
+  linuxppc-dev@lists.ozlabs.org
   linux-s390@vger.kernel.org
-  Russell King - ARM Linux <linux@arm.linux.org.uk>
-  Arnd Bergmann <arnd@arndb.de>
+  sparclinux@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-metag@vger.kernel.org
+  linux-mips@linux-mips.org
   x86@kernel.org
-  Tony Lindgren <tony@atomide.com>
-  xen-devel@lists.xenproject.org
-  Ingo Molnar <mingo@elte.hu>
-  linux-xtensa@linux-xtensa.org
   user-mode-linux-devel@lists.sourceforge.net
-  Stefano Stabellini <stefano.stabellini@eu.citrix.com>
-  Andrey Konovalov <andreyknvl@google.com>
   adi-buildroot-devel@lists.sourceforge.net
-  Cc : Andy Whitcroft <apw@canonical.com>
-  Thomas Gleixner <tglx@linutronix.de>
-  linux-metag@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " Andrew\0"
+  linux-sh@vger.kernel.org
+  linux-xtensa@linux-xtensa.org
+  xen-devel@lists.xenproject.org
+  Ingo Molnar <mingo@kernel.org>
+  Tony Lindgren <tony@atomide.com>
+  Andrey Konovalov <andreyknvl@google.com>
+ " Russell King - ARM Linux <linux@arm.linux.org.uk>\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jan 04, 2016 at 02:15:50PM -0800, Joe Perches wrote:\n"
@@ -45,17 +48,17 @@
  "> > > > \n"
  "> > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>\n"
  "> > > > ---\n"
- "> > > > \302\240scripts/checkpatch.pl | 9 ++++++++-\n"
- "> > > > \302\2401 file changed, 8 insertions(+), 1 deletion(-)\n"
+ "> > > > \303\257\302\277\302\275scripts/checkpatch.pl | 9 ++++++++-\n"
+ "> > > > \303\257\302\277\302\2751 file changed, 8 insertions(+), 1 deletion(-)\n"
  "> > > > \n"
  "> > > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl\n"
  "> > > > index 2b3c228..0245bbe 100755\n"
  "> > > > --- a/scripts/checkpatch.pl\n"
  "> > > > +++ b/scripts/checkpatch.pl\n"
  "> > > > @@ -5116,7 +5116,14 @@ sub process {\n"
- "> > > > \302\240\t\t\t}\n"
- "> > > > \302\240\t\t}\n"
- "> > > > \302\240# check for memory barriers without a comment.\n"
+ "> > > > \303\257\302\277\302\275\t\t\t}\n"
+ "> > > > \303\257\302\277\302\275\t\t}\n"
+ "> > > > \303\257\302\277\302\275# check for memory barriers without a comment.\n"
  "> > > > -\t\tif ($line =~ /\\b(mb|rmb|wmb|read_barrier_depends|smp_mb|smp_rmb|smp_wmb|smp_read_barrier_depends)\\(/) {\n"
  "> > > > +\n"
  "> > > > +\t\tmy @barriers = ('mb', 'rmb', 'wmb', 'read_barrier_depends');\n"
@@ -77,4 +80,4 @@
  "Thanks - that's what I did in the new version (included in\n"
  v3 of the arch cleanup patchset now).
 
-a10bea839fbb0094c393be1ad2676941f772b0c350b661701c5894c1a1b4e7b0
+eefa6cfa2e3195acbde5f44855b79e153e7e6ad188712ceec14e8ca37c5b6a53

diff --git a/a/1.txt b/N4/1.txt
index 2e53bab..a606f03 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -8,17 +8,17 @@ On Mon, Jan 04, 2016 at 02:15:50PM -0800, Joe Perches wrote:
 > > > > 
 > > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
 > > > > ---
-> > > >  scripts/checkpatch.pl | 9 ++++++++-
-> > > >  1 file changed, 8 insertions(+), 1 deletion(-)
+> > > > ?scripts/checkpatch.pl | 9 ++++++++-
+> > > > ?1 file changed, 8 insertions(+), 1 deletion(-)
 > > > > 
 > > > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
 > > > > index 2b3c228..0245bbe 100755
 > > > > --- a/scripts/checkpatch.pl
 > > > > +++ b/scripts/checkpatch.pl
 > > > > @@ -5116,7 +5116,14 @@ sub process {
-> > > >  			}
-> > > >  		}
-> > > >  # check for memory barriers without a comment.
+> > > > ?			}
+> > > > ?		}
+> > > > ?# check for memory barriers without a comment.
 > > > > -		if ($line =~ /\b(mb|rmb|wmb|read_barrier_depends|smp_mb|smp_rmb|smp_wmb|smp_read_barrier_depends)\(/) {
 > > > > +
 > > > > +		my @barriers = ('mb', 'rmb', 'wmb', 'read_barrier_depends');
diff --git a/a/content_digest b/N4/content_digest
index f7d3369..2457a57 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -3,36 +3,10 @@
  "ref\01451923660.4334.83.camel@perches.com\0"
  "ref\020160104224415-mutt-send-email-mst@redhat.com\0"
  "ref\01451945750.4334.111.camel@perches.com\0"
- "From\0Michael S. Tsirkin <mst@redhat.com>\0"
- "Subject\0Re: [PATCH 1/3] checkpatch.pl: add missing memory barriers\0"
+ "From\0mst@redhat.com (Michael S. Tsirkin)\0"
+ "Subject\0[PATCH 1/3] checkpatch.pl: add missing memory barriers\0"
  "Date\0Sun, 10 Jan 2016 13:42:28 +0200\0"
- "To\0Joe Perches <joe@perches.com>\0"
- "Cc\0linux-mips@linux-mips.org"
-  linux-ia64@vger.kernel.org
-  linux-sh@vger.kernel.org
-  Peter Zijlstra <peterz@infradead.org>
-  virtualization@lists.linux-foundation.org
-  H. Peter Anvin <hpa@zytor.com>
-  sparclinux@vger.kernel.org
-  Ingo Molnar <mingo@kernel.org>
-  linux-arch@vger.kernel.org
-  linux-s390@vger.kernel.org
-  Russell King - ARM Linux <linux@arm.linux.org.uk>
-  Arnd Bergmann <arnd@arndb.de>
-  x86@kernel.org
-  Tony Lindgren <tony@atomide.com>
-  xen-devel@lists.xenproject.org
-  Ingo Molnar <mingo@elte.hu>
-  linux-xtensa@linux-xtensa.org
-  user-mode-linux-devel@lists.sourceforge.net
-  Stefano Stabellini <stefano.stabellini@eu.citrix.com>
-  Andrey Konovalov <andreyknvl@google.com>
-  adi-buildroot-devel@lists.sourceforge.net
-  Cc : Andy Whitcroft <apw@canonical.com>
-  Thomas Gleixner <tglx@linutronix.de>
-  linux-metag@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " Andrew\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jan 04, 2016 at 02:15:50PM -0800, Joe Perches wrote:\n"
@@ -45,17 +19,17 @@
  "> > > > \n"
  "> > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>\n"
  "> > > > ---\n"
- "> > > > \302\240scripts/checkpatch.pl | 9 ++++++++-\n"
- "> > > > \302\2401 file changed, 8 insertions(+), 1 deletion(-)\n"
+ "> > > > ?scripts/checkpatch.pl | 9 ++++++++-\n"
+ "> > > > ?1 file changed, 8 insertions(+), 1 deletion(-)\n"
  "> > > > \n"
  "> > > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl\n"
  "> > > > index 2b3c228..0245bbe 100755\n"
  "> > > > --- a/scripts/checkpatch.pl\n"
  "> > > > +++ b/scripts/checkpatch.pl\n"
  "> > > > @@ -5116,7 +5116,14 @@ sub process {\n"
- "> > > > \302\240\t\t\t}\n"
- "> > > > \302\240\t\t}\n"
- "> > > > \302\240# check for memory barriers without a comment.\n"
+ "> > > > ?\t\t\t}\n"
+ "> > > > ?\t\t}\n"
+ "> > > > ?# check for memory barriers without a comment.\n"
  "> > > > -\t\tif ($line =~ /\\b(mb|rmb|wmb|read_barrier_depends|smp_mb|smp_rmb|smp_wmb|smp_read_barrier_depends)\\(/) {\n"
  "> > > > +\n"
  "> > > > +\t\tmy @barriers = ('mb', 'rmb', 'wmb', 'read_barrier_depends');\n"
@@ -77,4 +51,4 @@
  "Thanks - that's what I did in the new version (included in\n"
  v3 of the arch cleanup patchset now).
 
-a10bea839fbb0094c393be1ad2676941f772b0c350b661701c5894c1a1b4e7b0
+43b3dee30d83f1d81cbe6856c53551ea869b71751867d4676df49cd5009346cd

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.