Re: [PATCH] paravirt.h
From: Andi Kleen <hidden>
Date: 2006-08-23 09:41:48
Also in:
lkml
From: Andi Kleen <hidden>
Date: 2006-08-23 09:41:48
Also in:
lkml
On Wednesday 23 August 2006 11:36, Zachary Amsden wrote:
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 -Andi