From 569533d3fde6da1828c2ac79f54f06e7ebcf53b007538a8026920a9720a26db7 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Mon, 21 Oct 2019 19:28:23 +0000 Subject: [PATCH] Accepting request 741503 from home:mnhauke - Update to version 0.10.08 * README: Add SuSE package information * stress-x86syscall: use cpuid if it is available * stress-judy: Add Judy array stressor * Add memory hotplug stressor * stress-sendfile: add missing line after variable declaration * stress-dev: add some more linux keyboard ioctls to exercise * stress-tree: fix error messages when nodes are not found * stress-swap: detect for EINVAL errors on swapon * stress-filename: don't use chars in filename that throw EILSEQ errors * stress-fiemap: detect if file system can support FIEMAP ioctls * stress-zlib: make some char * pointers non-clobberable by longjmp * stress-urandom: add mmap'ing to /dev/urandom for more exercising * stress-zlib: use text_start and text_end based on stress-zlib object code * Add x86syscall vsyscall stressor * stress-tsc: fix info message when tsc is not supported - Add BuildRequires "libapparmor-devel" needed by stress-apparmor OBS-URL: https://build.opensuse.org/request/show/741503 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=144 --- stress-ng-0.10.07.tar.xz | 3 --- stress-ng-0.10.08.tar.xz | 3 +++ stress-ng.changes | 23 +++++++++++++++++++++++ stress-ng.spec | 3 ++- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.10.07.tar.xz create mode 100644 stress-ng-0.10.08.tar.xz diff --git a/stress-ng-0.10.07.tar.xz b/stress-ng-0.10.07.tar.xz deleted file mode 100644 index 9dca47f..0000000 --- a/stress-ng-0.10.07.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85ae86587f605225cc736e1ddba6cc5fd129dfbba0f7d94df755e2e6ac5230e6 -size 400796 diff --git a/stress-ng-0.10.08.tar.xz b/stress-ng-0.10.08.tar.xz new file mode 100644 index 0000000..a03b30d --- /dev/null +++ b/stress-ng-0.10.08.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce +size 403472 diff --git a/stress-ng.changes b/stress-ng.changes index 7a485ad..194a081 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Oct 21 13:26:17 UTC 2019 - Martin Hauke + +- Update to version 0.10.08 + * README: Add SuSE package information + * stress-x86syscall: use cpuid if it is available + * stress-judy: Add Judy array stressor + * Add memory hotplug stressor + * stress-sendfile: add missing line after variable declaration + * stress-dev: add some more linux keyboard ioctls to exercise + * stress-tree: fix error messages when nodes are not found + * stress-swap: detect for EINVAL errors on swapon + * stress-filename: don't use chars in filename that throw EILSEQ + errors + * stress-fiemap: detect if file system can support FIEMAP ioctls + * stress-zlib: make some char * pointers non-clobberable by longjmp + * stress-urandom: add mmap'ing to /dev/urandom for more exercising + * stress-zlib: use text_start and text_end based on stress-zlib + object code + * Add x86syscall vsyscall stressor + * stress-tsc: fix info message when tsc is not supported +- Add BuildRequires "libapparmor-devel" needed by stress-apparmor + ------------------------------------------------------------------- Tue Oct 1 20:44:28 UTC 2019 - Martin Hauke diff --git a/stress-ng.spec b/stress-ng.spec index 423a0c0..422531d 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.10.07 +Version: 0.10.08 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only @@ -27,6 +27,7 @@ URL: https://kernel.ubuntu.com/~cking/stress-ng/ Source: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz BuildRequires: keyutils-devel BuildRequires: libaio-devel +BuildRequires: libapparmor-devel BuildRequires: libattr-devel BuildRequires: libbsd-devel BuildRequires: libcap-devel