Dominique Leuenberger 2019-10-22 13:45:05 +00:00 committed by Git OBS Bridge
commit 40b19f8fd2
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85ae86587f605225cc736e1ddba6cc5fd129dfbba0f7d94df755e2e6ac5230e6
size 400796

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce
size 403472

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Oct 21 13:26:17 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de> Tue Oct 1 20:44:28 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -18,7 +18,7 @@
Name: stress-ng Name: stress-ng
Version: 0.10.07 Version: 0.10.08
Release: 0 Release: 0
Summary: Tool to load and stress a computer Summary: Tool to load and stress a computer
License: GPL-2.0-only 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 Source: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz
BuildRequires: keyutils-devel BuildRequires: keyutils-devel
BuildRequires: libaio-devel BuildRequires: libaio-devel
BuildRequires: libapparmor-devel
BuildRequires: libattr-devel BuildRequires: libattr-devel
BuildRequires: libbsd-devel BuildRequires: libbsd-devel
BuildRequires: libcap-devel BuildRequires: libcap-devel