forked from pool/stress-ng
Accepting request 504518 from home:mnhauke
- update to version 0.08.05: * test-sem-posix: don't build for FreeBSD kernels * stress-cyclic: only produce stats for first instance * stress-sem: hust build on systems that provide POSIX semaphores * stress-madvise: fix build warning with clobbered sz with gcc 3.4.3 * stress-vm: fix build warning on munmap * stress-fcntl: fix build issue on kFreeBSD * stress-softlockup: fix build error on GNU/HURD * stress-madvise: fix another BSD build warning * stress-madvise: fix build warnings on BSD * stress-cyclic: fix build issues on non-Linux systems * Add build time checks for POSIX semaphores * stress-cyclic: add NOCLOBBER hints to avoid gcc 4.9.2 longjmp warnings * fix bogo ops setting, this was broken in the set/get settings changes * stress-cyclic: avoid division by zero error * Add new real time cyclic stressor * Propagate stressor killed status back up to parent * Make --class cpu? exit 0 rather than 1 * stress-fcntl: only build in fd_get when it is required * stress-fcntl: only build in check_return if required * test-affinity: voidify unused rc return * stress-sigsegv: remove redundant null assignment to ptr * stress-rlimit: reduce scope of fds, ptr and oldbrk * stress-softlockup: constify fields in data structure * stress-seccomp: check for specific macros after including the headers * Add --abort option to force all stressor to abort if a stressor fails * stress-softlockup: try to synchronize start of all children * stress-futex: use shim'd futex calls * Add abstraction shims to futex operations * madvise: fix build failure because of incorrect build config check OBS-URL: https://build.opensuse.org/request/show/504518 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=34
This commit is contained in:
parent
12d56197f4
commit
82a6768354
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e3a6dd9e0a586643faeb474e617db2eb3cfbf24e2fdf0b189ae5817be9d5ae77
|
|
||||||
size 413284
|
|
3
stress-ng-0.08.05.tar.gz
Normal file
3
stress-ng-0.08.05.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a7508ca9f0ee25f91ad3b5040550c00dbc8300f47c4e945463dcfcd93543a60
|
||||||
|
size 420994
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 18 20:01:34 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.08.05:
|
||||||
|
* test-sem-posix: don't build for FreeBSD kernels
|
||||||
|
* stress-cyclic: only produce stats for first instance
|
||||||
|
* stress-sem: hust build on systems that provide POSIX semaphores
|
||||||
|
* stress-madvise: fix build warning with clobbered sz with gcc 3.4.3
|
||||||
|
* stress-vm: fix build warning on munmap
|
||||||
|
* stress-fcntl: fix build issue on kFreeBSD
|
||||||
|
* stress-softlockup: fix build error on GNU/HURD
|
||||||
|
* stress-madvise: fix another BSD build warning
|
||||||
|
* stress-madvise: fix build warnings on BSD
|
||||||
|
* stress-cyclic: fix build issues on non-Linux systems
|
||||||
|
* Add build time checks for POSIX semaphores
|
||||||
|
* stress-cyclic: add NOCLOBBER hints to avoid gcc 4.9.2 longjmp warnings
|
||||||
|
* fix bogo ops setting, this was broken in the set/get settings changes
|
||||||
|
* stress-cyclic: avoid division by zero error
|
||||||
|
* Add new real time cyclic stressor
|
||||||
|
* Propagate stressor killed status back up to parent
|
||||||
|
* Make --class cpu? exit 0 rather than 1
|
||||||
|
* stress-fcntl: only build in fd_get when it is required
|
||||||
|
* stress-fcntl: only build in check_return if required
|
||||||
|
* test-affinity: voidify unused rc return
|
||||||
|
* stress-sigsegv: remove redundant null assignment to ptr
|
||||||
|
* stress-rlimit: reduce scope of fds, ptr and oldbrk
|
||||||
|
* stress-softlockup: constify fields in data structure
|
||||||
|
* stress-seccomp: check for specific macros after including the headers
|
||||||
|
* Add --abort option to force all stressor to abort if a stressor fails
|
||||||
|
* stress-softlockup: try to synchronize start of all children
|
||||||
|
* stress-futex: use shim'd futex calls
|
||||||
|
* Add abstraction shims to futex operations
|
||||||
|
* madvise: fix build failure because of incorrect build config check
|
||||||
|
* Add new softlockup stressor, use with caution
|
||||||
|
* Forgot to add test-affinity.
|
||||||
|
* Add madvise build time checks
|
||||||
|
* Add test-affinity to dist rule
|
||||||
|
* stress-clock: don't do zero nanosecond sleeps
|
||||||
|
* Add automatic affinity checking at build time
|
||||||
|
* stress-sigsegv: produce fault using write to read-only page
|
||||||
|
* stress-vforkmany: remove as many calls as possible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 5 12:53:27 UTC 2017 - mardnh@gmx.de
|
Mon Jun 5 12:53:27 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.08.04
|
Version: 0.08.05
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user