All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120324103030.GG29067@lizard>

diff --git a/a/1.txt b/N1/1.txt
index f18e955..ddbc244 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,7 +28,7 @@ index 4d93dff..66d754c 100644
  
 +		read_lock(&tasklist_lock);
  		for_each_process(p) {
- 			if (p->mm = NULL)
+ 			if (p->mm == NULL)
  				continue;
 @@ -29,6 +31,7 @@ static void kill_off_processes(void)
  			pid = p->mm->context.id.u.pid;
diff --git a/a/content_digest b/N1/content_digest
index 9570eb7..8969cbe 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,24 @@
  "ref\020120324102609.GA28356@lizard\0"
  "From\0Anton Vorontsov <anton.vorontsov@linaro.org>\0"
  "Subject\0[PATCH 07/10] um: Should hold tasklist_lock while traversing processes\0"
- "Date\0Sat, 24 Mar 2012 10:30:30 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Sat, 24 Mar 2012 14:30:30 +0400\0"
+ "To\0Andrew Morton <akpm@linux-foundation.org>"
+ " Oleg Nesterov <oleg@redhat.com>\0"
+ "Cc\0Russell King <linux@arm.linux.org.uk>"
+  Mike Frysinger <vapier@gentoo.org>
+  Benjamin Herrenschmidt <benh@kernel.crashing.org>
+  Richard Weinberger <richard@nod.at>
+  Paul Mundt <lethal@linux-sh.org>
+  Peter Zijlstra <a.p.zijlstra@chello.nl>
+  KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
+  John Stultz <john.stultz@linaro.org>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  uclinux-dist-devel@blackfin.uclinux.org
+  linuxppc-dev@lists.ozlabs.org
+  linux-sh@vger.kernel.org
+  user-mode-linux-devel@lists.sourceforge.net
+ " linux-mm@kvack.org\0"
  "\00:1\0"
  "b\0"
  "Traversing the tasks requires holding tasklist_lock, otherwise it\n"
@@ -35,7 +51,7 @@
  " \n"
  "+\t\tread_lock(&tasklist_lock);\n"
  " \t\tfor_each_process(p) {\n"
- " \t\t\tif (p->mm = NULL)\n"
+ " \t\t\tif (p->mm == NULL)\n"
  " \t\t\t\tcontinue;\n"
  "@@ -29,6 +31,7 @@ static void kill_off_processes(void)\n"
  " \t\t\tpid = p->mm->context.id.u.pid;\n"
@@ -48,4 +64,4 @@
  "-- \n"
  1.7.9.2
 
-8f14ff1a83e23482be8d672a9e6f10fc7903d13763af51950059f1d13a91c802
+994de1e2691d319a400d759782b884e7c99e4ebc802389d629bf25372f249276

diff --git a/a/1.txt b/N2/1.txt
index f18e955..ddbc244 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -28,7 +28,7 @@ index 4d93dff..66d754c 100644
  
 +		read_lock(&tasklist_lock);
  		for_each_process(p) {
- 			if (p->mm = NULL)
+ 			if (p->mm == NULL)
  				continue;
 @@ -29,6 +31,7 @@ static void kill_off_processes(void)
  			pid = p->mm->context.id.u.pid;
diff --git a/a/content_digest b/N2/content_digest
index 9570eb7..c8d736e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,8 +1,23 @@
  "ref\020120324102609.GA28356@lizard\0"
  "From\0Anton Vorontsov <anton.vorontsov@linaro.org>\0"
  "Subject\0[PATCH 07/10] um: Should hold tasklist_lock while traversing processes\0"
- "Date\0Sat, 24 Mar 2012 10:30:30 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Sat, 24 Mar 2012 14:30:30 +0400\0"
+ "To\0Andrew Morton <akpm@linux-foundation.org>"
+ " Oleg Nesterov <oleg@redhat.com>\0"
+ "Cc\0Mike Frysinger <vapier@gentoo.org>"
+  Peter Zijlstra <a.p.zijlstra@chello.nl>
+  user-mode-linux-devel@lists.sourceforge.net
+  linux-sh@vger.kernel.org
+  Richard Weinberger <richard@nod.at>
+  linux-kernel@vger.kernel.org
+  uclinux-dist-devel@blackfin.uclinux.org
+  linux-mm@kvack.org
+  Paul Mundt <lethal@linux-sh.org>
+  John Stultz <john.stultz@linaro.org>
+  KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
+  Russell King <linux@arm.linux.org.uk>
+  linuxppc-dev@lists.ozlabs.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Traversing the tasks requires holding tasklist_lock, otherwise it\n"
@@ -35,7 +50,7 @@
  " \n"
  "+\t\tread_lock(&tasklist_lock);\n"
  " \t\tfor_each_process(p) {\n"
- " \t\t\tif (p->mm = NULL)\n"
+ " \t\t\tif (p->mm == NULL)\n"
  " \t\t\t\tcontinue;\n"
  "@@ -29,6 +31,7 @@ static void kill_off_processes(void)\n"
  " \t\t\tpid = p->mm->context.id.u.pid;\n"
@@ -48,4 +63,4 @@
  "-- \n"
  1.7.9.2
 
-8f14ff1a83e23482be8d672a9e6f10fc7903d13763af51950059f1d13a91c802
+91c0c1d298725977c9a4987c1cccfb7264ee48301ae0116983482f4ef8094dd3

diff --git a/a/1.txt b/N3/1.txt
index f18e955..ddbc244 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -28,7 +28,7 @@ index 4d93dff..66d754c 100644
  
 +		read_lock(&tasklist_lock);
  		for_each_process(p) {
- 			if (p->mm = NULL)
+ 			if (p->mm == NULL)
  				continue;
 @@ -29,6 +31,7 @@ static void kill_off_processes(void)
  			pid = p->mm->context.id.u.pid;
diff --git a/a/content_digest b/N3/content_digest
index 9570eb7..03de720 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,7 +1,7 @@
  "ref\020120324102609.GA28356@lizard\0"
- "From\0Anton Vorontsov <anton.vorontsov@linaro.org>\0"
+ "From\0anton.vorontsov@linaro.org (Anton Vorontsov)\0"
  "Subject\0[PATCH 07/10] um: Should hold tasklist_lock while traversing processes\0"
- "Date\0Sat, 24 Mar 2012 10:30:30 +0000\0"
+ "Date\0Sat, 24 Mar 2012 14:30:30 +0400\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -35,7 +35,7 @@
  " \n"
  "+\t\tread_lock(&tasklist_lock);\n"
  " \t\tfor_each_process(p) {\n"
- " \t\t\tif (p->mm = NULL)\n"
+ " \t\t\tif (p->mm == NULL)\n"
  " \t\t\t\tcontinue;\n"
  "@@ -29,6 +31,7 @@ static void kill_off_processes(void)\n"
  " \t\t\tpid = p->mm->context.id.u.pid;\n"
@@ -48,4 +48,4 @@
  "-- \n"
  1.7.9.2
 
-8f14ff1a83e23482be8d672a9e6f10fc7903d13763af51950059f1d13a91c802
+a505556ac04ac5e410132690e6b0833b61e8a553943e3e50bc908213124a63be

diff --git a/a/1.txt b/N4/1.txt
index f18e955..7f1e9ac 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -28,7 +28,7 @@ index 4d93dff..66d754c 100644
  
 +		read_lock(&tasklist_lock);
  		for_each_process(p) {
- 			if (p->mm = NULL)
+ 			if (p->mm == NULL)
  				continue;
 @@ -29,6 +31,7 @@ static void kill_off_processes(void)
  			pid = p->mm->context.id.u.pid;
@@ -40,3 +40,10 @@ index 4d93dff..66d754c 100644
  
 -- 
 1.7.9.2
+
+--
+To unsubscribe, send a message with 'unsubscribe linux-mm' in
+the body to majordomo@kvack.org.  For more info on Linux MM,
+see: http://www.linux-mm.org/ .
+Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N4/content_digest
index 9570eb7..ee3f637 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -1,8 +1,24 @@
  "ref\020120324102609.GA28356@lizard\0"
  "From\0Anton Vorontsov <anton.vorontsov@linaro.org>\0"
  "Subject\0[PATCH 07/10] um: Should hold tasklist_lock while traversing processes\0"
- "Date\0Sat, 24 Mar 2012 10:30:30 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Sat, 24 Mar 2012 14:30:30 +0400\0"
+ "To\0Andrew Morton <akpm@linux-foundation.org>"
+ " Oleg Nesterov <oleg@redhat.com>\0"
+ "Cc\0Russell King <linux@arm.linux.org.uk>"
+  Mike Frysinger <vapier@gentoo.org>
+  Benjamin Herrenschmidt <benh@kernel.crashing.org>
+  Richard Weinberger <richard@nod.at>
+  Paul Mundt <lethal@linux-sh.org>
+  Peter Zijlstra <a.p.zijlstra@chello.nl>
+  KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
+  John Stultz <john.stultz@linaro.org>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  uclinux-dist-devel@blackfin.uclinux.org
+  linuxppc-dev@lists.ozlabs.org
+  linux-sh@vger.kernel.org
+  user-mode-linux-devel@lists.sourceforge.net
+ " linux-mm@kvack.org\0"
  "\00:1\0"
  "b\0"
  "Traversing the tasks requires holding tasklist_lock, otherwise it\n"
@@ -35,7 +51,7 @@
  " \n"
  "+\t\tread_lock(&tasklist_lock);\n"
  " \t\tfor_each_process(p) {\n"
- " \t\t\tif (p->mm = NULL)\n"
+ " \t\t\tif (p->mm == NULL)\n"
  " \t\t\t\tcontinue;\n"
  "@@ -29,6 +31,7 @@ static void kill_off_processes(void)\n"
  " \t\t\tpid = p->mm->context.id.u.pid;\n"
@@ -46,6 +62,13 @@
  " }\n"
  " \n"
  "-- \n"
- 1.7.9.2
+ "1.7.9.2\n"
+ "\n"
+ "--\n"
+ "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
+ "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
+ "see: http://www.linux-mm.org/ .\n"
+ "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-8f14ff1a83e23482be8d672a9e6f10fc7903d13763af51950059f1d13a91c802
+0c612c731e101befdc1be9205b8b17a33bd70e94bcd6d2035b27ec8015f7b3b7

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.