Re: [GIT PULL] uprobes: fix fork() with the pending ret-probe(s)

2013-10-19 Thread Ingo Molnar
* Oleg Nesterov wrote: > Ingo, please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc uprobes/core > > This fixes the serious bug, a forked process crashes if it returns > from the probed function called by its parent, this cc's stable. > > Also the minor fix from Ralf

[GIT PULL] uprobes: fix fork() with the pending ret-probe(s)

2013-10-19 Thread Oleg Nesterov
Ingo, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc uprobes/core This fixes the serious bug, a forked process crashes if it returns from the probed function called by its parent, this cc's stable. Also the minor fix from Ralf. Oleg Nesterov (6): uprobes: Chang