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.7-239-g07c9d78


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  07c9d78ebb28b888f01aed9c206e724f0e72db25 (commit)
      from  4e8c02766b4199adc3219e4fa41433fe7452a305 (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 07c9d78ebb28b888f01aed9c206e724f0e72db25
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon May 21 12:57:41 2012 +0200

    Add testcase for PR14107 Bad user unwinding from kernel fatal signal handler.
    
    This is really a kernel bug, see bug report, when the CFI for the assembly
    code is missing we cannot properly recover the register state for the user
    process and might give a bad/missing user backtrace.

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

Summary of changes:
 testsuite/systemtap.base/bad-code.c   |   24 ++++++++++++++++++
 testsuite/systemtap.base/bad-code.exp |   44 +++++++++++++++++++++++++++++++++
 testsuite/systemtap.base/bad-code.stp |    6 ++++
 3 files changed, 74 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/systemtap.base/bad-code.c
 create mode 100644 testsuite/systemtap.base/bad-code.exp
 create mode 100644 testsuite/systemtap.base/bad-code.stp


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]