From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22404 invoked by alias); 29 Nov 2011 20:42:39 -0000 Received: (qmail 22374 invoked by uid 678); 29 Nov 2011 20:42:38 -0000 Date: Tue, 29 Nov 2011 20:42:00 -0000 Message-ID: <20111129204238.22363.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-516-g3a85fcc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fd887931c038de645663d9b1e0dafed7519fc437 X-Git-Newrev: 3a85fccd0f9a41e90fefeda0f114b19f5acd38ec 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/msg00168.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 3a85fccd0f9a41e90fefeda0f114b19f5acd38ec (commit) from fd887931c038de645663d9b1e0dafed7519fc437 (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 3a85fccd0f9a41e90fefeda0f114b19f5acd38ec Author: William Cohen Date: Tue Nov 29 15:38:11 2011 -0500 Mark buildok/memory-write_shared_copy.stp as KFAIL when it fails Kernels built with older versions of gcc do not have the needed argument information for inlined functions. vm.write_shared_copy probes inlined functions and suffers from PR1155 in this situation. This patch marks it as a KFAIL with a mention of PR1155 when it fails. ----------------------------------------------------------------------- Summary of changes: testsuite/lib/stap_buildok.exp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool