* 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	
    system call	
  * 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
  * Makefile: bump version again	
  * stress-atomic + build: the autodetect smarts did not work, fix 
    them	
  * 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	
  * 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

OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=8
This commit is contained in:
Martin Pluskal 2016-07-16 16:57:39 +00:00 committed by Git OBS Bridge
parent a1fd150868
commit 8fbf6c2bc4

View File

@ -2,50 +2,50 @@
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
* 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
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
* 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
* 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
* 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
* 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