This is the mail archive of the systemtap@sources.redhat.com mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Kprobes: Oops! in unregister_kprobe()


> > 
> > kernel oops! when unregister_kprobe() is called on a non-registered
> > kprobe. This patch fixes the above problem by checking if the probe exists
> > before unregistering.
> > 
> > Signed-off-by: Prasanna S Panchamukhi <prasanna@in.ibm.com>
> > 
> 
> This bug is a byproduct of the x86_64 wart described in
> http://sourceware.org/ml/systemtap/2005-q2/msg00059.html.
> 

Jim,

The problem addressed by this patch is not specific to x86_64. It occurs
on all architectures.

Thanks
Prasanna
-- 

Prasanna S Panchamukhi
Linux Technology Center
India Software Labs, IBM Bangalore
Ph: 91-80-25044636
<prasanna@in.ibm.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]