Accepting request 579471 from benchmark
OBS-URL: https://build.opensuse.org/request/show/579471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stress-ng?expand=0&rev=34
This commit is contained in:
commit
f842f46d65
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:062a8d8cda9c00ff760c39ae80937f1a4b8d5b7b02264e81ae2ff8babf44deb4
|
|
||||||
size 327620
|
|
3
stress-ng-0.09.17.tar.xz
Normal file
3
stress-ng-0.09.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c6d721642ec5e59474c56f1e6b4af5b00141ce2f8f40e7a9741187ef39c2e80
|
||||||
|
size 330140
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 23 08:35:36 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.09.17
|
||||||
|
* Makefile: bump version
|
||||||
|
* Manual: update date
|
||||||
|
* stress-rawdev: make some functions static
|
||||||
|
* stress-funcall: fix -Wmissing-declarations warning message
|
||||||
|
* stress-file-ioctl: remove extraneous shadowed variable 'ret'
|
||||||
|
* stress-madvise: make ret non-clobberable for gcc 4.2.1
|
||||||
|
* Add minimum GCC version for Pragma push/pop
|
||||||
|
* shim: older gcc required pragmas outside of functions
|
||||||
|
* stress-enosys: older gcc required pragmas outside of functions
|
||||||
|
* Check for clang version when using pragmas
|
||||||
|
* stress-file-ioctl: remove debug printf
|
||||||
|
* Add new file-ioctl stressor
|
||||||
|
* shim: disable warnings for brk and sbrk for OS X
|
||||||
|
* Swap ordering on compiler detection on pragmas
|
||||||
|
* stress-enosys: turn off warning on syscall, cleans up OS X warning
|
||||||
|
* Add no warning pragma macros
|
||||||
|
* Makefile: force sync after build in case reboot loses executable
|
||||||
|
* stress-enosys: add syscall7 shim
|
||||||
|
* stress-dirdeep: only print info message on instance #0
|
||||||
|
* stress-enosys: wrap with OOM catcher (LP: #1750787)
|
||||||
|
* stress-dev: add bug reference to hpet failure
|
||||||
|
* stress-enosys: exercise more arguments in syscall
|
||||||
|
* Manual: udp-lite should be for ipv6 as well as ipv4
|
||||||
|
* Manual: update arch specific limitations on lockbus and memthrash
|
||||||
|
stressors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 16 17:17:20 UTC 2018 - mardnh@gmx.de
|
Fri Feb 16 17:17:20 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.09.16
|
Version: 0.09.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user