[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0.2-39-gc53b428

OISF Git noreply at openinfosecfoundation.org
Fri Jul 25 18:34:39 UTC 2014


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 "OISF".

The branch, master has been updated
       via  c53b4280795088a50e26c216ea023d13822b33f5 (commit)
       via  c4a8e2cd140cf08f1ffbe3a66f2a8b527e1a7c98 (commit)
       via  1d9278bef42b68bcf1530ad48bde8ba7a0d7ebfe (commit)
       via  b5d3b7e92ad1e712950eba5aa822df6d691e6af5 (commit)
      from  0dd16461cf120238dbcb76ea3e405676ccb60b46 (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 c53b4280795088a50e26c216ea023d13822b33f5
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 25 17:41:34 2014 +0200

    Fix engine getting stuck because of optimizations
    
    At -O1+ in both Gcc and Clang, PacketPoolWait would optimize the
    wait loop in the wrong way. Adding a compiler barrier to prevent
    this optimization issue.

commit c4a8e2cd140cf08f1ffbe3a66f2a8b527e1a7c98
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 25 13:45:00 2014 +0200

    Remove unused variables

commit 1d9278bef42b68bcf1530ad48bde8ba7a0d7ebfe
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 25 13:50:38 2014 +0200

    Fix packet pool pending stack adds
    
    Add packets after the first as the list/stack head as well.

commit b5d3b7e92ad1e712950eba5aa822df6d691e6af5
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 25 13:47:59 2014 +0200

    Fix pcap packet acquisition methods
    
    Fix pcap packet acquisition methods passing 0 to pcap_dispatch.
    Previously they passed the packet pool size, but the packet_q_len
    variable was now hardcoded at 0.
    
    This patch sets packet_q_len to 64. If packet pool is empty, we fall
    back to direct alloc. As the pcap_dispatch function is only called
    when packet pool is not empty, we alloc at most 63 packets.

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

Summary of changes:
 src/source-erf-dag.c   |    1 -
 src/source-ipfw.c      |    1 -
 src/source-napatech.c  |    1 -
 src/source-pcap-file.c |    4 ++--
 src/source-pcap.c      |    4 ++--
 src/source-pfring.c    |    1 -
 src/tmqh-packetpool.c  |    6 +++---
 7 files changed, 7 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list