From c9eab70f7bc374d53196addd6bc89375f71ee2cc7711dd97089ea1180a791249 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 20 Jul 2018 13:14:18 +0000 Subject: [PATCH] Accepting request 624273 from home:mnhauke - Update to version 0.09.35 * Makefile: bump version * stress-file-ioctl: check size against stat buf size * stress-file-ioctl: remove redundant buffer * stress-file-ioctl: print differences in sizes on error of FIOQSIZE ioctl * stress-sysfs: use shim_ spinlock type rather than direct structure * perf: use shim_ spinlock rather than direct call * stress-procfs: use shim_ spinlock rather than direct call * stress-procfs: use shim_ spinlock rather than native call * stress-dev: use shim spinlock rather than native call * stress-dccp: skip stressor if DCCP protocol not supported * stress-af-alg: return EXIT_NOT_IMPLEMENTED if protocol is not supported * rename set_cpu_affinity to stress_set_cpu_affinity * Update comment relating to stressor names * Make stressor command options match 1-to-1 with info and function names * Re-work STRESSOR macro so that we don't need upper case name anymore * Make stressor names with OPT_ options match * Make stressor names with stressor #defines match * Add more comments and make index i a size_t * Add helper to mlock stress-ng into memory * stress-procfs: use copy of proc_path and set to empty string rather than NULL * stress-dev: use copy of dev_path and set to empty string rather than NULL * stress-sysfs: copy sysfs_path while locked into path * stress-sysfs: don't nullify sysfs_path, set it to empty string and lock it OBS-URL: https://build.opensuse.org/request/show/624273 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=110 --- stress-ng-0.09.34.tar.xz | 3 --- stress-ng-0.09.35.tar.xz | 3 +++ stress-ng.changes | 37 +++++++++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.34.tar.xz create mode 100644 stress-ng-0.09.35.tar.xz diff --git a/stress-ng-0.09.34.tar.xz b/stress-ng-0.09.34.tar.xz deleted file mode 100644 index 8cd8751..0000000 --- a/stress-ng-0.09.34.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca94165a4ad592a6597bb80260ec3a47aba87d76935c95276a64ad35796ad117 -size 354584 diff --git a/stress-ng-0.09.35.tar.xz b/stress-ng-0.09.35.tar.xz new file mode 100644 index 0000000..0f1b85e --- /dev/null +++ b/stress-ng-0.09.35.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ad70166b40fbe5e38b7260842ceabe67913441fde1ffddf53e0c0877d49529 +size 353748 diff --git a/stress-ng.changes b/stress-ng.changes index 02dd6cc..54d2965 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Fri Jul 20 12:50:47 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.35 + * Makefile: bump version + * stress-file-ioctl: check size against stat buf size + * stress-file-ioctl: remove redundant buffer + * stress-file-ioctl: print differences in sizes on error of + FIOQSIZE ioctl + * stress-sysfs: use shim_ spinlock type rather than direct structure + * perf: use shim_ spinlock rather than direct call + * stress-procfs: use shim_ spinlock rather than direct call + * stress-procfs: use shim_ spinlock rather than native call + * stress-dev: use shim spinlock rather than native call + * stress-dccp: skip stressor if DCCP protocol not supported + * stress-af-alg: return EXIT_NOT_IMPLEMENTED if protocol is not + supported + * rename set_cpu_affinity to stress_set_cpu_affinity + * Update comment relating to stressor names + * Make stressor command options match 1-to-1 with info and function + names + * Re-work STRESSOR macro so that we don't need upper case name anymore + * Make stressor names with OPT_ options match + * Make stressor names with stressor #defines match + * Add more comments and make index i a size_t + * Add helper to mlock stress-ng into memory + * stress-procfs: use copy of proc_path and set to empty string rather + than NULL + * stress-dev: use copy of dev_path and set to empty string rather + than NULL + * stress-sysfs: copy sysfs_path while locked into path + * stress-sysfs: don't nullify sysfs_path, set it to empty string and + lock it + * stress-personality: don't verify personality setting, it does not work + * stress-sysfd: temporarily disable read access fstat error + * rename snapcraft directory to snap + ------------------------------------------------------------------- Tue Jul 17 06:02:34 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index 9e49cd3..bdb9408 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.34 +Version: 0.09.35 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only