public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-540-gcb1fb1e
@ 2011-12-01 19:43 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2011-12-01 19:43 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-01 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-01 19:43 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-540-gcb1fb1e mark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).