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-0.9.8-142-gb2b61f9


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  b2b61f91a752d8221addcbabb3c630766af081e4 (commit)
      from  a704a23b6653df973d919516d4ebf4886a84824f (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 b2b61f91a752d8221addcbabb3c630766af081e4
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Jul 11 11:58:52 2009 +0200

    Don't accidentially use user space ntohs function.
    
    The definition of ntohs comes from user space include headers
    netinet/in.h which could define it as function instead of macro.
    So use builtin kernel be16_to_cpu instead.
    
    * tapset/aux_syscalls.stp (_struct_sockaddr_u): Define and use _stp_ntohs
      as be16_to_cpu.

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

Summary of changes:
 tapset/aux_syscalls.stp |    7 +++++--
 1 files changed, 5 insertions(+), 2 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]