Bug 929 - Kprobes: reentrant kprobes support
Summary: Kprobes: reentrant kprobes support
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: kprobes (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Prasanna S Panchamukhi
URL:
Keywords:
Depends on:
Blocks: 912
  Show dependency treegraph
 
Reported: 2005-05-05 17:22 UTC by Frank Ch. Eigler
Modified: 2005-08-30 11:30 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2005-05-05 17:22:42 UTC
temporary suspension of reentrant probes
retrievable counting of these events
Comment 1 Ananth N Mavinakayanahalli 2005-06-14 15:43:33 UTC
Status as of 14 June 2005:

- Patch to handle reentrancy currently in -mm (2.6.12-rc6-mm1). Has been through
community review and Andi Kleen indicated he is ok with merging this upstream
post 2.6.12
Comment 2 Prasanna S Panchamukhi 2005-08-30 11:30:29 UTC
To provide reentrancy feature, reentred kprobes are temporarily disarmed. This
feature is supported in all architectures i386, x86_64, ia64, sparc64, ppc64.
Patch set to support this feature was included in 2.6.13-rc1 release kernel on
28 June 2005.

Thanks
Prasanna