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-3-gfab6097


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  fab6097f33d7576bd2a918bebaf3e28413242308 (commit)
      from  e7081358cd9a9def036a0f0fef3290cbe5dc34f7 (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 fab6097f33d7576bd2a918bebaf3e28413242308
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Jul 26 12:25:34 2011 -0700

    PR12895: Use NOSTDINC_FLAGS in kernel stapconf checks
    
    We should never be looking in /usr/include/ for headers when building
    for the kernel.  This particularly bit us in a case where RHEL6 gained
    blk_types.h in newer kernels.  So if the system had kernel-headers.rpm
    with this new header in /usr/include/, but was still running an older
    kernel that lacked it in /lib/modules/`uname -r`/build/, then we'd
    misidentify that header's availability in stapconf.
    
    * buildrun.cxx (compile_pass): Add NOSTDINC_FLAGS to CHECK_BUILD.

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

Summary of changes:
 buildrun.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 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]