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]

[Bug kprobes/2408] [RHEL4 U4] Backport Kprobes fixes from mainline


------- Additional Comments From ananth at in dot ibm dot com  2006-03-02 09:00 -------
I have done some basic tests with the patches on a 2.6.9-30.EL on a Power5 LPAR.
All the basic modules (kprobe, jprobe, retprobe) worked fine. The changes I had
to make to the above patchset were:

- Fixup arch/powerpc/kernel/process.c as the patch generated wouldn't apply on
2.6.9-30.EL
- Add the check:

if (args->regs && user_mode(args->regs))
     return ret;

in arch/powerpc/kernel/kprobes.c

Ananth

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2408

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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