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-268-gddc0ddd


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  ddc0ddd0bc88d370addadcd3a9381e410e7b73cc (commit)
      from  6db2f61f39669ad1f0fa23595b94ff22c8fc50d6 (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 ddc0ddd0bc88d370addadcd3a9381e410e7b73cc
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Wed Sep 9 12:53:25 2009 -0400

    Fix relay_old implementation of fsize_max and fnum_max.
    
    With old relayfs, out_fd is used only when non-bulk mode. However,
    open_oldoutfile and open_relayfs_files open files with fopen and
    set only percpu_tmpfile. This will cause a problem with -S option,
    that out_fd will be closed when the file size reaches fsize_max
    and new fd will be opened only on percpu_tmpfile.
    
    So, out_fd should be synchronized with percpu_tmpfile.
    
    * runtime/staprun/relay_old.c (open_oldoutfile): Set fd of output file
      to out_fd[cpu].
      (open_relayfs_files): Ditto.

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

Summary of changes:
 runtime/staprun/relay_old.c |    6 ++++--
 1 files changed, 4 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]