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.5-150-g97069aa


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  97069aa8107cc8e99d829cb468ace2df9dd790a7 (commit)
       via  71a522b562d57c877a4be40e24df9cd1dc173540 (commit)
      from  ae35b2e9e8ae8d8e092e698b1a4d1262dcd1c475 (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 97069aa8107cc8e99d829cb468ace2df9dd790a7
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Jul 20 13:46:08 2011 -0400

    Fix "Unable to shutdown NSS/NSS is not initialized" on RHEL5.
    
    Could also occur for any build with HAVE_NSS && ! HAVE_LIBRPMIO.
    In this case, the rpm finder must attempt to shutdown NSS (sometimes initialized
    by librpm) without knowing if it was actually initialized. In this case we
    will now tolerate failure to shut down NSS if the error is
    SEC_ERROR_NOT_INITIALIZED.

commit 71a522b562d57c877a4be40e24df9cd1dc173540
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Jul 20 10:37:54 2011 -0400

    PR 12888 - stap-serverd should be weaned from -k
    
    - stap-serverd no longer passes -k to stap.
    - -k specified on client no longer passed on to stap on the server side.
    - -k specified to stap-serverd on startup instructs the server to save
      its temp dir (contains client request and server response).
    - server version 1.6 no longer packs uprobes.ko twice, unless the client
      version is < 1.6.
    - client version 1.6 looks for uprobes.ko in <response>/stap000000/uprobes
      unless server version is < 1.6.
    - Update/modify testsuite.

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

Summary of changes:
 csclient.cxx                               |   15 +++++--
 csclient.h                                 |   11 +++--
 cscommon.h                                 |   16 ++++---
 nsscommon.cxx                              |   11 +++++-
 session.cxx                                |    2 +-
 stap-server                                |   21 ++++++----
 stap-serverd.cxx                           |   59 +++++++++++++++++-----------
 testsuite/systemtap.server/client.exp      |    2 +-
 testsuite/systemtap.server/client_args.exp |   10 +++-
 9 files changed, 93 insertions(+), 54 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]