- Update to version 1.7+git.20170612:
* mark the sync syscalls as expensive * reduce the likelyhood that we call expensive syscalls. - Update to version 1.7+git.20170525: * add incoming packets to the correct place in the list. * add the last op_nr to the childexited message * add a flag to mark when we're expecting a spawn message. * only process CHILD_EXITED messages if the opnr is current * maintain a count of packets processed each scan of the child list. * childhdr is already set at this point. * use a single thread to process all child packets * optimize packet rx list walk * drop duplicate packets instead of adding them to the list. * fix up cppcheck signedness warnings * replace state machine with simpler drain logic OBS-URL: https://build.opensuse.org/package/show/devel:tools/trinity?expand=0&rev=98
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 09:17:12 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1.7+git.20170612:
|
||||
* mark the sync syscalls as expensive
|
||||
* reduce the likelyhood that we call expensive syscalls.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 28 11:43:25 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 1.7+git.20170525:
|
||||
* add incoming packets to the correct place in the list.
|
||||
* add the last op_nr to the childexited message
|
||||
* add a flag to mark when we're expecting a spawn message.
|
||||
* only process CHILD_EXITED messages if the opnr is current
|
||||
* maintain a count of packets processed each scan of the child list.
|
||||
* childhdr is already set at this point.
|
||||
* use a single thread to process all child packets
|
||||
* optimize packet rx list walk
|
||||
* drop duplicate packets instead of adding them to the list.
|
||||
* fix up cppcheck signedness warnings
|
||||
* replace state machine with simpler drain logic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 11:59:33 UTC 2017 - vsistek@suse.com
|
||||
|
||||
|
||||
+2
-2
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.7+git.20170512
|
||||
%define version_unconverted 1.7+git.20170612
|
||||
Name: trinity
|
||||
Version: 1.7+git.20170512
|
||||
Version: 1.7+git.20170612
|
||||
Release: 0
|
||||
Summary: A Linux System call fuzz tester
|
||||
License: GPL-2.0
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/kernelslacker/trinity</param>
|
||||
<param name="changesrevision">a81fba1701ad9250f91f87c7748940525eaaffa4</param></service></servicedata>
|
||||
<param name="changesrevision">f21c0a62f708688f3df574911525e2b14be01d5e</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db8e4c1e44367d3a8cafe8572c0354c6164b7a7dfd822100d15135c74659e929
|
||||
size 204224
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:165b93713cf9699ab9841e9e75da872fa5ae9c7ddfe20d54b566ea5242cc8841
|
||||
size 204184
|
||||
Reference in New Issue
Block a user