Accepting request 590898 from home:mnhauke

- Update to version 0.09.22
  * Makefile: bump version
  * stress-mmap: add extra checking on fd, don't do I/O on -ve fd
  * out-of-memory: ensure buffer is null-terminated
  * out-of-memory: move non-linux variant of process_oomed
  * out-of-memory: detect if a stressor was killed by the OOM killer and
    don't mark it as a strict stressor failure (LP: #1755245)
  * stress-mmap: add missing I/O to/from mmap'd buffer on mmap'd address
  * stress-ng.h: fix missing perf option (LP: #1758383)

OBS-URL: https://build.opensuse.org/request/show/590898
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=85
This commit is contained in:
David Sterba 2018-03-26 11:25:36 +00:00 committed by Git OBS Bridge
parent 6790f76300
commit 2d7070e847
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 25 09:22:23 UTC 2018 - mardnh@gmx.de
- Update to version 0.09.22
* Makefile: bump version
* stress-mmap: add extra checking on fd, don't do I/O on -ve fd
* out-of-memory: ensure buffer is null-terminated
* out-of-memory: move non-linux variant of process_oomed
* out-of-memory: detect if a stressor was killed by the OOM killer and
don't mark it as a strict stressor failure (LP: #1755245)
* stress-mmap: add missing I/O to/from mmap'd buffer on mmap'd address
* stress-ng.h: fix missing perf option (LP: #1758383)
-------------------------------------------------------------------
Thu Mar 22 19:40:10 UTC 2018 - mardnh@gmx.de

View File

@ -18,7 +18,7 @@
Name: stress-ng
Version: 0.09.21
Version: 0.09.22
Release: 0
Summary: Tool to load and stress a computer
License: GPL-2.0-only