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-81-gb1047bc


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  b1047bc1aa2692f934bb34be4e7315db964d4391 (commit)
      from  3aeea85c567697379049fe1b69483e19c0adb45f (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 b1047bc1aa2692f934bb34be4e7315db964d4391
Author: David Smith <dsmith@redhat.com>
Date:   Tue Jul 24 08:13:56 2012 -0500

    Fixed PR13454 by updating pipe/pipe2 support in nd_syscalls.stp.
    
    * tapset/aux_syscalls.stp (_fildes_index_u): Renamed from _fildes_u() and
      reworked to return pipe fd values (instead of a string).
    * tapset/nd_syscalls2.stp: Updated nd_syscall.pipe probe alias to handle
      sys_pipe2().
    * testsuite/systemtap.syscall/nd_syscall.exp (syscall_kfails): Removed
      kfail for pipe test.

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

Summary of changes:
 tapset/aux_syscalls.stp                    |    8 +-
 tapset/nd_syscalls2.stp                    |   93 +++++++++++++++++++++-------
 testsuite/systemtap.syscall/nd_syscall.exp |   15 -----
 3 files changed, 74 insertions(+), 42 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]