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.7-331-g5bac107


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  5bac1073a038dc9666825d193b8f5a919698c7e7 (commit)
      from  c19225934deddcb4469f9901500e1b0519848990 (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 5bac1073a038dc9666825d193b8f5a919698c7e7
Author: Chris Meek <cmeek@redhat.com>
Date:   Fri Jun 15 15:21:16 2012 -0400

    PR14240: Fixed netfilter hookfunction for RHEL5
    
    Previous to kernel 2.6.22 (linux commit 3db05fe), the hook function
    definition takes a **skb whereas currently it uses *skb. We need to
    emit the right version for this to compile on RHEL5.

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

Summary of changes:
 tapset-netfilter.cxx |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 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]