Re: [PATCH 1/4] uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()

2012-11-01 Thread Srikar Dronamraju
> Subject: [PATCH 1/4] uprobes/powerpc: Don't clear TIF_UPROBE in > do_notify_resume() > > Cleanup. No need to clear TIF_UPROBE, uprobe_notify_resume() does this. > > Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju > --- > arch/powerpc/kernel/si

Re: [PATCH 1/4] uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()

2012-10-29 Thread Ananth N Mavinakayanahalli
something else in mind? > > Sorry for confusion. > > As Srikar explained, it is cleared by uprobe_notify_resume(). See db023ea5 > "uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()", it > is already in Linus's tree. I was looking at rc2.. that e

Re: [PATCH 1/4] uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()

2012-10-29 Thread Oleg Nesterov
> I don't see this flag cleared > anywhere else. > > Did you have something else in mind? Sorry for confusion. As Srikar explained, it is cleared by uprobe_notify_resume(). See db023ea5 "uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()", it is alrea

Re: [PATCH 1/4] uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()

2012-10-28 Thread Srikar Dronamraju
* Ananth N Mavinakayanahalli [2012-10-29 10:57:07]: > On Sun, Oct 28, 2012 at 06:39:25PM +0100, Oleg Nesterov wrote: > > Hi Oleg, > > > Cleanup. No need to clear TIF_UPROBE, do_notify_resume() does this. > > > > Signed-off-by: Oleg Nesterov > > --- > > arch/powerpc/kernel/signal.c |4 +--

Re: [PATCH 1/4] uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()

2012-10-28 Thread Ananth N Mavinakayanahalli
On Sun, Oct 28, 2012 at 06:39:25PM +0100, Oleg Nesterov wrote: Hi Oleg, > Cleanup. No need to clear TIF_UPROBE, do_notify_resume() does this. > > Signed-off-by: Oleg Nesterov > --- > arch/powerpc/kernel/signal.c |4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > > diff --git a/

[PATCH 1/4] uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()

2012-10-28 Thread Oleg Nesterov
Cleanup. No need to clear TIF_UPROBE, do_notify_resume() does this. Signed-off-by: Oleg Nesterov --- arch/powerpc/kernel/signal.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/kernel/signal.c b/arch/powerpc/kernel/signal.c index a2dc757..3b99711 100644