forked from pool/stress-ng
Accepting request 569829 from home:mnhauke
- Update to version 0.09.13 * Makefile: bump version * Manual: update date * Makefile.config: reorder detection, no major change * stress-userfault: add missing check for HAVE_CLONE, should fix FTBFS for ia64 arch * Rename stress_hdd_opts to stress_set_hdd_opts * Rename stress_filename_opts to stress_set_filename_opts * stress-matrix: make a couple of functions static * stress-enosys: fix variable shadowing warning * Add HAVE_SYSCALL_H detection and try to get more syscall coverage * stress-enosys: add an a complete set of known syscalls to skip * stress-enosys: make index ssize_t, fixes GNU/HURD build warning * Ensure skip syscall array is at least 1 element * Add a new enosys system call stressor * test/test-notify: add sanity check on message length * stress-cyclic: cast longs to int64_t before multiply to fix overflow * stress-funccall: add arg swapped recursion to calls * stress-funccall: add large data structure passing * stress-vecmath: vectorize constants, make them const too OBS-URL: https://build.opensuse.org/request/show/569829 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=69
This commit is contained in:
parent
7cb5eb8eba
commit
28b784f6cc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e56f53a03a254e2f657ffc40cc24aea939b8666b7f04467f23d90bafbfb0a825
|
|
||||||
size 317052
|
|
3
stress-ng-0.09.13.tar.xz
Normal file
3
stress-ng-0.09.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9960f3d2e049e717334a71675c81e0a816b045e3c424a06fa1d9695ab5cd73a4
|
||||||
|
size 324232
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 09:36:23 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.09.13
|
||||||
|
* Makefile: bump version
|
||||||
|
* Manual: update date
|
||||||
|
* Makefile.config: reorder detection, no major change
|
||||||
|
* stress-userfault: add missing check for HAVE_CLONE, should fix
|
||||||
|
FTBFS for ia64 arch
|
||||||
|
* Rename stress_hdd_opts to stress_set_hdd_opts
|
||||||
|
* Rename stress_filename_opts to stress_set_filename_opts
|
||||||
|
* stress-matrix: make a couple of functions static
|
||||||
|
* stress-enosys: fix variable shadowing warning
|
||||||
|
* Add HAVE_SYSCALL_H detection and try to get more syscall coverage
|
||||||
|
* stress-enosys: add an a complete set of known syscalls to skip
|
||||||
|
* stress-enosys: make index ssize_t, fixes GNU/HURD build warning
|
||||||
|
* Ensure skip syscall array is at least 1 element
|
||||||
|
* Add a new enosys system call stressor
|
||||||
|
* test/test-notify: add sanity check on message length
|
||||||
|
* stress-cyclic: cast longs to int64_t before multiply to fix overflow
|
||||||
|
* stress-funccall: add arg swapped recursion to calls
|
||||||
|
* stress-funccall: add large data structure passing
|
||||||
|
* stress-vecmath: vectorize constants, make them const too
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 23 12:55:26 UTC 2018 - mardnh@gmx.de
|
Tue Jan 23 12:55:26 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.09.12
|
Version: 0.09.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user