This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-241-g1d381a0


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  1d381a0d947061c10eb0209a49aaf8af8873726d (commit)
      from  d0d7bd5fd8ebe136c7afca43e157f04c1abed243 (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 1d381a0d947061c10eb0209a49aaf8af8873726d
Author: Timo Juhani Lindfors <timo dot lindfors at iki dot fi>
Date:   Wed Sep 21 12:19:01 2011 +0300

    Tell the user if UTS_VERSION does not match running kernel
    
    The test is done before looking at build-id since build-id error
    messages like
    
    ERROR: Build-id mismatch: "kernel" vs. "vmlinux-2.6.32-5-amd64" byte 0 (0x5e vs 0xff)
    Pass 5: run failed.  Try again with another '--vp 00001' option.
    
    are not very user-friendly.

-----------------------------------------------------------------------

Summary of changes:
 buildrun.cxx                         |    1 +
 runtime/autoconf-generated-compile.c |    4 ++++
 translate.cxx                        |   17 +++++++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 runtime/autoconf-generated-compile.c


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]