From 7cb5eb8ebaf0c903189e667c21df0173bcd99bd2831d05cb62456a2f88c9c94b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 24 Jan 2018 13:51:00 +0000 Subject: [PATCH] Accepting request 568576 from home:mnhauke - Update to version 0.09.12 * Makefile: bump version * stress-clone: fix build issue on systems without the clone system call * test/test-getmntent: remove unused variable 'n' * stress-revio: fix build warning on OS X builds * stress-swap: use mwc1() for single bit random value * stress-shm: use mwc1() for single bit random value * stress-shm-sysv: use mwc1() for single bit random value * stress-schedpolicy: use mwc1() for single bit random value * stress-key: use mwc1() for single bit random value * stress-iomix: use mwc1() for single bit random value * stress-dup: use mwc1() for single bit random value * stress-aio: use mwc1() for single bit random value * stress-madvise: add in new MADV options (Linux + BSD) * stress-membarrier: add in new membarrier commands to enum * Add fixed mmaping stressor, mmap-fixed * stress-fcntl: add F_GET_RW_HINT/F_SET_RW_HINT fcntl controls * stress-branch: optimization, remove a ! operator and align jmp table * stress-dev: add some extra per-device ioctl exercising * Makefile.config: generalize header detection * stress-madvise: perform random file or anonymous mapping for MADV_FREE * Add 1 bit mwc function * stress-madvise: add MADV_KEEPONFORK advise flag * Add reverse I/O stressor: revio OBS-URL: https://build.opensuse.org/request/show/568576 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=67 --- stress-ng-0.09.11.tar.xz | 3 --- stress-ng-0.09.12.tar.xz | 3 +++ stress-ng.changes | 28 ++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.11.tar.xz create mode 100644 stress-ng-0.09.12.tar.xz diff --git a/stress-ng-0.09.11.tar.xz b/stress-ng-0.09.11.tar.xz deleted file mode 100644 index 8ba547f..0000000 --- a/stress-ng-0.09.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49695dbd3260c0ddac96a73a8bfdecb6263d8e13dcaab0b386138e77fe04e425 -size 314564 diff --git a/stress-ng-0.09.12.tar.xz b/stress-ng-0.09.12.tar.xz new file mode 100644 index 0000000..ce5dd1a --- /dev/null +++ b/stress-ng-0.09.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56f53a03a254e2f657ffc40cc24aea939b8666b7f04467f23d90bafbfb0a825 +size 317052 diff --git a/stress-ng.changes b/stress-ng.changes index 571320d..42c5bec 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Jan 23 12:55:26 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.12 + * Makefile: bump version + * stress-clone: fix build issue on systems without the clone system call + * test/test-getmntent: remove unused variable 'n' + * stress-revio: fix build warning on OS X builds + * stress-swap: use mwc1() for single bit random value + * stress-shm: use mwc1() for single bit random value + * stress-shm-sysv: use mwc1() for single bit random value + * stress-schedpolicy: use mwc1() for single bit random value + * stress-key: use mwc1() for single bit random value + * stress-iomix: use mwc1() for single bit random value + * stress-dup: use mwc1() for single bit random value + * stress-aio: use mwc1() for single bit random value + * stress-madvise: add in new MADV options (Linux + BSD) + * stress-membarrier: add in new membarrier commands to enum + * Add fixed mmaping stressor, mmap-fixed + * stress-fcntl: add F_GET_RW_HINT/F_SET_RW_HINT fcntl controls + * stress-branch: optimization, remove a ! operator and align jmp table + * stress-dev: add some extra per-device ioctl exercising + * Makefile.config: generalize header detection + * stress-madvise: perform random file or anonymous mapping for MADV_FREE + * Add 1 bit mwc function + * stress-madvise: add MADV_KEEPONFORK advise flag + * Add reverse I/O stressor: revio + ------------------------------------------------------------------- Thu Jan 18 17:52:13 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index 758aa0b..df7dc86 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.11 +Version: 0.09.12 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0