Bug 401361

Summary: Xenoprof backtrace support
Product: Red Hat Enterprise Linux 5 Reporter: Markus Armbruster <armbru>
Component: kernel-xenAssignee: Markus Armbruster <armbru>
Status: CLOSED WONTFIX QA Contact: Martin Jenner <mjenner>
Severity: low Docs Contact:
Priority: low    
Version: 5.1CC: xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-19 18:43:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Trivial rediff of xen-unstable.hg changesets 13213:bf25488db8eb and 13217:338ceb7b1f09
none
Trivial rediff of upstream patch none

Description Markus Armbruster 2007-11-27 16:58:09 UTC
Description of problem:
Rebasing the HV to 3.1.2 brings in the hypervisor part of Xenoprof backtrace
support (xen-3.1-testing.hg cset 15157:76bde58ffeac).  The kernel part is in
linux-2.6.18-xen.hg csets 36 and 37.  Diffstat:

 drivers/xen/xenoprof/xenoprofile.c |  102 ++++++++++++++++++++++++++-----------
 include/xen/interface/xenoprof.h   |    8 ++
 2 files changed, 80 insertions(+), 30 deletions(-)

The header is public, so we need to be extra careful there.  The change adds
three macros, and bumps the value of macro XENOPROF_last_op from 14 to 15.  I
figure that's safe, but we better make sure.

I figure not taking these patches won't break anything.  Taking them gives us
backtrace support, which would be nice to have.

Comment 2 Markus Armbruster 2007-12-19 09:08:11 UTC
Created attachment 289993 [details]
Trivial rediff of xen-unstable.hg changesets 13213:bf25488db8eb and 13217:338ceb7b1f09

Comment 3 Markus Armbruster 2007-12-19 09:16:53 UTC
Comment on attachment 289993 [details]
Trivial rediff of xen-unstable.hg changesets 13213:bf25488db8eb and 13217:338ceb7b1f09

Oops, wrong bugzilla.

Comment 4 Markus Armbruster 2007-12-19 09:18:37 UTC
Created attachment 289995 [details]
Trivial rediff of upstream patch

Comment 5 Brian Stein 2007-12-19 18:43:03 UTC
Updating status per related xenoprofile patches not destined for RHEL5.