Re: [PATCH] paravirt.h
From: Zachary Amsden <hidden>
Date: 2006-08-23 09:48:03
Also in:
lkml
From: Zachary Amsden <hidden>
Date: 2006-08-23 09:48:03
Also in:
lkml
Andi Kleen wrote:
On Wednesday 23 August 2006 11:36, Zachary Amsden wrote:quoted
Andi Kleen wrote:quoted
quoted
I need to look at the kprobes code in more depth to answer completely. But in general, there could be a problem if DRs are set to fire on any EIPkprobes don't use DRsGood to know. But int3 breakpoints can still cause horrific breakage in the stop_machine code. I don't know a good way to disallow it.Mark the functions as __kprobes
And the functions they call?