From 063012e8084e52cc8e6985d4677968063798a4d2f3ef468bdd9f0d94d01d45b3 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 21 Mar 2017 12:16:27 +0000 Subject: [PATCH] Accepting request 481758 from home:mimi_vx:branches:benchmark - update to version 0.0.7.26: * fast-test-all: revert back to maximum of 4 stressors * stress-zero: disable write to /dev/zero for minix * shim: fix build error and warnings on Minix builds * stress-fstat: allow threadless builds for systems without pthreads * stress-ng: fix cppcheck style warnings: reduce scope of variables i and j * stress-fstat: reduce scope of variable fd * stress-zlib: clean up cppcheck style warnings * stress-stackmmap: clean up cppcheck style warning * stress-bind-mount: use args_t wrapper for clone to fix warning * Wrap const *args_t to pass non const void * arg to pthread_create * stress-tmpfs: constify array mmap_flags[] * stress-shm-sysv: constify array shm_flags[] * stress-opcode: constify static array sigs[] * stress-mmap: constify mmap_flags * stress-af-alg: constify static data structures * test-asm-nop: add copyright boiler plate message * Make default cache size information debug only * thrash: add some function comments * shim: add more comments * Use the mincore shim to hide BSD/linux 3rd argument differences * Add shim for mincore(2) * shim: madvise: map madvise advice to posix_madvise advice * stressors: use shim_madvise rather than madvise * Add shim for madvise(2) * stress-fp-error: check for EDOM, ERANGE (lp#1674000) * Make FORCE_DO_NOTHING build in a nop before other ways of doing nothing * stress-matrix: align matrices to 64 bytes to reduce cache stalls * stress-matrix: use restrict on arrays for more compute * stress-icache: add missing support for PPC64 OBS-URL: https://build.opensuse.org/request/show/481758 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=23 --- stress-ng-0.07.25.tar.gz | 3 --- stress-ng-0.07.26.tar.gz | 3 +++ stress-ng.changes | 42 ++++++++++++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 46 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.07.25.tar.gz create mode 100644 stress-ng-0.07.26.tar.gz diff --git a/stress-ng-0.07.25.tar.gz b/stress-ng-0.07.25.tar.gz deleted file mode 100644 index c07db5e..0000000 --- a/stress-ng-0.07.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9143c1e78c92612c6a58913c2035c0039e1fe9ff72f99148f049abe47c167224 -size 370289 diff --git a/stress-ng-0.07.26.tar.gz b/stress-ng-0.07.26.tar.gz new file mode 100644 index 0000000..ba2afc6 --- /dev/null +++ b/stress-ng-0.07.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14e52df9fdac4f5be66a2ba86c7d56134ae6f2824f5349f89d8010a61d3890d +size 371638 diff --git a/stress-ng.changes b/stress-ng.changes index 0991e20..31839f5 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Tue Mar 21 12:07:46 UTC 2017 - mimi.vx@gmail.com + +- update to version 0.0.7.26: + * fast-test-all: revert back to maximum of 4 stressors + * stress-zero: disable write to /dev/zero for minix + * shim: fix build error and warnings on Minix builds + * stress-fstat: allow threadless builds for systems without pthreads + * stress-ng: fix cppcheck style warnings: reduce scope of variables i and j + * stress-fstat: reduce scope of variable fd + * stress-zlib: clean up cppcheck style warnings + * stress-stackmmap: clean up cppcheck style warning + * stress-bind-mount: use args_t wrapper for clone to fix warning + * Wrap const *args_t to pass non const void * arg to pthread_create + * stress-tmpfs: constify array mmap_flags[] + * stress-shm-sysv: constify array shm_flags[] + * stress-opcode: constify static array sigs[] + * stress-mmap: constify mmap_flags + * stress-af-alg: constify static data structures + * test-asm-nop: add copyright boiler plate message + * Make default cache size information debug only + * thrash: add some function comments + * shim: add more comments + * Use the mincore shim to hide BSD/linux 3rd argument differences + * Add shim for mincore(2) + * shim: madvise: map madvise advice to posix_madvise advice + * stressors: use shim_madvise rather than madvise + * Add shim for madvise(2) + * stress-fp-error: check for EDOM, ERANGE (lp#1674000) + * Make FORCE_DO_NOTHING build in a nop before other ways of doing nothing + * stress-matrix: align matrices to 64 bytes to reduce cache stalls + * stress-matrix: use restrict on arrays for more compute + * stress-icache: add missing support for PPC64 + * Add ppc64 arch to defined STRESS arch types + * stress-icache: add missing support for IBM s390 + * Add s390 arch to defined STRESS arch types + * stress-icache: don't build in 64K page support for ARMEL + * Makefile: replace 'got' with 'using' in autoconfiguration text + * stress-getrandom: check for EINTR failures (from SIGALRM) + * Makefile: generate apparmor raw binary data silently + * Explicitly call pr_closelog() and flush pending output (lp#857942) + ------------------------------------------------------------------- Sat Mar 18 11:16:38 UTC 2017 - mpluskal@suse.com diff --git a/stress-ng.spec b/stress-ng.spec index feda15f..2fbe617 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.07.25 +Version: 0.07.26 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0