Accepting request 555521 from home:mnhauke

- Update to version 0.09.06
  * Makefile: bump version
  * Add more smarts in autodetecting wcs* functions
  * stress-tree fixes that got discovered after the 0.09.05 release:
    - stress-tree: minor changes to splay and rb tree setup and insertion
    - stress-tree: fix up tree method calling and add AVL tree
  * stress-tree: add binary tree
  * stress-tree: use faster method to populate data
- Update to version 0.09.05
  * Makefile: bump version
  * Makefile: remove .xz tarball instead of .gz on make clean rule
  * debian/control: update Standards-Version to 4.1.2
  * Debian: watch: change watch URL to use .xz rather than .gz
  * Makefile: use xz compression on tarball make dist rule
  * Manual: Add more information in the tree description
  * stress-wcstr: fix build issues for GNU/kFreeBSD builds
  * Don't include bsd/wchar.h for GNU/kFreeBSD
  * libbsd test: Add *BSD support
  * stress-treee: don't build for __APPLE__
  * Add DragonFly BSD to BSD support for libbsd
  * stress-tree: fix build for systems without libbsd
  * stress-ng: add funccall mini help options.
  * Add libbsd tree stressor
  * test/test-libpthread: remove POSIX semaphore checks
  * stress-ng.h: fix indentation
  * Move put values into global union, saves > 40K on x86
  * Add the funccall function call stressor
  * Makefile: move fanotify stressor to correct alphabetical order place
  * stress-dev: perform open with O_RDONLY | O_WRONLY for ioctl opens
  * stress-clone: catch OOM'ing clone stressors and re-spawn them

OBS-URL: https://build.opensuse.org/request/show/555521
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=54
This commit is contained in:
Martin Pluskal 2017-12-09 20:49:38 +00:00 committed by Git OBS Bridge
parent 89591cdc0d
commit 442530de6e
4 changed files with 83 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8024e9d65eae6d3baef53a86b8390370c643b492f04a4a02b925d709795c79f3
size 452594

3
stress-ng-0.09.06.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c8456047e4a1925410ca39ca7c7d2622185c3ae89268e13f1c189a45b79297f
size 507385

View File

@ -1,3 +1,82 @@
-------------------------------------------------------------------
Sat Dec 9 11:20:21 UTC 2017 - mardnh@gmx.de
- Update to version 0.09.06
* Makefile: bump version
* Add more smarts in autodetecting wcs* functions
* stress-tree fixes that got discovered after the 0.09.05 release:
- stress-tree: minor changes to splay and rb tree setup and insertion
- stress-tree: fix up tree method calling and add AVL tree
* stress-tree: add binary tree
* stress-tree: use faster method to populate data
- Update to version 0.09.05
* Makefile: bump version
* Makefile: remove .xz tarball instead of .gz on make clean rule
* debian/control: update Standards-Version to 4.1.2
* Debian: watch: change watch URL to use .xz rather than .gz
* Makefile: use xz compression on tarball make dist rule
* Manual: Add more information in the tree description
* stress-wcstr: fix build issues for GNU/kFreeBSD builds
* Don't include bsd/wchar.h for GNU/kFreeBSD
* libbsd test: Add *BSD support
* stress-treee: don't build for __APPLE__
* Add DragonFly BSD to BSD support for libbsd
* stress-tree: fix build for systems without libbsd
* stress-ng: add funccall mini help options.
* Add libbsd tree stressor
* test/test-libpthread: remove POSIX semaphore checks
* stress-ng.h: fix indentation
* Move put values into global union, saves > 40K on x86
* Add the funccall function call stressor
* Makefile: move fanotify stressor to correct alphabetical order place
* stress-dev: perform open with O_RDONLY | O_WRONLY for ioctl opens
* stress-clone: catch OOM'ing clone stressors and re-spawn them
- Update to version 0.09.04
* Makefile: bump version
* Manual: update date
* stress-sigsegv: catch SIGBUS for systems such as __APPLE__
* stress-fault: catch SIGBUS for systems such as __APPLE__
* stress-mmapaddr: cast uint64_t value to intptr_t
* stress-mmapaddr: set addr correctly, fixes null ptr issue
* stress-mmapaddr: add mremapping if supported
* stress-mmapaddr: add MAP_LOCKED random flag setting
* stress-mmapaddr: 2nd mmap should check remap addr, and add MAP_32BIT
* stress-mmapaddr: add random MAP_FIXED flag
* Add stress-mmapaddr random address mmap stressor
* stress-icache: remove constification of page_addr
* stress-hrtimes: make a couple functions static
* stress-vm-rw: constify pointer ctxt
* stress-vm: add a couple of constifications in macros
* stress-userfaultfd: constify a couple of function args
* stress-tmpfs: constify rnd
* stress-stream: constify advice in struct stream_madvise_info_t
* stress-socket: constify type in struct socket_type_t
* stress-pty: fix typo in comment
* stress-mmapfork: constify ln
* stress-mknode: constify greycode
* stress-mincore: remove some empty lines
* stress-mergesort: reorder statements and int declaration
* stress-malloc: add some constifications
* stress-ioport: constify flag
* stress-icache: constify page_addr
* stress-hdd: add some more constifications
* stress-full: constify fields of a struct
* stress-flock: constify ppid
* stress-filename: add various variable constifications
* stress-fiemap: add various variable constifications
* stress-dirdeep: constify inodes_avail
* stress-dentry: add a constification to a data structure
* stress-clock: add a few more constifications
* stress-branch: make array labels const
* affinity: constify max_cpus
* Add more comments to stress-ng.h
* stress-vforkmany: call vfork syscall directly when possible
* stress-open: only close fd's that have been opened
* stress-cpu-online: only allow all CPUs to be offlined with 1 instance
* stress-cpu-online: by default, don't offline/online CPU 0
-------------------------------------------------------------------
Mon Nov 20 19:15:59 UTC 2017 - mardnh@gmx.de

View File

@ -18,7 +18,7 @@
Name: stress-ng
Version: 0.09.03
Version: 0.09.06
Release: 0
Summary: Tool to load and stress a computer
License: GPL-2.0