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-540-gcb1fb1e


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  cb1fb1e7aec8f68a13301d046c19e9f7886f347b (commit)
      from  2ffd883f5ad3d4fe3763a267a3a446e3b5f1285c (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 cb1fb1e7aec8f68a13301d046c19e9f7886f347b
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Dec 1 20:26:19 2011 +0100

    _stp_get_mm_counter: Fix kernel version check.
    
    The kernel version check was wrong in two ways. First it tested against
    kernel_v >= "3.1.0" but linux commit 172703 "mm: delete non-atomic mm
    counter implementation" was actually integrated for 3.0. But fedora
    names their 3.0 kernels 2.6.40 (and 3.1 kernels 2.6.41, depending on
    release). So change the test to kernel_v >= "2.6.40".
    
    The reason this wasn't found earlier was that there is another check
    for CONFIG_NR_CPUS >= CONFIG_SPLIT_PTLOCK_CPUS which is almost always
    true (but not on arm tegra kernels).

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

Summary of changes:
 tapset/proc_mem.stp |    4 ++--
 1 files changed, 2 insertions(+), 2 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]