|
From: Ananth N M. <an...@in...> - 2009-08-28 05:00:38
|
On Thu, Aug 27, 2009 at 01:23:11PM -0400, Masami Hiramatsu wrote: > Add __kprobes to the functions which handles in-kernel fixable page faults. > Since kprobes can cause those in-kernel page faults by accessing kprobe data > structures, probing those fault functions will cause fault-int3-loop > (do_page_fault has already been marked as __kprobes). > > Signed-off-by: Masami Hiramatsu <mhi...@re...> > Cc: Frederic Weisbecker <fwe...@gm...> > Cc: Ananth N Mavinakayanahalli <an...@in...> > Cc: Ingo Molnar <mi...@el...> > --- Acked-by: Ananth N Mavinakayanahalli <an...@in...> |