From: Anton Arapov Date: Wed, 3 Apr 2013 16:00:36 +0000 (+0200) Subject: uretprobes: Return probe exit, invoke handlers X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~119^2~9^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec8898d86ad0fb4d2161fc89885fa52da1e8b72;p=pandora-kernel.git uretprobes: Return probe exit, invoke handlers Uretprobe handlers are invoked when the trampoline is hit, on completion the trampoline is replaced with the saved return address and the uretprobe instance deleted. TODO: handle_trampoline() assumes that ->return_instances is always valid. We should teach it to handle longjmp() which can invalidate the pending return_instance's. This is nontrivial, we will try to do this in a separate series. Signed-off-by: Anton Arapov Acked-by: Srikar Dronamraju Signed-off-by: Oleg Nesterov --- Reading git-diff-tree failed