From: Anil S Keshavamurthy Date: Mon, 26 Jun 2006 07:25:29 +0000 (-0700) Subject: [PATCH] Notify page fault call chain X-Git-Tag: v2.6.18-rc1~774 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f47f978bcd5413fff610613b18e9e0eab9bc1b;p=pandora-kernel.git [PATCH] Notify page fault call chain With this patch Kprobes now registers for page fault notifications only when their is an active probe registered. Once all the active probes are unregistered their is no need to be notified of page faults and kprobes unregisters itself from the page fault notifications. Hence we will have ZERO side effects when no probes are active. Signed-off-by: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed