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.7-15-g9f38e65


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  9f38e65363878d1e1bc8f51a0ad2cc4fd0316e13 (commit)
      from  88747011872d35bdb5dac1a01569e88b385d0519 (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 9f38e65363878d1e1bc8f51a0ad2cc4fd0316e13
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Apr 26 17:17:04 2009 +0200

    Handle kprobe struct field symbol_name as either char * or const char *.
    
    Older (2.6.18) based kernels defined struct kprobes symbol_name as char *,
    but newer (2.6.27) based kernels defined the same field as const char *.
    
    * tapsets.cxx (kprobe_derived_probe_group::emit_module_init):
      Always cast to char * when assigning to kprobes.symbol_name field.

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

Summary of changes:
 tapsets.cxx |    4 ++--
 1 files changed, 2 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]