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.5-64-g217ef1f


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  217ef1f405ba7d425c8f5ab3ca730bfa4a395c75 (commit)
      from  62dbf4854841016a18a2ea3f57291a054b86b074 (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 217ef1f405ba7d425c8f5ab3ca730bfa4a395c75
Author: William Cohen <wcohen@redhat.com>
Date:   Wed Jun 29 15:32:41 2011 -0400

    Properly report the return code (rc) for registered hw breakpoint (PR12947)
    
    In the case of an error, the return code (rc) was not set when
    registering a hw breakpoint. This lead to the the SystemTap instrumentation
    module trying to unregister a non-existant hw breakpoint and causing a
    kernel oops.  This patch ensure that the return code (rc) is set
    and errors in hw breakpoint registration are handled correctly.

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

Summary of changes:
 tapsets.cxx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


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]