From 0e0edac11ff8842d54280751753ec484d8594b89710108b52c5d18af03ed79f8 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 18 Jun 2018 07:01:18 +0000 Subject: [PATCH] Accepting request 617217 from home:mnhauke - Update to version 0.09.30 * Makefile: bump version * stress-socket: fix build warning if FIONREAD is not defined * Add sanity check that child stressor processes are not calling exit() * stress-sigio: don't exit in sighandler; return back normally * stress-utime: fix failing utimes and futimens calls * stress-memcpy: fix clobbering of stats data when copying b_str * stress-shm: perform extra file operations on shm file descriptor * Add new real time signal stressor, sigrt * stress-sigsegv: add some verification checking * stress-access: voidify return from umask * stress-splice: remove variable bytes, replace with ret * stress-apparmor: add a few more yield points * stress-fifo: retry on select timeout rather than terminate OBS-URL: https://build.opensuse.org/request/show/617217 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=102 --- stress-ng-0.09.29.tar.xz | 3 --- stress-ng-0.09.30.tar.xz | 3 +++ stress-ng.changes | 18 ++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.29.tar.xz create mode 100644 stress-ng-0.09.30.tar.xz diff --git a/stress-ng-0.09.29.tar.xz b/stress-ng-0.09.29.tar.xz deleted file mode 100644 index de27b47..0000000 --- a/stress-ng-0.09.29.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e701b5a11db8135bac3b7a47efea8573987df1d879d01f5d8c34cf61880490e -size 349276 diff --git a/stress-ng-0.09.30.tar.xz b/stress-ng-0.09.30.tar.xz new file mode 100644 index 0000000..2c78f63 --- /dev/null +++ b/stress-ng-0.09.30.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38881e799cbc400d058f08ebe9d4aa4c3ca9979541aa67e36a24b217d0d07294 +size 350520 diff --git a/stress-ng.changes b/stress-ng.changes index febdba3..7d22edf 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Jun 16 12:41:28 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.30 + * Makefile: bump version + * stress-socket: fix build warning if FIONREAD is not defined + * Add sanity check that child stressor processes are not calling exit() + * stress-sigio: don't exit in sighandler; return back normally + * stress-utime: fix failing utimes and futimens calls + * stress-memcpy: fix clobbering of stats data when copying b_str + * stress-shm: perform extra file operations on shm file descriptor + * Add new real time signal stressor, sigrt + * stress-sigsegv: add some verification checking + * stress-access: voidify return from umask + * stress-splice: remove variable bytes, replace with ret + * stress-apparmor: add a few more yield points + * stress-fifo: retry on select timeout rather than terminate + ------------------------------------------------------------------- Fri Jun 8 13:03:02 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index 7fdf331..5eb7e47 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.29 +Version: 0.09.30 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only