From c605dd2bf94aeec1817b63113fb3b5ba192ea3972b3ac60fcb1c6992ae275e06 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 24 Sep 2019 07:16:22 +0000 Subject: [PATCH] Accepting request 732787 from home:mnhauke - Update to version 0.10.06 * stress-mcontend: ensure mmap'd file is sync'd with zero data * stress-rmap: don't make fallocate failures a rmap test failure * stress-shm: fork and exit a child to exercise shm dup and removal * stress-ng: fix jobfile with classes * stress-procfs: don't randomly read pci proc info on ARM64 * stress-procfs: remove bad buffer test, it's not portable * stress-sysfs: remove bad address reads, these fault on ARM64 * stress-inode-flags: move open/close to controlling process OBS-URL: https://build.opensuse.org/request/show/732787 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=140 --- stress-ng-0.10.05.tar.xz | 3 --- stress-ng-0.10.06.tar.xz | 3 +++ stress-ng.changes | 16 ++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.10.05.tar.xz create mode 100644 stress-ng-0.10.06.tar.xz diff --git a/stress-ng-0.10.05.tar.xz b/stress-ng-0.10.05.tar.xz deleted file mode 100644 index 5c2e884..0000000 --- a/stress-ng-0.10.05.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bebdea9ccb7f02f32cf0b704a252fe63842299e1a4cd49c7fb13519792866f42 -size 401176 diff --git a/stress-ng-0.10.06.tar.xz b/stress-ng-0.10.06.tar.xz new file mode 100644 index 0000000..5262f18 --- /dev/null +++ b/stress-ng-0.10.06.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3564ad6e8cdb5e870d9412cd62823b1b1a3a7e7bcd554e8ce6e51f9d024002b +size 401300 diff --git a/stress-ng.changes b/stress-ng.changes index 6539f8d..988c501 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 23 19:36:57 UTC 2019 - Martin Hauke + +- Update to version 0.10.06 + * stress-mcontend: ensure mmap'd file is sync'd with zero + data + * stress-rmap: don't make fallocate failures a rmap test + failure + * stress-shm: fork and exit a child to exercise shm dup and + removal + * stress-ng: fix jobfile with classes + * stress-procfs: don't randomly read pci proc info on ARM64 + * stress-procfs: remove bad buffer test, it's not portable + * stress-sysfs: remove bad address reads, these fault on ARM64 + * stress-inode-flags: move open/close to controlling process + ------------------------------------------------------------------- Wed Sep 18 19:47:08 UTC 2019 - Martin Hauke diff --git a/stress-ng.spec b/stress-ng.spec index 3f206b3..3e822e1 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.10.05 +Version: 0.10.06 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only