From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9633 invoked by alias); 1 Sep 2011 21:09:12 -0000 Received: (qmail 9599 invoked by uid 426); 1 Sep 2011 21:09:12 -0000 Date: Thu, 01 Sep 2011 21:09:00 -0000 Message-ID: <20110901210912.9581.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-161-g0b11a4c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f1aa482e97bb6d0b3f574391d596863d99b51df0 X-Git-Newrev: 0b11a4c2adf033c57a6dff34103639c92176f952 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/msg00227.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 0b11a4c2adf033c57a6dff34103639c92176f952 (commit) via 4eb0ffa22c52ba18f7d59667c1d2959f3b75216d (commit) via 58a7b49e1e6293746a47b0839f585fd87a31f02d (commit) via a4f2fa1db116ecbf1a4683d56cfd502176c7e00c (commit) via 9dfcbb9fc04f7e61b612370cd679f4f7bfaa5b6b (commit) via 057ff477e0dd1e98eeaac2d61678e8795f676d13 (commit) from f1aa482e97bb6d0b3f574391d596863d99b51df0 (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 0b11a4c2adf033c57a6dff34103639c92176f952 Author: Frank Ch. Eigler Date: Thu Sep 1 16:49:46 2011 -0400 PR6503: make module notifier update kmodule section addresses, GRSECURITY version Some struct module fields are renamed under STAPCONF_GRSECURITY. commit 4eb0ffa22c52ba18f7d59667c1d2959f3b75216d Author: Frank Ch. Eigler Date: Thu Sep 1 16:43:55 2011 -0400 PR6503: make module notifier update kmodule section addresses * runtime/sym.c (_stp_kmodule_update_address): Tolerate null reloc (section name) parameter, treat as "all". * runtime/transport/symbols.c (_stp_module_notifier): A hack worthy of Alan Smithee himself, supply a disappointing subset of module-section-address data tuples as modules come and go. commit 58a7b49e1e6293746a47b0839f585fd87a31f02d Author: Frank Ch. Eigler Date: Wed Aug 31 17:12:09 2011 -0400 testsuite: remove process.*.return.maxactive(NNN) variants commit a4f2fa1db116ecbf1a4683d56cfd502176c7e00c Author: Frank Ch. Eigler Date: Wed Aug 31 13:42:17 2011 -0400 PR6503: add module notifier * runtime/transport/symbols.c (_stp_module_notifier): New function. Do nothing. * runtime/transport/transport.c (_stp_handle_start): Register it. (_stp_cleanup_and_exit): Unregister it. commit 9dfcbb9fc04f7e61b612370cd679f4f7bfaa5b6b Author: Frank Ch. Eigler Date: Wed Aug 31 13:04:27 2011 -0400 runtime: remove probe_start/_exit() intermediary These functions were unnecessary; the runtime can call to the translator-generated systemtap_module_init|exit throughout. Documentation and comment changes dominate this patch. commit 057ff477e0dd1e98eeaac2d61678e8795f676d13 Author: Frank Ch. Eigler Date: Wed Aug 31 11:52:29 2011 -0400 PR6503 part 1: separate out _stp_kmodule_update_address * runtime/sym.c (_stp_kmodule_update_address): New function, body pulled from river at ... * runtime/transport/symbols.c (_stp_do_relocation): Chop into two bits. ----------------------------------------------------------------------- Summary of changes: runtime/runtime.h | 6 +- runtime/staprun/mainloop.c | 2 +- runtime/sym.c | 42 +++++++++++ runtime/sym.h | 3 + runtime/transport/symbols.c | 75 ++++++++++++------- runtime/transport/transport.c | 42 +++++++++-- runtime/transport/transport.txt | 25 ++++--- runtime/transport/transport_msgs.h | 4 +- .../systemtap.unprivileged/unprivileged_all.exp | 8 -- translate.cxx | 10 --- 10 files changed, 144 insertions(+), 73 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool