From 1e948689c5c03a0d3b87cae46d700cb21a6f7390f52a9aa2a900f1eac5e16c03 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 28 Aug 2019 01:05:31 +0000 Subject: [PATCH] Accepting request 726437 from home:mnhauke - Update to version 0.10.02 * stress-pthread: protect counter with spinlock not mutex lock * stress-pthread: don't block forever on pthread_cond_wait() * core-cache: use a fixed size buffer for reading in /sys info * stress-pty: don't report a failure on EINTR (LP: #1840512) * stress-cpu: add an x86 cpuid instruction exerciser * stress-cpu: add a 64 bit division stressor * stress-pthread: don't tkill pthreads, can lead to futex blocking - Update to version 0.10.01 * stress-procfs: disable read to read-only buffer * stress-procfs: don't use large filenames on small pthread stacks * bash-completion: remove the shebang at the start * stress-ramfs: fix umounting races * stress-ramfs: add capability check before running * Add ramfs stressor, this also exercises the new mount system calls * Add brk emulation for systems that don't support brk() * stress-clone: add CLONE_PIDFD (new with Linux 5.2) * stress-cpu: warn if CPU affinity may have been set * stress-vforkmany: fix build error * stress-vforkmany: wrap vfork syscall and put pragmas around it * stress-fork: move pragmas to outside the stress_vfork function * stress-memrate: handle memory sizes < 1MB OBS-URL: https://build.opensuse.org/request/show/726437 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=134 --- stress-ng-0.10.00.tar.xz | 3 --- stress-ng-0.10.02.tar.xz | 3 +++ stress-ng.changes | 27 +++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.10.00.tar.xz create mode 100644 stress-ng-0.10.02.tar.xz diff --git a/stress-ng-0.10.00.tar.xz b/stress-ng-0.10.00.tar.xz deleted file mode 100644 index 01b5a1c..0000000 --- a/stress-ng-0.10.00.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d09dd2a1aea549e478995bf9be90b38906a4cdf33ea7b245ef9d46aa5213c074 -size 397988 diff --git a/stress-ng-0.10.02.tar.xz b/stress-ng-0.10.02.tar.xz new file mode 100644 index 0000000..8b61575 --- /dev/null +++ b/stress-ng-0.10.02.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35eead6070401d725ce2c71fb3fe913860ee76454761eb6e851220097e570d80 +size 400788 diff --git a/stress-ng.changes b/stress-ng.changes index 8d5b596..f2be16d 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Aug 27 09:35:54 UTC 2019 - Martin Hauke + +- Update to version 0.10.02 + * stress-pthread: protect counter with spinlock not mutex lock + * stress-pthread: don't block forever on pthread_cond_wait() + * core-cache: use a fixed size buffer for reading in /sys info + * stress-pty: don't report a failure on EINTR (LP: #1840512) + * stress-cpu: add an x86 cpuid instruction exerciser + * stress-cpu: add a 64 bit division stressor + * stress-pthread: don't tkill pthreads, can lead to futex blocking + +- Update to version 0.10.01 + * stress-procfs: disable read to read-only buffer + * stress-procfs: don't use large filenames on small pthread stacks + * bash-completion: remove the shebang at the start + * stress-ramfs: fix umounting races + * stress-ramfs: add capability check before running + * Add ramfs stressor, this also exercises the new mount system calls + * Add brk emulation for systems that don't support brk() + * stress-clone: add CLONE_PIDFD (new with Linux 5.2) + * stress-cpu: warn if CPU affinity may have been set + * stress-vforkmany: fix build error + * stress-vforkmany: wrap vfork syscall and put pragmas around it + * stress-fork: move pragmas to outside the stress_vfork function + * stress-memrate: handle memory sizes < 1MB + ------------------------------------------------------------------- Thu Jul 11 20:44:08 UTC 2019 - Martin Hauke diff --git a/stress-ng.spec b/stress-ng.spec index 9ab26f8..f70d943 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.10.00 +Version: 0.10.02 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only