diff for duplicates of <20160110191338.GA5063@redhat.com> diff --git a/a/content_digest b/N1/content_digest index 23ccfcc..cf3d519 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -31,7 +31,9 @@ linux-xtensa@linux-xtensa.org xen-devel@lists.xenproject.org Ingo Molnar <mingo@kernel.org> - " Tony\0" + 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 Sun, Jan 10, 2016 at 07:07:05AM -0800, Joe Perches wrote:\n" @@ -109,4 +111,4 @@ "> > \302\240\t\t\t\t\302\240\302\240\302\240\302\240\302\240\"memory barrier without\n" "> > comment\\n\" . $herecurr);" -c91103f8e55a47fd46254852fa5f903687260f9a3f6a6c71f996d62674f69935 +a2ed2c722ca6dadc6709ca2e3ce02d9e9f6cca1aa6604f0618eb179b1a803377
diff --git a/a/content_digest b/N2/content_digest index 23ccfcc..1cf3066 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\01452438425.7773.21.camel@perches.com\0" "From\0Michael S. Tsirkin <mst@redhat.com>\0" "Subject\0Re: [PATCH v2 1/3] checkpatch.pl: add missing memory barriers\0" - "Date\0Sun, 10 Jan 2016 21:13:38 +0200\0" + "Date\0Sun, 10 Jan 2016 19:13:38 +0000\0" "To\0Joe Perches <joe@perches.com>\0" "Cc\0linux-kernel@vger.kernel.org" Andy Whitcroft <apw@canonical.com> @@ -109,4 +109,4 @@ "> > \302\240\t\t\t\t\302\240\302\240\302\240\302\240\302\240\"memory barrier without\n" "> > comment\\n\" . $herecurr);" -c91103f8e55a47fd46254852fa5f903687260f9a3f6a6c71f996d62674f69935 +0dca44ef69abf4711134bb084b00d7c73bd79ddd7fe6b748a8e3f8812d788cd4
diff --git a/a/1.txt b/N3/1.txt index 9d77fbd..84bb30d 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -7,9 +7,9 @@ On Sun, Jan 10, 2016 at 07:07:05AM -0800, Joe Perches wrote: > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > [] > > @@ -5116,7 +5116,25 @@ 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 = qr{ @@ -67,8 +67,8 @@ my $smp_barrier_stems > > This doesn't need the capture group either (?:all_barriers) > -> > if (!ctx_has_comment($first_line, $linenr)) +> > � if (!ctx_has_comment($first_line, $linenr)) > > { -> > WARN("MEMORY_BARRIER", -> > "memory barrier without +> > � WARN("MEMORY_BARRIER", +> > � �����"memory barrier without > > comment\n" . $herecurr); diff --git a/a/content_digest b/N3/content_digest index 23ccfcc..2b4d6a3 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -31,7 +31,9 @@ linux-xtensa@linux-xtensa.org xen-devel@lists.xenproject.org Ingo Molnar <mingo@kernel.org> - " Tony\0" + 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 Sun, Jan 10, 2016 at 07:07:05AM -0800, Joe Perches wrote:\n" @@ -43,9 +45,9 @@ "> > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl\n" "> []\n" "> > @@ -5116,7 +5116,25 @@ 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 = qr{\n" @@ -103,10 +105,10 @@ "> \n" "> This doesn't need the capture group either (?:all_barriers)\n" "> \n" - "> > \302\240\t\t\tif (!ctx_has_comment($first_line, $linenr))\n" + "> > \303\257\302\277\302\275\t\t\tif (!ctx_has_comment($first_line, $linenr))\n" "> > {\n" - "> > \302\240\t\t\t\tWARN(\"MEMORY_BARRIER\",\n" - "> > \302\240\t\t\t\t\302\240\302\240\302\240\302\240\302\240\"memory barrier without\n" + "> > \303\257\302\277\302\275\t\t\t\tWARN(\"MEMORY_BARRIER\",\n" + "> > \303\257\302\277\302\275\t\t\t\t\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\275\"memory barrier without\n" "> > comment\\n\" . $herecurr);" -c91103f8e55a47fd46254852fa5f903687260f9a3f6a6c71f996d62674f69935 +1a8f900a61ab22d58292f9959c699642163234e91d685f418111625f05026fa0
diff --git a/a/1.txt b/N4/1.txt index 9d77fbd..dff9c7d 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -7,9 +7,9 @@ On Sun, Jan 10, 2016 at 07:07:05AM -0800, Joe Perches wrote: > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > [] > > @@ -5116,7 +5116,25 @@ 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 = qr{ @@ -67,8 +67,8 @@ my $smp_barrier_stems > > This doesn't need the capture group either (?:all_barriers) > -> > if (!ctx_has_comment($first_line, $linenr)) +> > ? if (!ctx_has_comment($first_line, $linenr)) > > { -> > WARN("MEMORY_BARRIER", -> > "memory barrier without +> > ? WARN("MEMORY_BARRIER", +> > ? ?????"memory barrier without > > comment\n" . $herecurr); diff --git a/a/content_digest b/N4/content_digest index 23ccfcc..5bcae65 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,37 +1,10 @@ "ref\01452427000-4520-1-git-send-email-mst@redhat.com\0" "ref\01452427000-4520-2-git-send-email-mst@redhat.com\0" "ref\01452438425.7773.21.camel@perches.com\0" - "From\0Michael S. Tsirkin <mst@redhat.com>\0" - "Subject\0Re: [PATCH v2 1/3] checkpatch.pl: add missing memory barriers\0" + "From\0mst@redhat.com (Michael S. Tsirkin)\0" + "Subject\0[PATCH v2 1/3] checkpatch.pl: add missing memory barriers\0" "Date\0Sun, 10 Jan 2016 21:13:38 +0200\0" - "To\0Joe Perches <joe@perches.com>\0" - "Cc\0linux-kernel@vger.kernel.org" - 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> - David Miller <davem@davemloft.net> - linux-ia64@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-s390@vger.kernel.org - sparclinux@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-metag@vger.kernel.org - linux-mips@linux-mips.org - x86@kernel.org - user-mode-linux-devel@lists.sourceforge.net - adi-buildroot-devel@lists.sourceforge.net - linux-sh@vger.kernel.org - linux-xtensa@linux-xtensa.org - xen-devel@lists.xenproject.org - Ingo Molnar <mingo@kernel.org> - " Tony\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Sun, Jan 10, 2016 at 07:07:05AM -0800, Joe Perches wrote:\n" @@ -43,9 +16,9 @@ "> > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl\n" "> []\n" "> > @@ -5116,7 +5116,25 @@ 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 = qr{\n" @@ -103,10 +76,10 @@ "> \n" "> This doesn't need the capture group either (?:all_barriers)\n" "> \n" - "> > \302\240\t\t\tif (!ctx_has_comment($first_line, $linenr))\n" + "> > ?\t\t\tif (!ctx_has_comment($first_line, $linenr))\n" "> > {\n" - "> > \302\240\t\t\t\tWARN(\"MEMORY_BARRIER\",\n" - "> > \302\240\t\t\t\t\302\240\302\240\302\240\302\240\302\240\"memory barrier without\n" + "> > ?\t\t\t\tWARN(\"MEMORY_BARRIER\",\n" + "> > ?\t\t\t\t?????\"memory barrier without\n" "> > comment\\n\" . $herecurr);" -c91103f8e55a47fd46254852fa5f903687260f9a3f6a6c71f996d62674f69935 +fa445da4ddc934b36cb0d2f8e7976b99a50c34d9c0ead4d97d3b53f7c53aed6c
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.