From 28b784f6cccd020727f7a130813d1a5a828bc9487254a206a6d443ea2e0452b9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 26 Jan 2018 11:37:40 +0000 Subject: [PATCH] Accepting request 569829 from home:mnhauke - Update to version 0.09.13 * Makefile: bump version * Manual: update date * Makefile.config: reorder detection, no major change * stress-userfault: add missing check for HAVE_CLONE, should fix FTBFS for ia64 arch * Rename stress_hdd_opts to stress_set_hdd_opts * Rename stress_filename_opts to stress_set_filename_opts * stress-matrix: make a couple of functions static * stress-enosys: fix variable shadowing warning * Add HAVE_SYSCALL_H detection and try to get more syscall coverage * stress-enosys: add an a complete set of known syscalls to skip * stress-enosys: make index ssize_t, fixes GNU/HURD build warning * Ensure skip syscall array is at least 1 element * Add a new enosys system call stressor * test/test-notify: add sanity check on message length * stress-cyclic: cast longs to int64_t before multiply to fix overflow * stress-funccall: add arg swapped recursion to calls * stress-funccall: add large data structure passing * stress-vecmath: vectorize constants, make them const too OBS-URL: https://build.opensuse.org/request/show/569829 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=69 --- stress-ng-0.09.12.tar.xz | 3 --- stress-ng-0.09.13.tar.xz | 3 +++ stress-ng.changes | 24 ++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.12.tar.xz create mode 100644 stress-ng-0.09.13.tar.xz diff --git a/stress-ng-0.09.12.tar.xz b/stress-ng-0.09.12.tar.xz deleted file mode 100644 index ce5dd1a..0000000 --- a/stress-ng-0.09.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e56f53a03a254e2f657ffc40cc24aea939b8666b7f04467f23d90bafbfb0a825 -size 317052 diff --git a/stress-ng-0.09.13.tar.xz b/stress-ng-0.09.13.tar.xz new file mode 100644 index 0000000..15a2a3c --- /dev/null +++ b/stress-ng-0.09.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9960f3d2e049e717334a71675c81e0a816b045e3c424a06fa1d9695ab5cd73a4 +size 324232 diff --git a/stress-ng.changes b/stress-ng.changes index 42c5bec..d28d55b 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Jan 26 09:36:23 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.13 + * Makefile: bump version + * Manual: update date + * Makefile.config: reorder detection, no major change + * stress-userfault: add missing check for HAVE_CLONE, should fix + FTBFS for ia64 arch + * Rename stress_hdd_opts to stress_set_hdd_opts + * Rename stress_filename_opts to stress_set_filename_opts + * stress-matrix: make a couple of functions static + * stress-enosys: fix variable shadowing warning + * Add HAVE_SYSCALL_H detection and try to get more syscall coverage + * stress-enosys: add an a complete set of known syscalls to skip + * stress-enosys: make index ssize_t, fixes GNU/HURD build warning + * Ensure skip syscall array is at least 1 element + * Add a new enosys system call stressor + * test/test-notify: add sanity check on message length + * stress-cyclic: cast longs to int64_t before multiply to fix overflow + * stress-funccall: add arg swapped recursion to calls + * stress-funccall: add large data structure passing + * stress-vecmath: vectorize constants, make them const too + ------------------------------------------------------------------- Tue Jan 23 12:55:26 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index df7dc86..e364f61 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.12 +Version: 0.09.13 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0