All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20141118074422.GA17829@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index 20aa372..4aa3077 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,8 +17,8 @@ index 6192422..1192d12 100644
  	list_for_each_entry(p, &father->children, sibling) {
  		for_each_thread(p, t) {
  			t->real_parent = reaper;
--			BUG_ON(!t->ptrace != (t->parent = father));
-+			BUG_ON((!t->ptrace) != (t->parent = father));
+-			BUG_ON(!t->ptrace != (t->parent == father));
++			BUG_ON((!t->ptrace) != (t->parent == father));
  			if (likely(!t->ptrace))
  				t->parent = t->real_parent;
  			if (t->pdeath_signal)
diff --git a/a/content_digest b/N1/content_digest
index 8caa0d9..12f8d6d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] exit: silence a bogus static checker warning\0"
- "Date\0Tue, 18 Nov 2014 07:44:22 +0000\0"
+ "Date\0Tue, 18 Nov 2014 10:44:22 +0300\0"
  "To\0Andrew Morton <akpm@linux-foundation.org>\0"
  "Cc\0Oleg Nesterov <oleg@redhat.com>"
   Michal Hocko <mhocko@suse.cz>
@@ -32,10 +32,10 @@
  " \tlist_for_each_entry(p, &father->children, sibling) {\n"
  " \t\tfor_each_thread(p, t) {\n"
  " \t\t\tt->real_parent = reaper;\n"
- "-\t\t\tBUG_ON(!t->ptrace != (t->parent = father));\n"
- "+\t\t\tBUG_ON((!t->ptrace) != (t->parent = father));\n"
+ "-\t\t\tBUG_ON(!t->ptrace != (t->parent == father));\n"
+ "+\t\t\tBUG_ON((!t->ptrace) != (t->parent == father));\n"
  " \t\t\tif (likely(!t->ptrace))\n"
  " \t\t\t\tt->parent = t->real_parent;\n"
  " \t\t\tif (t->pdeath_signal)"
 
-8cba56957a699aef3992e5d78c9fcdcf6697aeeabb8077ec8d050f0f8ba8a5aa
+a7f209e700af4f3952a85f87697b4ea830844f77fab119c4c8ab9f9732c5d52f

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.