SHA256
1
0
forked from pool/stress-ng

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
This commit is contained in:
Martin Pluskal 2018-07-20 13:14:18 +00:00 committed by Git OBS Bridge
parent 32d1d62e4a
commit c9eab70f7b
4 changed files with 41 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca94165a4ad592a6597bb80260ec3a47aba87d76935c95276a64ad35796ad117
size 354584

3
stress-ng-0.09.35.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64ad70166b40fbe5e38b7260842ceabe67913441fde1ffddf53e0c0877d49529
size 353748

View File

@ -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

View File

@ -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