Accepting request 627248 from home:mnhauke
- Update to version 0.09.36 * Makefile: bump version * stress-schedpolicy: ignore EINVAL on non-POSIX policies * mungify _ to - on stressor name before calling the stressor * stress-seek: disabled SEEK_HOLE and SEEK_DATA for OS X * stress-fp-error: relax checking on non-Linux systems * stress-schedpolicy: skip FIFO if sched_get_priority_min/max return -1 * stress-mknod: fix cut-n-paste error on struct stress_info_t * stress-fp-error: be less pedantic with errno checks on non-Linux systems * stress-mknod: disable this for non-Linux systems * stress-affinity: check that process can set CPU affinity * stress-access: remove AT_SYMLINK_NOFOLLOW, it is not needed * stress-vm-segv: remove some old commented out debug text * stress-vm-segv: retry on ENOMEM on fork * stress-vm-segv: make child process non-dumpable * test/test_modify_ldt: fail for no-x86 architectures * stress-cpu: compute geometric mean by split mantissa and exponent method * stress-fork: turn warnings off around vfork and not fork * stress-dentry: fall back to using fcntl if flock is not available * Turn off warnings around vfork calls * Makefile: "SunOS" should be SunOS and not quoted in if statement * Makefile: check for SunOS to use non-default grep for -e capability * stress-dentry: don't flock the entry if we don't have flock flags OBS-URL: https://build.opensuse.org/request/show/627248 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=112
This commit is contained in:
parent
c9eab70f7b
commit
df1ffe210b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64ad70166b40fbe5e38b7260842ceabe67913441fde1ffddf53e0c0877d49529
|
||||
size 353748
|
3
stress-ng-0.09.36.tar.xz
Normal file
3
stress-ng-0.09.36.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16102abee20fe26b1a8784ab05c61b3e72474503bc50b9debc9f457cb4b4e228
|
||||
size 354012
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 06:38:56 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Update to version 0.09.36
|
||||
* Makefile: bump version
|
||||
* stress-schedpolicy: ignore EINVAL on non-POSIX policies
|
||||
* mungify _ to - on stressor name before calling the stressor
|
||||
* stress-seek: disabled SEEK_HOLE and SEEK_DATA for OS X
|
||||
* stress-fp-error: relax checking on non-Linux systems
|
||||
* stress-schedpolicy: skip FIFO if sched_get_priority_min/max return -1
|
||||
* stress-mknod: fix cut-n-paste error on struct stress_info_t
|
||||
* stress-fp-error: be less pedantic with errno checks on non-Linux systems
|
||||
* stress-mknod: disable this for non-Linux systems
|
||||
* stress-affinity: check that process can set CPU affinity
|
||||
* stress-access: remove AT_SYMLINK_NOFOLLOW, it is not needed
|
||||
* stress-vm-segv: remove some old commented out debug text
|
||||
* stress-vm-segv: retry on ENOMEM on fork
|
||||
* stress-vm-segv: make child process non-dumpable
|
||||
* test/test_modify_ldt: fail for no-x86 architectures
|
||||
* stress-cpu: compute geometric mean by split mantissa and exponent method
|
||||
* stress-fork: turn warnings off around vfork and not fork
|
||||
* stress-dentry: fall back to using fcntl if flock is not available
|
||||
* Turn off warnings around vfork calls
|
||||
* Makefile: "SunOS" should be SunOS and not quoted in if statement
|
||||
* Makefile: check for SunOS to use non-default grep for -e capability
|
||||
* stress-dentry: don't flock the entry if we don't have flock flags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 20 12:50:47 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.09.35
|
||||
Version: 0.09.36
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user