Accepting request 726611 from benchmark
OBS-URL: https://build.opensuse.org/request/show/726611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stress-ng?expand=0&rev=62
This commit is contained in:
commit
aeb1a66381
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d09dd2a1aea549e478995bf9be90b38906a4cdf33ea7b245ef9d46aa5213c074
|
||||
size 397988
|
3
stress-ng-0.10.02.tar.xz
Normal file
3
stress-ng-0.10.02.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35eead6070401d725ce2c71fb3fe913860ee76454761eb6e851220097e570d80
|
||||
size 400788
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 09:35:54 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.10.02
|
||||
* stress-pthread: protect counter with spinlock not mutex lock
|
||||
* stress-pthread: don't block forever on pthread_cond_wait()
|
||||
* core-cache: use a fixed size buffer for reading in /sys info
|
||||
* stress-pty: don't report a failure on EINTR (LP: #1840512)
|
||||
* stress-cpu: add an x86 cpuid instruction exerciser
|
||||
* stress-cpu: add a 64 bit division stressor
|
||||
* stress-pthread: don't tkill pthreads, can lead to futex blocking
|
||||
|
||||
- Update to version 0.10.01
|
||||
* stress-procfs: disable read to read-only buffer
|
||||
* stress-procfs: don't use large filenames on small pthread stacks
|
||||
* bash-completion: remove the shebang at the start
|
||||
* stress-ramfs: fix umounting races
|
||||
* stress-ramfs: add capability check before running
|
||||
* Add ramfs stressor, this also exercises the new mount system calls
|
||||
* Add brk emulation for systems that don't support brk()
|
||||
* stress-clone: add CLONE_PIDFD (new with Linux 5.2)
|
||||
* stress-cpu: warn if CPU affinity may have been set
|
||||
* stress-vforkmany: fix build error
|
||||
* stress-vforkmany: wrap vfork syscall and put pragmas around it
|
||||
* stress-fork: move pragmas to outside the stress_vfork function
|
||||
* stress-memrate: handle memory sizes < 1MB
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 20:44:08 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.10.00
|
||||
Version: 0.10.02
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user