Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi Oleg, >> Hi, >> >> From: Maninder Singh >> >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock >> >> This patch adds missing read_unlock if do_wait_thread or ptrace_do_wait >> returns non zero. > >Confused... > >wait_consider_task() should drop

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Oleg Nesterov
On 05/21, Maninder Singh wrote: > > EP-F6AA0618C49C4AEDA73BFF1B39950BAB > Hi, > > From: Maninder Singh > > Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock > > This patch adds missing read_unlock if do_wait_thread or ptrace_do_wait > returns non zero. Confused... wait_consider_task(

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi Ingo, >> >> Hi, >> >> >> >> From: Maninder Singh >> >> >> >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock >> >> >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing read_unlock >> >> >> This patch adds missing read_unlock if do_

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Frans Klaver
On 21 May 2015 12:56:22 CEST, Ingo Molnar wrote: > >* Frans Klaver wrote: > >> On Thu, May 21, 2015 at 8:03 AM, Ingo Molnar >wrote: >> > >> > * Maninder Singh wrote: >> > >> >> EP-F6AA0618C49C4AEDA73BFF1B39950BAB >> >> Hi, >> >> >> >> From: Maninder Singh >> >> >> >> Subject: [PATCH 1/1] kern

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Ingo Molnar
* Maninder Singh wrote: > EP-F6AA0618C49C4AEDA73BFF1B39950BAB > >> Hi, > >> > >> From: Maninder Singh > >> > >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock > >> > Subject: [PATCH 1/1] kernel/exit.c : Fix missing read_unlock > > >> This patch adds missing read_unlo

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Ingo Molnar
* Frans Klaver wrote: > On Thu, May 21, 2015 at 8:03 AM, Ingo Molnar wrote: > > > > * Maninder Singh wrote: > > > >> EP-F6AA0618C49C4AEDA73BFF1B39950BAB > >> Hi, > >> > >> From: Maninder Singh > >> > >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock > >> > >> This patch adds mi

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-21 Thread Frans Klaver
On Thu, May 21, 2015 at 8:03 AM, Ingo Molnar wrote: > > * Maninder Singh wrote: > >> EP-F6AA0618C49C4AEDA73BFF1B39950BAB >> Hi, >> >> From: Maninder Singh >> >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock >> >> This patch adds missing read_unlock if do_wait_thread or ptrace_do_

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-20 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB >> Hi, >> >> From: Maninder Singh >> >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock >> Subject: [PATCH 1/1] kernel/exit.c : Fix missing read_unlock >> This patch adds missing read_unlock if do_wait_thread or ptrace_do_wait >> retu

Re: [EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-20 Thread Ingo Molnar
* Maninder Singh wrote: > EP-F6AA0618C49C4AEDA73BFF1B39950BAB > Hi, > > From: Maninder Singh > > Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock > > This patch adds missing read_unlock if do_wait_thread or ptrace_do_wait > returns non zero. > > Signed-off-by: Maninder Singh

[EDT][PATCH] kernel/exit.c : Fix missing read_unlock

2015-05-20 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi, From: Maninder Singh Subject: [PATCH 1/1] kernel/exit.c : Fix missing task_unlock This patch adds missing read_unlock if do_wait_thread or ptrace_do_wait returns non zero. Signed-off-by: Maninder Singh Signed-off-by: Vaneet Narang Reviewd-by: Akhiles