From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25851 invoked by alias); 20 Jul 2011 18:02:37 -0000 Received: (qmail 25819 invoked by uid 448); 20 Jul 2011 18:02:36 -0000 Date: Wed, 20 Jul 2011 18:02:00 -0000 Message-ID: <20110720180236.25808.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.5-150-g97069aa X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ae35b2e9e8ae8d8e092e698b1a4d1262dcd1c475 X-Git-Newrev: 97069aa8107cc8e99d829cb468ace2df9dd790a7 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q3/txt/msg00062.txt.bz2 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 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 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 /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