Re: [PATCH 0/5] uprobes: fix fork() with the pending ret-probe(s)

2013-10-16 Thread Oleg Nesterov
On 10/14, Oleg Nesterov wrote: > > On 10/13, Oleg Nesterov wrote: > > > > Please review, this series fixes the serious bug reported by > > Martin and David and cc's stable. See the changelog in 5/5. OK, nobody seems to object, I am going to ask Ingo to pull this fix. But, > This probably needs a

Re: [PATCH 0/5] uprobes: fix fork() with the pending ret-probe(s)

2013-10-14 Thread Oleg Nesterov
On 10/13, Oleg Nesterov wrote: > > Please review, this series fixes the serious bug reported by > Martin and David and cc's stable. See the changelog in 5/5. Forgot to mention... This probably needs another patch to handle the special case, vfork(). In this case it would be more correct to dup re

[PATCH 0/5] uprobes: fix fork() with the pending ret-probe(s)

2013-10-13 Thread Oleg Nesterov
Hello. Please review, this series fixes the serious bug reported by Martin and David and cc's stable. See the changelog in 5/5. Oleg. kernel/events/uprobes.c | 144 +++ kernel/fork.c |2 +- 2 files changed, 109 insertions(+), 37 deletio