diff for duplicates of <20220525143303.GB2687@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 02fc769..3789064 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,7 +24,7 @@ On 05/24, Oleg Nesterov wrote: > > -{ > > - int ret; > > - spin_lock(&sigh->siglock); -> > - ret = (sigh->action[SIGCHLD-1].sa.sa_handler = SIG_IGN) || +> > - ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || > > - (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT); > > - spin_unlock(&sigh->siglock); > > - return ret; diff --git a/a/content_digest b/N1/content_digest index 2add5cd..a03125e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020220524114250.GB14347@redhat.com\0" "From\0Oleg Nesterov <oleg@redhat.com>\0" "Subject\0Re: [PATCH 05/16] ptrace: Remove dead code from __ptrace_detach\0" - "Date\0Wed, 25 May 2022 14:33:03 +0000\0" + "Date\0Wed, 25 May 2022 16:33:03 +0200\0" "To\0Eric W. Biederman <ebiederm@xmission.com>\0" "Cc\0linux-kernel@vger.kernel.org" rjw@rjwysocki.net @@ -67,7 +67,7 @@ "> > -{\n" "> > -\tint ret;\n" "> > -\tspin_lock(&sigh->siglock);\n" - "> > -\tret = (sigh->action[SIGCHLD-1].sa.sa_handler = SIG_IGN) ||\n" + "> > -\tret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) ||\n" "> > -\t (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT);\n" "> > -\tspin_unlock(&sigh->siglock);\n" "> > -\treturn ret;\n" @@ -115,4 +115,4 @@ "\n" Oleg. -94ce8dc5068c1b96f91e8c02382f81fe0d0b70ea964e4c9cf3522d8c880eadab +325aa8fb24b302f0a244e11caf6e822caa9d75ccdc0dd9f932c54376cfaa1cf2
diff --git a/a/1.txt b/N2/1.txt index 02fc769..e04ef61 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -24,7 +24,7 @@ On 05/24, Oleg Nesterov wrote: > > -{ > > - int ret; > > - spin_lock(&sigh->siglock); -> > - ret = (sigh->action[SIGCHLD-1].sa.sa_handler = SIG_IGN) || +> > - ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || > > - (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT); > > - spin_unlock(&sigh->siglock); > > - return ret; @@ -71,3 +71,9 @@ I'll recheck. Eric, I'll continue to read this series tomorrow, can't concentrate on ptrace today. Oleg. + + +_______________________________________________ +linux-um mailing list +linux-um@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-um diff --git a/a/content_digest b/N2/content_digest index 2add5cd..11a7052 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\020220524114250.GB14347@redhat.com\0" "From\0Oleg Nesterov <oleg@redhat.com>\0" "Subject\0Re: [PATCH 05/16] ptrace: Remove dead code from __ptrace_detach\0" - "Date\0Wed, 25 May 2022 14:33:03 +0000\0" + "Date\0Wed, 25 May 2022 16:33:03 +0200\0" "To\0Eric W. Biederman <ebiederm@xmission.com>\0" "Cc\0linux-kernel@vger.kernel.org" rjw@rjwysocki.net @@ -67,7 +67,7 @@ "> > -{\n" "> > -\tint ret;\n" "> > -\tspin_lock(&sigh->siglock);\n" - "> > -\tret = (sigh->action[SIGCHLD-1].sa.sa_handler = SIG_IGN) ||\n" + "> > -\tret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) ||\n" "> > -\t (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT);\n" "> > -\tspin_unlock(&sigh->siglock);\n" "> > -\treturn ret;\n" @@ -113,6 +113,12 @@ "I'll recheck. Eric, I'll continue to read this series tomorrow, can't\n" "concentrate on ptrace today.\n" "\n" - Oleg. + "Oleg.\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-um mailing list\n" + "linux-um@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-um -94ce8dc5068c1b96f91e8c02382f81fe0d0b70ea964e4c9cf3522d8c880eadab +4cfd32644cb9f4fc4886a2cf510d0097d162e06a34745776b51c76dec78b849a
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.