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-0.9.9-170-gf098eb6


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  f098eb6d221b4b0ae8451cdbe0286c626ab6ee62 (commit)
       via  55d8c5d4673f74a3ec2865593524d5f40dfcac0c (commit)
      from  9c11995121a80bb6f97af1a2cb1fe71ad06b67a9 (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 f098eb6d221b4b0ae8451cdbe0286c626ab6ee62
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Aug 23 18:18:21 2009 -0400

    PR10551: build compatibility for pax/grsecurity include/linux/module.h
    
    This patch adapts to patches such as:
    
    diff -urNp linux-2.6.29.6/include/linux/module.h linux-2.6.29.6/include/linux/module.h
    --- linux-2.6.29.6/include/linux/module.h       2009-07-02 19:41:20.000000000 -0400
    +++ linux-2.6.29.6/include/linux/module.h       2009-07-30 17:59:26.175602427 -0400
    @@ -278,16 +278,16 @@ struct module
            int (*init)(void);
    
            /* If this is non-NULL, vfree after init() returns */
    -       void *module_init;
    +       void *module_init_rx, *module_init_rw;
    
            /* Here is the actual code + data, vfree'd on unload. */
    -       void *module_core;
    +       void *module_core_rx, *module_core_rw;
    
            /* Here are the sizes of the init and core sections */
    -       unsigned int init_size, core_size;
    +       unsigned int init_size_rw, core_size_rw;
    
            /* The size of the executable code in each section.  */
    -       unsigned int init_text_size, core_text_size;
    +       unsigned int init_size_rx, core_size_rx;
    
    * runtime/autoconf-grsecurity.c: New test.
    * buildrun.cxx: Try it.
    * runtime/print.c: Use it.

commit 55d8c5d4673f74a3ec2865593524d5f40dfcac0c
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sun Aug 23 18:15:01 2009 -0400

    build fix: make buildable with elfutils < 0.142
    
    * dwarf_wrappers.h, loc2c.c: Define DW_TAG_rvalue_reference_type=0x42
      for older elfutils.

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

Summary of changes:
 buildrun.cxx                  |    1 +
 dwarf_wrappers.h              |    5 +++++
 loc2c.c                       |   16 ++++++++++++++++
 runtime/autoconf-grsecurity.c |   11 +++++++++++
 runtime/print.c               |   30 +++++++++++++++++-------------
 5 files changed, 50 insertions(+), 13 deletions(-)
 create mode 100644 runtime/autoconf-grsecurity.c


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]