From 2d7070e84719f687a1de9c6e0e1b3d926caa5bb96045a98d7e4d125ed7a2533d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 26 Mar 2018 11:25:36 +0000 Subject: [PATCH] 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 --- stress-ng-0.09.21.tar.xz | 3 --- stress-ng-0.09.22.tar.xz | 3 +++ stress-ng.changes | 13 +++++++++++++ stress-ng.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.21.tar.xz create mode 100644 stress-ng-0.09.22.tar.xz diff --git a/stress-ng-0.09.21.tar.xz b/stress-ng-0.09.21.tar.xz deleted file mode 100644 index 008f40a..0000000 --- a/stress-ng-0.09.21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5722d8c122fda2a73fa09e2d2029854aa1a08314b6f0cd221fb130e32a74f3fe -size 335772 diff --git a/stress-ng-0.09.22.tar.xz b/stress-ng-0.09.22.tar.xz new file mode 100644 index 0000000..9025db0 --- /dev/null +++ b/stress-ng-0.09.22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e905d97fb1e790ad9c4a3e7c7dc2716aeefb5fa2af8d9e47f9461e5738d0c4a +size 336244 diff --git a/stress-ng.changes b/stress-ng.changes index 3a92914..e67f54d 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -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 diff --git a/stress-ng.spec b/stress-ng.spec index 839e53a..3471418 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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