Messages in this thread |  | | | Date | Wed, 9 Jan 2008 07:58:03 +0000 | | From | Christoph Hellwig <> | | Subject | Re: [PATCHv3] kprobes: Introduce kprobe_handle_fault() | |
On Wed, Jan 09, 2008 at 07:14:08AM +0100, Heiko Carstens wrote:
> I like this better (not including any other changes):
>
> if (!user_mode(regs) && !preemptible() && kprobe_running())
> return kprobe_fault_handler(regs, trapnr);
seconded.
|  |