From e4930a7fa86a5be9bfc15ead1ffb93bcc97fd1dc22138eb09ac3fb76495cb69b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 21 Nov 2019 06:29:20 +0000 Subject: [PATCH] Accepting request 749991 from home:mnhauke - Update to version 0.10.11 * Rename stress-socketmany to stress-sockmany to match the stressor name * Rename stress-socketpair to stress-sockpair to match the stressor name * Rename stress-socket-diag to stress-sockdiag to match the stressor name * Rename stress-socket-fd to stress-sockfd to match the stressor name * stress-sock: rename functions with sctp in name to sock * Rename sock stressor stress-socket.c to stress-sock.c * Add sockmany stressor to exercise many open socket connections * stress-dev: add initial /dev/ptp device exercising code * stress-schedpolicy: add SCHED_DEADLINE scheduling * stress-softlockup: force lowest niceness to be less nice * stress-softlockup: clean up a comment * kernel-coverage.sh: Add some more corner case stressors * stress-shm-sysv: silently ignore EINVAL when deleting shared memory * manual: add default number of system V shared memory segments * stress-zero: add lseeks as these are allowed on /dev/zero * stress-zombie: don't give up when we hit out of memory * stress-schedpolicy: exercise sched_util_max if it is useable * stress-cache: add --cpu-sfence sfence instruction support (x86 only) * stress-af-alf: fix stack clobbering issue on arm64/armhf * stress-af-alg: report send/sendmsg EINVAL errors as debug, ignore for next time * stress-af-alg: add a preemption point on each crypto iteration OBS-URL: https://build.opensuse.org/request/show/749991 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=150 --- stress-ng-0.10.10.tar.xz | 3 --- stress-ng-0.10.11.tar.xz | 3 +++ stress-ng.changes | 30 ++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.10.10.tar.xz create mode 100644 stress-ng-0.10.11.tar.xz diff --git a/stress-ng-0.10.10.tar.xz b/stress-ng-0.10.10.tar.xz deleted file mode 100644 index 599c4f7..0000000 --- a/stress-ng-0.10.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:031de5ebc44b49992c11633f10aae96da05a85b326aebdffd88ba8c445d23cf4 -size 405460 diff --git a/stress-ng-0.10.11.tar.xz b/stress-ng-0.10.11.tar.xz new file mode 100644 index 0000000..ef212b8 --- /dev/null +++ b/stress-ng-0.10.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec41d375d1ae61862b00a939a5263791c8c8fdb262ad14ea204944df4ca140f1 +size 407340 diff --git a/stress-ng.changes b/stress-ng.changes index 1a3d524..ccc4f03 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Nov 20 19:41:56 UTC 2019 - Martin Hauke + +- Update to version 0.10.11 + * Rename stress-socketmany to stress-sockmany to match the stressor + name + * Rename stress-socketpair to stress-sockpair to match the stressor + name + * Rename stress-socket-diag to stress-sockdiag to match the stressor + name + * Rename stress-socket-fd to stress-sockfd to match the stressor name + * stress-sock: rename functions with sctp in name to sock + * Rename sock stressor stress-socket.c to stress-sock.c + * Add sockmany stressor to exercise many open socket connections + * stress-dev: add initial /dev/ptp device exercising code + * stress-schedpolicy: add SCHED_DEADLINE scheduling + * stress-softlockup: force lowest niceness to be less nice + * stress-softlockup: clean up a comment + * kernel-coverage.sh: Add some more corner case stressors + * stress-shm-sysv: silently ignore EINVAL when deleting shared memory + * manual: add default number of system V shared memory segments + * stress-zero: add lseeks as these are allowed on /dev/zero + * stress-zombie: don't give up when we hit out of memory + * stress-schedpolicy: exercise sched_util_max if it is useable + * stress-cache: add --cpu-sfence sfence instruction support (x86 only) + * stress-af-alf: fix stack clobbering issue on arm64/armhf + * stress-af-alg: report send/sendmsg EINVAL errors as debug, ignore + for next time + * stress-af-alg: add a preemption point on each crypto iteration + ------------------------------------------------------------------- Sun Nov 10 15:06:32 UTC 2019 - Martin Hauke diff --git a/stress-ng.spec b/stress-ng.spec index 59fe8e8..c0943d9 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.10.10 +Version: 0.10.11 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only