From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26162 invoked by alias); 19 Jan 2012 15:23:04 -0000 Received: (qmail 26126 invoked by uid 678); 19 Jan 2012 15:23:01 -0000 Date: Thu, 19 Jan 2012 15:23:00 -0000 Message-ID: <20120119152257.26104.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-676-ge5c2637 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 67b4680006abc60ee635e44497c2013632c57096 X-Git-Newrev: e5c2637dbfb768324a95401f70cd823710ef4e94 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-q1/txt/msg00022.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 e5c2637dbfb768324a95401f70cd823710ef4e94 (commit) via 7e1f3ce37c8329358b40cdb876f9e51d3f8f4143 (commit) from 67b4680006abc60ee635e44497c2013632c57096 (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 e5c2637dbfb768324a95401f70cd823710ef4e94 Merge: 7e1f3ce 67b4680 Author: William Cohen Date: Thu Jan 19 10:22:52 2012 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 7e1f3ce37c8329358b40cdb876f9e51d3f8f4143 Author: William Cohen Date: Thu Jan 19 09:50:08 2012 -0500 Improve extraction of kernel version for unprivileged_embedded_C.exp The tcl code to extract the kernel version from the "uname -r" would include extraneous characters for some cases, for example "3.2.0+" would end up with "+" character in something that should only be a number. This change eliminates the extraneous characters. ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- systemtap: system-wide probe/trace tool