From 82a6768354b299e19ebc872e6e0a154cfbdd5633f21dd14838c9c120b27225a4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 18 Jun 2017 21:29:21 +0000 Subject: [PATCH] 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 --- stress-ng-0.08.04.tar.gz | 3 --- stress-ng-0.08.05.tar.gz | 3 +++ stress-ng.changes | 42 ++++++++++++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 46 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.08.04.tar.gz create mode 100644 stress-ng-0.08.05.tar.gz diff --git a/stress-ng-0.08.04.tar.gz b/stress-ng-0.08.04.tar.gz deleted file mode 100644 index 9a3f49e..0000000 --- a/stress-ng-0.08.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3a6dd9e0a586643faeb474e617db2eb3cfbf24e2fdf0b189ae5817be9d5ae77 -size 413284 diff --git a/stress-ng-0.08.05.tar.gz b/stress-ng-0.08.05.tar.gz new file mode 100644 index 0000000..61459ad --- /dev/null +++ b/stress-ng-0.08.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7508ca9f0ee25f91ad3b5040550c00dbc8300f47c4e945463dcfcd93543a60 +size 420994 diff --git a/stress-ng.changes b/stress-ng.changes index 23f67f1..c3f1cf3 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -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 diff --git a/stress-ng.spec b/stress-ng.spec index 1060cd0..d4317f6 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.08.04 +Version: 0.08.05 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0