From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19367 invoked by alias); 18 Jan 2011 20:17:47 -0000 Received: (qmail 19330 invoked by uid 9156); 18 Jan 2011 20:17:46 -0000 Date: Tue, 18 Jan 2011 20:17:00 -0000 Message-ID: <20110118201746.19319.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-7-g4ec30a2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 54b76f09524ccb1ddcb62601f0db18cd81be3f72 X-Git-Newrev: 4ec30a2e5dd462bddce36728de7332fd0942bd31 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-q1/txt/msg00031.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 4ec30a2e5dd462bddce36728de7332fd0942bd31 (commit) from 54b76f09524ccb1ddcb62601f0db18cd81be3f72 (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 4ec30a2e5dd462bddce36728de7332fd0942bd31 Author: David Smith Date: Tue Jan 18 14:14:13 2011 -0600 Fixed BZ669740 by making target_set.stp use syscall probes in kernels < 2.6.18. * tapset/target_set.stp: Dwarfless probes don't work in kernels < 2.6.18. So, fall back to 'syscall' probes for those kernels (instead of 'nd_syscall' probes. ----------------------------------------------------------------------- Summary of changes: tapset/target_set.stp | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool