From 8f2e7578c7bc116516b95ae68ec844cdeec63262ab1819ba47ce85248dafd217 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 31 Jan 2018 08:59:02 +0000 Subject: [PATCH] Accepting request 571300 from home:mnhauke - Update to version 0.09.14 * Makefile: bump version * stress-sigpipe: reduce scope of int ret * stress-wcsstr: sanity check to see if there are any wcs* functions * Add full wide char function autodetection * stress-chown: workaround a NetBSD hang on usleep * stress-chmod: workaround a NetBSD hang on usleep * stress-cpu: add __fp16 float16 support (ARM) * test/test-float: ensure test code is not overly optimized out * test/test-float.c: ensure build options are same as stress-cpu.c * Generalize float type config tests * stress-cpu: Add float32, float80 and float128 support * stress-ng: add some alignment tweaks to naturally align fields * Add a new vm-addr virtual memory address stressor * README: update number of stressors * stress-funccall: make functions non-static, force less optimization * stress-vm: add UNLIKELY annotations to improve performance * stress-procfs: don't write using a NULL badbuf * Add sigpipe stressor * Add bad write buffer to procfs write * stress-procfs: do proc writes only if proc_write is true * stress-vm-rw: fix build failure on ia64 with missing HAVE_CLONE OBS-URL: https://build.opensuse.org/request/show/571300 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=71 --- stress-ng-0.09.13.tar.xz | 3 --- stress-ng-0.09.14.tar.xz | 3 +++ stress-ng.changes | 26 ++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.13.tar.xz create mode 100644 stress-ng-0.09.14.tar.xz diff --git a/stress-ng-0.09.13.tar.xz b/stress-ng-0.09.13.tar.xz deleted file mode 100644 index 15a2a3c..0000000 --- a/stress-ng-0.09.13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9960f3d2e049e717334a71675c81e0a816b045e3c424a06fa1d9695ab5cd73a4 -size 324232 diff --git a/stress-ng-0.09.14.tar.xz b/stress-ng-0.09.14.tar.xz new file mode 100644 index 0000000..4857d56 --- /dev/null +++ b/stress-ng-0.09.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cac34a5cb041197af60c1867844c6cbb089a6d10a38cdcf7b8f27bfaa6ef8f +size 327072 diff --git a/stress-ng.changes b/stress-ng.changes index d28d55b..dd4005a 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Jan 31 08:41:23 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.14 + * Makefile: bump version + * stress-sigpipe: reduce scope of int ret + * stress-wcsstr: sanity check to see if there are any wcs* functions + * Add full wide char function autodetection + * stress-chown: workaround a NetBSD hang on usleep + * stress-chmod: workaround a NetBSD hang on usleep + * stress-cpu: add __fp16 float16 support (ARM) + * test/test-float: ensure test code is not overly optimized out + * test/test-float.c: ensure build options are same as stress-cpu.c + * Generalize float type config tests + * stress-cpu: Add float32, float80 and float128 support + * stress-ng: add some alignment tweaks to naturally align fields + * Add a new vm-addr virtual memory address stressor + * README: update number of stressors + * stress-funccall: make functions non-static, force less optimization + * stress-vm: add UNLIKELY annotations to improve performance + * stress-procfs: don't write using a NULL badbuf + * Add sigpipe stressor + * Add bad write buffer to procfs write + * stress-procfs: do proc writes only if proc_write is true + * stress-vm-rw: fix build failure on ia64 with missing HAVE_CLONE + ------------------------------------------------------------------- Fri Jan 26 09:36:23 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index e364f61..4743f36 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.13 +Version: 0.09.14 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0