SHA256
1
0
forked from pool/stress-ng

Accepting request 781660 from home:mnhauke

- Update to version 0.11.02
  * core-parse-opts: cater for -ve values
  * core-parse-opts: check for non-numeric in numeric args
  * Fix --random mode
  * Allow negative --random for selecting number of online CPUs
  * stress-prctl: add PR_SET_IO_FLUSHER PR_GET_IO_FLUSHER prctl
    commands
  * stress-mmapfork: check if parent is OOM'd and force exit on
    early abort
  * stress-mmapfork: force reap on interrupt waiting for pid
  * stress-mmapfork: ensure we kill and reap child processes
  * stress-mmapfork: reap when no more process slots are free
  * stress-mmap: add in more yield points

OBS-URL: https://build.opensuse.org/request/show/781660
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=168
This commit is contained in:
Martin Pluskal 2020-03-05 07:34:12 +00:00 committed by Git OBS Bridge
parent aafa9b43f7
commit 85a5fc3a99
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fe19548c87aa1a1b9b2be3b359ec2621b88bcb16998b77527549a7736f65494
size 421236

3
stress-ng-0.11.02.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad1a6fca8f90f67a4364aa6ff0c406995960dc4f8689e9d5289fc083e1d8986f
size 421596

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Mar 4 19:58:41 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.11.02
* core-parse-opts: cater for -ve values
* core-parse-opts: check for non-numeric in numeric args
* Fix --random mode
* Allow negative --random for selecting number of online CPUs
* stress-prctl: add PR_SET_IO_FLUSHER PR_GET_IO_FLUSHER prctl
commands
* stress-mmapfork: check if parent is OOM'd and force exit on
early abort
* stress-mmapfork: force reap on interrupt waiting for pid
* stress-mmapfork: ensure we kill and reap child processes
* stress-mmapfork: reap when no more process slots are free
* stress-mmap: add in more yield points
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 26 13:31:21 UTC 2020 - Martin Hauke <mardnh@gmx.de> Wed Feb 26 13:31:21 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -18,7 +18,7 @@
Name: stress-ng Name: stress-ng
Version: 0.11.01 Version: 0.11.02
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