This is the mail archive of the systemtap-cvs@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]

[SCM] systemtap: system-wide probe/trace tool branch, rhel53, updated. release-0.7-290-g983ee07


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, rhel53 has been updated
       via  983ee07b9a3748c2ea5d3b70031dcf2515dde209 (commit)
       via  40cbc195bb920f69aad9cc045f3a0110c67ae9b7 (commit)
       via  e17f6a7f3976a2c8c13fa5d21cdd0c718ef24b3d (commit)
       via  c295f0bf02459e4a117b85821ef5fd19a0b1ad7b (commit)
      from  d8ecf2c2b664c62e3a978d41447534c7296b5636 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 983ee07b9a3748c2ea5d3b70031dcf2515dde209
Author: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Date:   Tue Oct 28 17:07:27 2008 -0400

    PR5274: uretprobes fixes, belated commit
    (cherry picked from commit 669bdbfc3aee6d85f4f1b84766a5bfdcb0cc48cf)

commit 40cbc195bb920f69aad9cc045f3a0110c67ae9b7
Author: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Date:   Tue Oct 28 16:13:01 2008 -0400

    PR5274: uretprobe vs. longjmp support
    (cherry picked from commit 3cec42574e444b7f91e2d887527bea45348ffb79)

commit e17f6a7f3976a2c8c13fa5d21cdd0c718ef24b3d
Author: Jim Keniston <jkenisto@us.ibm.com>
Date:   Thu Oct 9 18:03:44 2008 -0700

    Make testsuite/systemtap.base/bz6850.stp executable.
    (cherry picked from commit 3449f611f8ac6e1c00a9f93f51f209b585a4d171)

commit c295f0bf02459e4a117b85821ef5fd19a0b1ad7b
Author: Jim Keniston <jkenisto@us.ibm.com>
Date:   Fri Oct 3 15:44:32 2008 -0700

    PR 6850
    Fix handling of fork with uretprobe_instances outstanding.
    Add regression test.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                               |    9 ++
 runtime/uprobes/uprobes.c               |  221 +++++++++++++++++++++++++++----
 runtime/uprobes/uprobes.h               |    2 +-
 runtime/uprobes/uprobes_i386.c          |    7 +
 runtime/uprobes/uprobes_i386.h          |    8 +
 runtime/uprobes/uprobes_ppc64.h         |   12 ++
 runtime/uprobes/uprobes_x86.c           |   10 ++
 runtime/uprobes/uprobes_x86.h           |   11 ++-
 runtime/uprobes/uprobes_x86_64.c        |   10 ++
 runtime/uprobes/uprobes_x86_64.h        |   11 ++-
 testsuite/ChangeLog                     |    5 +
 testsuite/systemtap.base/bz5274.a.stp   |   16 +++
 testsuite/systemtap.base/bz5274.c       |   44 ++++++
 testsuite/systemtap.base/bz5274.exp     |   50 +++++++
 testsuite/systemtap.base/bz5274.exp_out |   12 ++
 testsuite/systemtap.base/bz5274.sh      |    2 +
 testsuite/systemtap.base/bz5274.stp     |    8 +
 testsuite/systemtap.base/bz6850.c       |   87 ++++++++++++
 testsuite/systemtap.base/bz6850.exp     |   21 +++
 testsuite/systemtap.base/bz6850.stp     |    7 +
 20 files changed, 521 insertions(+), 32 deletions(-)
 create mode 100755 testsuite/systemtap.base/bz5274.a.stp
 create mode 100644 testsuite/systemtap.base/bz5274.c
 create mode 100755 testsuite/systemtap.base/bz5274.exp
 create mode 100644 testsuite/systemtap.base/bz5274.exp_out
 create mode 100755 testsuite/systemtap.base/bz5274.sh
 create mode 100755 testsuite/systemtap.base/bz5274.stp
 create mode 100644 testsuite/systemtap.base/bz6850.c
 create mode 100644 testsuite/systemtap.base/bz6850.exp
 create mode 100755 testsuite/systemtap.base/bz6850.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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