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, master, updated. release-1.8-52-gbbd3b1b


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, master has been updated
       via  bbd3b1bb164e51aec7694d26e85f72dafdffbc9c (commit)
      from  4a2970a33fdd9fee72e4bad775d18ae806d2c949 (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 bbd3b1bb164e51aec7694d26e85f72dafdffbc9c
Author: David Smith <dsmith@redhat.com>
Date:   Fri Jul 20 13:57:48 2012 -0500

    Fixed PR13451 by updating dup2/dup3 support in nd_syscalls.stp.
    
    * tapset/nd_syscalls.stp: Updated dup2/dup3 probe aliases.
    * tapset/registers.stp: Removed dummy function and added
      __asmlinkage_int_arg(), needed by nd_syscall.return functions to grab
      entry values when asmlinkage() is needed.
    * testsuite/systemtap.syscall/nd_syscall.exp (syscall_kfails): Removed dup
      kfail.

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

Summary of changes:
 tapset/nd_syscalls.stp                     |  108 ++++++++++++++++++++++++++--
 tapset/registers.stp                       |   13 +++-
 testsuite/systemtap.syscall/nd_syscall.exp |    1 -
 3 files changed, 113 insertions(+), 9 deletions(-)


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]