From 67b769c0e11025c77dec3e0c046047a6664a941043e8b2e0415a84049a5b80cd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 23 Feb 2018 10:53:39 +0000 Subject: [PATCH] Accepting request 579318 from home:mnhauke - Update to version 0.09.17 * Makefile: bump version * Manual: update date * stress-rawdev: make some functions static * stress-funcall: fix -Wmissing-declarations warning message * stress-file-ioctl: remove extraneous shadowed variable 'ret' * stress-madvise: make ret non-clobberable for gcc 4.2.1 * Add minimum GCC version for Pragma push/pop * shim: older gcc required pragmas outside of functions * stress-enosys: older gcc required pragmas outside of functions * Check for clang version when using pragmas * stress-file-ioctl: remove debug printf * Add new file-ioctl stressor * shim: disable warnings for brk and sbrk for OS X * Swap ordering on compiler detection on pragmas * stress-enosys: turn off warning on syscall, cleans up OS X warning * Add no warning pragma macros * Makefile: force sync after build in case reboot loses executable * stress-enosys: add syscall7 shim * stress-dirdeep: only print info message on instance #0 * stress-enosys: wrap with OOM catcher (LP: #1750787) * stress-dev: add bug reference to hpet failure * stress-enosys: exercise more arguments in syscall * Manual: udp-lite should be for ipv6 as well as ipv4 * Manual: update arch specific limitations on lockbus and memthrash stressors OBS-URL: https://build.opensuse.org/request/show/579318 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=77 --- stress-ng-0.09.16.tar.xz | 3 --- stress-ng-0.09.17.tar.xz | 3 +++ stress-ng.changes | 30 ++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.16.tar.xz create mode 100644 stress-ng-0.09.17.tar.xz diff --git a/stress-ng-0.09.16.tar.xz b/stress-ng-0.09.16.tar.xz deleted file mode 100644 index 5b2a6a2..0000000 --- a/stress-ng-0.09.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:062a8d8cda9c00ff760c39ae80937f1a4b8d5b7b02264e81ae2ff8babf44deb4 -size 327620 diff --git a/stress-ng-0.09.17.tar.xz b/stress-ng-0.09.17.tar.xz new file mode 100644 index 0000000..c3ebee0 --- /dev/null +++ b/stress-ng-0.09.17.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6d721642ec5e59474c56f1e6b4af5b00141ce2f8f40e7a9741187ef39c2e80 +size 330140 diff --git a/stress-ng.changes b/stress-ng.changes index 9390e6d..db6e3ab 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Feb 23 08:35:36 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.17 + * Makefile: bump version + * Manual: update date + * stress-rawdev: make some functions static + * stress-funcall: fix -Wmissing-declarations warning message + * stress-file-ioctl: remove extraneous shadowed variable 'ret' + * stress-madvise: make ret non-clobberable for gcc 4.2.1 + * Add minimum GCC version for Pragma push/pop + * shim: older gcc required pragmas outside of functions + * stress-enosys: older gcc required pragmas outside of functions + * Check for clang version when using pragmas + * stress-file-ioctl: remove debug printf + * Add new file-ioctl stressor + * shim: disable warnings for brk and sbrk for OS X + * Swap ordering on compiler detection on pragmas + * stress-enosys: turn off warning on syscall, cleans up OS X warning + * Add no warning pragma macros + * Makefile: force sync after build in case reboot loses executable + * stress-enosys: add syscall7 shim + * stress-dirdeep: only print info message on instance #0 + * stress-enosys: wrap with OOM catcher (LP: #1750787) + * stress-dev: add bug reference to hpet failure + * stress-enosys: exercise more arguments in syscall + * Manual: udp-lite should be for ipv6 as well as ipv4 + * Manual: update arch specific limitations on lockbus and memthrash + stressors + ------------------------------------------------------------------- Fri Feb 16 17:17:20 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index fdec8fe..67659e5 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.16 +Version: 0.09.17 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only