From 871cd5ed116aa7b470221e0f068ac1f54e0af0f89893225bb5583a99a6b70ecf Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 12 Jul 2019 07:09:02 +0000 Subject: [PATCH] Accepting request 714714 from home:mnhauke - Update to version 0.10.00 * stress-pthread: abort if mutex lock is unlockable * stress-cpu: use CLOCK_PROCESS_CPUTIME_ID to measure CPU consumed * stress-cpu: fix CPU loading calculation * core-helper: keeping on ringing SIGALRM until stressors get the message * stress-memthrash: make stressors more yielding * stress-fork: do explicit keep_stressing() call rather than simple flag check * stress-fork: block SIGALRM and check for pending SIGALRMs * Add stress_sigalrm_pending and stress_sigalrm_block helpers * stress-brk: exercise zero expansion of brk * stress-efivar: exercise efi variable interfaces a little more * core-out-of-memory: refactor code, add a set adjustment helper * core-sched: put sched types into a lookup table * stress-socket: remove debug * stress-dev: exercise /dev/nvram * stress-socket: exercise IP_MTU if it is available * stress-sctp: use setsockopt for more socket option exercising * stress-sctp: add some sctp related getsockopt calls * stress-fcntl: don't make EPERM a fatal test failure * stress-chroot: don't make EPERM a fatal test failure OBS-URL: https://build.opensuse.org/request/show/714714 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=132 --- stress-ng-0.09.60.tar.xz | 3 --- stress-ng-0.10.00.tar.xz | 3 +++ stress-ng.changes | 26 ++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.60.tar.xz create mode 100644 stress-ng-0.10.00.tar.xz diff --git a/stress-ng-0.09.60.tar.xz b/stress-ng-0.09.60.tar.xz deleted file mode 100644 index d0782a7..0000000 --- a/stress-ng-0.09.60.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea5013b75aeb9df520d34e4378470f2fc0ec2de0740cf7815f2b31c4bac0e4a4 -size 396652 diff --git a/stress-ng-0.10.00.tar.xz b/stress-ng-0.10.00.tar.xz new file mode 100644 index 0000000..01b5a1c --- /dev/null +++ b/stress-ng-0.10.00.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09dd2a1aea549e478995bf9be90b38906a4cdf33ea7b245ef9d46aa5213c074 +size 397988 diff --git a/stress-ng.changes b/stress-ng.changes index 5fc5bed..8d5b596 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Jul 11 20:44:08 UTC 2019 - Martin Hauke + +- Update to version 0.10.00 + * stress-pthread: abort if mutex lock is unlockable + * stress-cpu: use CLOCK_PROCESS_CPUTIME_ID to measure CPU consumed + * stress-cpu: fix CPU loading calculation + * core-helper: keeping on ringing SIGALRM until stressors get the + message + * stress-memthrash: make stressors more yielding + * stress-fork: do explicit keep_stressing() call rather than + simple flag check + * stress-fork: block SIGALRM and check for pending SIGALRMs + * Add stress_sigalrm_pending and stress_sigalrm_block helpers + * stress-brk: exercise zero expansion of brk + * stress-efivar: exercise efi variable interfaces a little more + * core-out-of-memory: refactor code, add a set adjustment helper + * core-sched: put sched types into a lookup table + * stress-socket: remove debug + * stress-dev: exercise /dev/nvram + * stress-socket: exercise IP_MTU if it is available + * stress-sctp: use setsockopt for more socket option exercising + * stress-sctp: add some sctp related getsockopt calls + * stress-fcntl: don't make EPERM a fatal test failure + * stress-chroot: don't make EPERM a fatal test failure + ------------------------------------------------------------------- Sat Jun 22 15:28:05 UTC 2019 - Martin Hauke diff --git a/stress-ng.spec b/stress-ng.spec index 99ea8d5..9ab26f8 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.60 +Version: 0.10.00 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only