From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4561 invoked by alias); 5 Dec 2011 22:33:46 -0000 Received: (qmail 4533 invoked by uid 9586); 5 Dec 2011 22:33:46 -0000 Date: Mon, 05 Dec 2011 22:33:00 -0000 Message-ID: <20111205223346.4521.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-549-g6bd2bda X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d0297590463f27754b72c3b5fe44004f9d37ccb6 X-Git-Newrev: 6bd2bdae06ebe81d429d21330a8761097cd2413c 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-q4/txt/msg00191.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 6bd2bdae06ebe81d429d21330a8761097cd2413c (commit) from d0297590463f27754b72c3b5fe44004f9d37ccb6 (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 6bd2bdae06ebe81d429d21330a8761097cd2413c Author: Josh Stone Date: Mon Dec 5 13:04:19 2011 -0800 tapset: Make addr_to_node ignore !NODE_DATA(nid) In the block added for RHEL4 compatibility, there was even a comment indicating that we'd like to skip nodes that aren't online. We can't make that check due to missing an EXPORT for node_online_map, but checking for a non-NULL pointer for NODE_DATA(nid) gets approximately the same result. ----------------------------------------------------------------------- Summary of changes: tapset/memory.stp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool