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.4-207-ga743989


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  a743989ff9437853c24c5dadaebd0245df75ba93 (commit)
      from  02ce1564c6803d8dae42bb68d6ca337eab48b40b (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 a743989ff9437853c24c5dadaebd0245df75ba93
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Tue Mar 29 09:33:53 2011 -0400

    PR12612: compatibility with old staprun/stapio
    
    commit 3abb860f changed the staprun<->runtime message format for
    the STP_RELOCATE message, without regard for backward compatibility
    for older/mismatching stapruns.  That leads to kernel errors and
    no kernel probes and such nonsense.  Let's change the runtime to
    interoperate both with old staprun and with the current one.
    
    * runtime/transport/symbols.c (_stp_do_relocation): Also accept
      systemtap-1.3 level relocation message, if the incoming message
      size suggests.

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

Summary of changes:
 runtime/transport/symbols.c        |   42 ++++++++++++++++++++++++++++-------
 runtime/transport/transport_msgs.h |    7 +++++-
 2 files changed, 39 insertions(+), 10 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]