From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17370 invoked by alias); 26 Jul 2012 23:08:11 -0000 Received: (qmail 17311 invoked by uid 426); 26 Jul 2012 23:08:10 -0000 Date: Thu, 26 Jul 2012 23:08:00 -0000 Message-ID: <20120726230810.17300.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.8-96-g137e82c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fee28e5cddb88129bc908b48cf97664cadccc29b X-Git-Newrev: 137e82c544b2e831be6908b1aa7385af1d85d830 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: 2012-q3/txt/msg00047.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 137e82c544b2e831be6908b1aa7385af1d85d830 (commit) from fee28e5cddb88129bc908b48cf97664cadccc29b (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 137e82c544b2e831be6908b1aa7385af1d85d830 Author: Torsten Polle Date: Thu Jul 26 20:40:12 2012 +0200 Added include path to be able to compile for ARM. Compiling a script against a 3.4 ARM kerne with uprobes support results in a compile error because struct linux_binprm is not defined. Including linux/binfmts.h fixes the issue. Signed-off-by: Torsten Polle ----------------------------------------------------------------------- Summary of changes: runtime/stp_utrace.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool