From: Paul Mundt Date: Mon, 8 Sep 2008 09:12:33 +0000 (+0900) Subject: sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps. X-Git-Tag: v2.6.28-rc1~99^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee386de77419f9fedf206d84c4d4b2de0ead5bcb;p=pandora-kernel.git sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps. Presently this is doing a force_sig() SIGTRAP, which is already taken care of in the generic code if no one asserts NOTIFY_STOP. Switch the default return to NOTIFY_DONE in the case of unhandled traps, so that the same trap may pass through to other users on the same die chain. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed