This is the mail archive of the systemtap@sourceware.org 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] IA64 kprobe invalidate icache of jump buffer


>-----Original Message-----
>From: Mao, Bibo 
>Sent: Sunday, July 02, 2006 7:37 PM
>To: Andrew Morton
>Cc: linux-kernel@vger.kernel.org; Keshavamurthy, Anil S; 
>Masami Hiramatsu; Prasanna S Panchamukhi; Ananth N 
>Mavinakayanahalli; Jim Keniston; SystemTAP; Mao, Bibo
>Subject: [PATCH] IA64 kprobe invalidate icache of jump buffer
>
>Hi,
>
>   Kprobe inserts breakpoint instruction in probepoint and then jumps
>to instruction slot when breakpoint is hit, the instruction slot icache
>must be consistent with dcache. Here is the patch which invalidates
>instruction slot icache area.
>   Without this patch, in some machines there will be fault 
>when executing
>instruction slot where icache content is inconsistent with 
>dcache.This patch
>is based on 2.6.17 version.	
>
>Signed-off-by: bibo,mao <bibo.mao@intel.com>
Acked-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>


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