From: bibo mao Date: Sun, 26 Mar 2006 09:38:20 +0000 (-0800) Subject: [PATCH] kretprobe instance recycled by parent process X-Git-Tag: v2.6.17-rc1~574 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6fd91f0bdcd294a0ae0ba2b2a7f7456ef4b7144;p=pandora-kernel.git [PATCH] kretprobe instance recycled by parent process When kretprobe probes the schedule() function, if the probed process exits then schedule() will never return, so some kretprobe instances will never be recycled. In this patch the parent process will recycle retprobe instances of the probed function and there will be no memory leak of kretprobe instances. Signed-off-by: bibo mao Cc: Masami Hiramatsu Cc: Prasanna S Panchamukhi Cc: Ananth N Mavinakayanahalli Cc: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed