diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2009-08-27 13:23:11 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2009-08-30 03:08:26 +0200 |
commit | 62c9295f9dd250ea1bb2c8078642a275a9ce82f8 (patch) | |
tree | 841048e8ec8461d698673daacf0b151f8827794f /kernel/notifier.c | |
parent | f5ad31158d60946b9fd18c8a79c283a6bc432430 (diff) |
kprobes/x86: Fix to add __kprobes to in-kernel fault handing functions
Add __kprobes to the functions which handle 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 <mhiramat@redhat.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <20090827172311.8246.92725.stgit@localhost.localdomain>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'kernel/notifier.c')
0 files changed, 0 insertions, 0 deletions