Accepting request 409090 from benchmark
- Update to version 0.06.12: OBS-URL: https://build.opensuse.org/request/show/409090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stress-ng?expand=0&rev=2
This commit is contained in:
commit
d7a6e2d697
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8156080d2e2ecfd93d2ea322e283c5596038778ea9a17a732fbb2452c934a06a
|
|
||||||
size 328422
|
|
3
stress-ng-0.06.12.tar.gz
Normal file
3
stress-ng-0.06.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca0d610274bf70923572d00019b1b358b620696a58f23bee6d889ad332d5216d
|
||||||
|
size 330334
|
@ -1,3 +1,57 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 16 12:00:49 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.06.12:
|
||||||
|
* Makefile: bump version once more
|
||||||
|
* Update manual page date since we've touched the manual
|
||||||
|
* stress-seal: don't abort fatally if memfd_create is not
|
||||||
|
available.
|
||||||
|
* fast-test-all: cater for non-fatal test exit status
|
||||||
|
* Add oom-pipe to fast-test-all exclusion list
|
||||||
|
* Manual: clarify that return code 3 could refer to missing
|
||||||
|
system call
|
||||||
|
* stress-fcntl: handle EAGAIN lock requests more robustly
|
||||||
|
* stress-fcntl: don't check initial GETLK status
|
||||||
|
* stress-icache: don't fail if advice fails on EINVAL
|
||||||
|
- Changes for version 0.06.11
|
||||||
|
* Makefile; bump version
|
||||||
|
* fast-test-all: don't run seccomp, it may not pass on some
|
||||||
|
kernels
|
||||||
|
* stress-fault: handle segfaults that occur on some BSD kernels
|
||||||
|
* stress-icache: only madvice if MADV_NOHUGEPAGE is defined
|
||||||
|
* stress-icache: don't assume that read/write/exec protection is
|
||||||
|
allowed
|
||||||
|
* Update cache-mfence helper. It supports ARM now. Zhiyi Sun
|
||||||
|
- Changes for version 0.06.10:
|
||||||
|
* Makefile: bump version again
|
||||||
|
* stress-atomic + build: the autodetect smarts did not work, fix
|
||||||
|
them
|
||||||
|
- Changes for 0.06.09:
|
||||||
|
* Makefile: bump version
|
||||||
|
* stress-atomic: don't make tmp volatile, fixes clang warnings
|
||||||
|
* Add smarts to Makefile to detect if atomic GCC functions are
|
||||||
|
supported
|
||||||
|
- Changes for 0.06.08:
|
||||||
|
* Makefile: bump version
|
||||||
|
* Manual: update date
|
||||||
|
* stress-ptrace: EINTR is not a failure on waitpid
|
||||||
|
* stress-tlb-shootdown: remove case where < 2 CPUs abort the test
|
||||||
|
* Add GCC atomic ops stressor
|
||||||
|
* stress-copy-file-range: handle ENOSPC as non-fatal
|
||||||
|
* stress-icache: call __clear_cache() between code modifications.
|
||||||
|
* Enable icache stressor for arm
|
||||||
|
* Add renameat2 to syscalls
|
||||||
|
* Add preadv2/prwritev2 to syscalls
|
||||||
|
* stress-lockbus: se GCC builtin __atomic_add_fetch to test lock
|
||||||
|
bus for ARMv6-v8.
|
||||||
|
* stress-epoll: void return on timer_settime
|
||||||
|
* Manual: update contributors, add Zhiyi Sun
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 12 19:05:38 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Use correct rpm group
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 5 09:16:11 UTC 2016 - mpluskal@suse.com
|
Tue Jul 5 09:16:11 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -18,19 +18,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.06.07
|
Version: 0.06.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Monitoring
|
Group: System/Benchmark
|
||||||
Url: http://kernel.ubuntu.com/~cking/stress-ng/
|
Url: http://kernel.ubuntu.com/~cking/stress-ng/
|
||||||
Source: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz
|
Source: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: keyutils-devel
|
BuildRequires: keyutils-devel
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libbsd-devel
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user