From cdade993d7a6c1273328659afdc27c4cd584883750d720ea0d2d386931df7cb1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 12 Jan 2020 07:56:18 +0000 Subject: [PATCH] Accepting request 763353 from home:mnhauke - Update to version 0.10.16 * stress-bad-altstack: aggressively re-try when we can't segfault the handler * stress-aio-linux: perform periodic async fdsync and fsync and use lots of open files * stress-aio-linux: add async reads and allocate buffers * stress-dev: Add TIOCMBIS and TIOCMBIC ioctls * stress-dev: add TIOCNXCL and TIOCEXCL ioctls * stress-dev: add a couple more tty specific ioctls * stress-aio: fix sleepy wait to make it interruptible * Manual: move the --set and --set-ops to the correct place * stress-sysfs: improve timeout on slow sysfs entries * stress-ramfs: create/lstat/remove symlink file on ramfs filesystem OBS-URL: https://build.opensuse.org/request/show/763353 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=162 --- stress-ng-0.10.15.tar.xz | 3 --- stress-ng-0.10.16.tar.xz | 3 +++ stress-ng.changes | 18 ++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.10.15.tar.xz create mode 100644 stress-ng-0.10.16.tar.xz diff --git a/stress-ng-0.10.15.tar.xz b/stress-ng-0.10.15.tar.xz deleted file mode 100644 index 91a582a..0000000 --- a/stress-ng-0.10.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d0ca8a2f287e13c2d36c01e874d16d67bcb368d8d26563324c9aaf0ddb100c1 -size 414576 diff --git a/stress-ng-0.10.16.tar.xz b/stress-ng-0.10.16.tar.xz new file mode 100644 index 0000000..8d806da --- /dev/null +++ b/stress-ng-0.10.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabfffcffcf53e67765181280456c204ad00214339cfdb3ee2769d58b4a7e304 +size 415740 diff --git a/stress-ng.changes b/stress-ng.changes index 39d76d7..7840186 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Jan 11 18:31:58 UTC 2020 - Martin Hauke + +- Update to version 0.10.16 + * stress-bad-altstack: aggressively re-try when we can't + segfault the handler + * stress-aio-linux: perform periodic async fdsync and fsync + and use lots of open files + * stress-aio-linux: add async reads and allocate buffers + * stress-dev: Add TIOCMBIS and TIOCMBIC ioctls + * stress-dev: add TIOCNXCL and TIOCEXCL ioctls + * stress-dev: add a couple more tty specific ioctls + * stress-aio: fix sleepy wait to make it interruptible + * Manual: move the --set and --set-ops to the correct place + * stress-sysfs: improve timeout on slow sysfs entries + * stress-ramfs: create/lstat/remove symlink file on ramfs + filesystem + ------------------------------------------------------------------- Fri Jan 3 19:30:53 UTC 2020 - Martin Hauke diff --git a/stress-ng.spec b/stress-ng.spec index 231a1f3..5f120b5 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.10.15 +Version: 0.10.16 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only