From b0ed2209251ffc1bc6dce21cfd03c9ad589502cdee7015a844dd8e41627618a1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 2 Jun 2017 07:17:11 +0000 Subject: [PATCH] Accepting request 500521 from home:mnhauke - update to version 0.08.03: * Makefile: bump version * Manual: update date * stress-pthread: don't use pthread_yield for NetBSD and Solaris * stress-wait: fix waitpid, make sure it's waiting with correct flags * stress-wait: fix WCONINUED typo and add better waitpid error detection * stress-nice: where possible force a sched yield * stress-memcpy: force calls to memcpy and memmove * stress-longjmp: remove extraneous tab * stress-matrix: Add a few more simple matrix method * stress-longjmp: make it a little more stressy * Add OPTIMIZE1 -O1 optimization hint * Add NOINLINE macro for forcing no-inlining of small functions * stress-exec: Make exec fail detection more intelligent * Add comment hinting to fallthrough macro to help static analyzers * stress-epoll: fix comment about delay time * stress-cpu: make macro args distinguishable from function names * stress-cpu: correct a comment function name * stress-pthread: add pthread_yield() call for more scheduler stress * cache: add in missing const to argument * cache: minor code clean ups * constify set/get setting function args * stress-aio-linux: use DIRECT_IO and aligned buffers * Remove the main_opt_t and set/get these using the set/get settings * perf: constify n in perf_yaml_label * stress-cpu: add factorial computation and approximations method * manual: update contributors list, add Abdul Haleem * stress-ng: help: fix typo and replace method m with method M * stress-cpu-online: EBUSY shouldn't be a fatal error * Fix: Macro defination for SECCOMP_SET_MODE_FILTER OBS-URL: https://build.opensuse.org/request/show/500521 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=30 --- stress-ng-0.08.02.tar.gz | 3 --- stress-ng-0.08.03.tar.gz | 3 +++ stress-ng.changes | 40 ++++++++++++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.08.02.tar.gz create mode 100644 stress-ng-0.08.03.tar.gz diff --git a/stress-ng-0.08.02.tar.gz b/stress-ng-0.08.02.tar.gz deleted file mode 100644 index 55eb89f..0000000 --- a/stress-ng-0.08.02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:810bb3ada6e3655ea95ba6a8152245e103adc006a94b644751b9d39da0f62597 -size 412055 diff --git a/stress-ng-0.08.03.tar.gz b/stress-ng-0.08.03.tar.gz new file mode 100644 index 0000000..4c44d8f --- /dev/null +++ b/stress-ng-0.08.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a3a189eb6d470f998df6eb94b997c0d6083a1acc8a773d8a6488614caced7b +size 413285 diff --git a/stress-ng.changes b/stress-ng.changes index e4f947e..b8a5b1e 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Fri Jun 2 06:29:38 UTC 2017 - mardnh@gmx.de + +- update to version 0.08.03: + * Makefile: bump version + * Manual: update date + * stress-pthread: don't use pthread_yield for NetBSD and Solaris + * stress-wait: fix waitpid, make sure it's waiting with correct flags + * stress-wait: fix WCONINUED typo and add better waitpid error detection + * stress-nice: where possible force a sched yield + * stress-memcpy: force calls to memcpy and memmove + * stress-longjmp: remove extraneous tab + * stress-matrix: Add a few more simple matrix method + * stress-longjmp: make it a little more stressy + * Add OPTIMIZE1 -O1 optimization hint + * Add NOINLINE macro for forcing no-inlining of small functions + * stress-exec: Make exec fail detection more intelligent + * Add comment hinting to fallthrough macro to help static analyzers + * stress-epoll: fix comment about delay time + * stress-cpu: make macro args distinguishable from function names + * stress-cpu: correct a comment function name + * stress-pthread: add pthread_yield() call for more scheduler stress + * cache: add in missing const to argument + * cache: minor code clean ups + * constify set/get setting function args + * stress-aio-linux: use DIRECT_IO and aligned buffers + * Remove the main_opt_t and set/get these using the set/get settings + * perf: constify n in perf_yaml_label + * stress-cpu: add factorial computation and approximations method + * manual: update contributors list, add Abdul Haleem + * stress-ng: help: fix typo and replace method m with method M + * stress-cpu-online: EBUSY shouldn't be a fatal error + * Fix: Macro defination for SECCOMP_SET_MODE_FILTER + * stress-socket-fd: fix fork failures correctly, make child oomable + * stress-memthrash: try harder to get mmap'd memory + * Update documentation and help for timeout, specify times in T + * stress-ng: remove white space in some -ops help information + * move help_t to main stress-ng.c as it's just local to that source + * move ionice help to the generic options + ------------------------------------------------------------------- Fri May 19 05:34:44 UTC 2017 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index 7ef678c..5ba25f4 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.08.02 +Version: 0.08.03 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0