- Update to version 0.06.12:

OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=7
This commit is contained in:
Martin Pluskal 2016-07-16 12:19:36 +00:00 committed by Git OBS Bridge
parent 654d45b2f2
commit a1fd150868
4 changed files with 53 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
Name: stress-ng
Version: 0.06.07
Version: 0.06.12
Release: 0
Summary: Tool to load and stress a computer
License: GPL-2.0