forked from pool/stress-ng
Accepting request 564002 from home:mnhauke
- Update to version 0.09.10 * Makefile: bump version * stress-tlb-shootdown: ensure proc_mask is zero'd before use * Makefile.config: make fdatasync test fail if prototype is different * stress-rawdev: fix warning on non-linux builds * Manual: add another contributor to the manual * stress-unshare: throttle back when resources are getting low * stress-rawdev: make min/max block size #define values * stress-rawdev: ensure blksize cannot be less than 512 bytes * stress-rawdev: don't allow insanely sized block sizes * stress-rawdev: add a keep stressing check inside wiggle 2nd loop * stress-rawdev: ensure shifted values are never zero * stress-rawdev: use correct type for reading block size * stress-resources: ensure we don't have too many resource forks * stress-resources: try hard not to get too many OOMs * stress-dev: disable /dev/hpet testing when running as root * debian/control: skip requirement of libkeyutils-dev for ia64 * stress-matrix: fix broken xy vs yx matrix method selection * stress-vm: remove a duplicated check addr == ptr * stress-filename: compare to zero rather than <= 0 * stress-fcntl.c: fix syntax errors * Update copyright year OBS-URL: https://build.opensuse.org/request/show/564002 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=63
This commit is contained in:
parent
e499066be1
commit
3f1d0c5784
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e993fddb1d990a0cdb23b2af6cf6c417a1c09e155ada7c558ad80eae8a5feed3
|
||||
size 313068
|
3
stress-ng-0.09.10.tar.xz
Normal file
3
stress-ng-0.09.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac4c6edc785c6fc4211015c0e1d67861d839ad6a7b796ef9beefd26399c9e052
|
||||
size 313888
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 14:46:17 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Update to version 0.09.10
|
||||
* Makefile: bump version
|
||||
* stress-tlb-shootdown: ensure proc_mask is zero'd before use
|
||||
* Makefile.config: make fdatasync test fail if prototype is different
|
||||
* stress-rawdev: fix warning on non-linux builds
|
||||
* Manual: add another contributor to the manual
|
||||
* stress-unshare: throttle back when resources are getting low
|
||||
* stress-rawdev: make min/max block size #define values
|
||||
* stress-rawdev: ensure blksize cannot be less than 512 bytes
|
||||
* stress-rawdev: don't allow insanely sized block sizes
|
||||
* stress-rawdev: add a keep stressing check inside wiggle 2nd loop
|
||||
* stress-rawdev: ensure shifted values are never zero
|
||||
* stress-rawdev: use correct type for reading block size
|
||||
* stress-resources: ensure we don't have too many resource forks
|
||||
* stress-resources: try hard not to get too many OOMs
|
||||
* stress-dev: disable /dev/hpet testing when running as root
|
||||
* debian/control: skip requirement of libkeyutils-dev for ia64
|
||||
* stress-matrix: fix broken xy vs yx matrix method selection
|
||||
* stress-vm: remove a duplicated check addr == ptr
|
||||
* stress-filename: compare to zero rather than <= 0
|
||||
* stress-fcntl.c: fix syntax errors
|
||||
* Update copyright year
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 21:29:32 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.09.09
|
||||
Version: 0.09.10
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user