- Update to version 0.07.25:

OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=21
This commit is contained in:
Martin Pluskal 2017-03-18 11:17:33 +00:00 committed by Git OBS Bridge
parent 0bc634ff61
commit 36a277340d
4 changed files with 79 additions and 4 deletions

View File

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

3
stress-ng-0.07.25.tar.gz Normal file
View File

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

View File

@ -1,3 +1,78 @@
-------------------------------------------------------------------
Sat Mar 18 11:16:38 UTC 2017 - mpluskal@suse.com
- Update to version 0.07.25:
* helper: avoid calling sched_cpu on ppc64le
* Makefile: remove NOTPARALLEL, it's not helpful
* fast-test-all: remove xattr as it can break some file systems
* Makefile: don't autoconfig if we are making dist clean or install
* stress-mlock: add in const to void when calling mlock
* stress-icache: unconstify page_addr to clean up build warnings
* stress-vm: rename ret to waitret to fix variable shadowing
* stress-chroot: rename ret to waitret to fix variable shadowing
* stress-chroot: rename static path to temppath
* Makefile: display config steps and don't break if config is not available
* Add NOPARALLEL to config rules
* Makefile: Add .PHONY to rules
* manual: forgot to add the manual from the zlib changes
* stress-madvise: avoid overuse of MADV_HWPOISON (LP: #1672387)
* vecmath: use gcc __int128_t types if they are available
* Makefile: remove -g flag from default build
* README: update number of stressors and examples on how to build
* manual: update contributors list
* manual: fix escape around - for a stress-ng iomix example
* stress-fstat: remove siglongjmp, bad idea in threads
* stress-fstat: forgot to sigfillset on set
* helper: use correct format specifier to print size_t variable
* syscalls: add statx entry to table
* stress-fstat: run multiple threads on fstat for more stress
* stress-wait: fix spelling mistake in comment
* stress-socketpair: remove empty line
* stress-null: add mmap'ing and msync writes to /dev/null
* stress-memcpy: add in structure copying
* stress-flock: remove empty line
* stress-zero: privately mmap to /dev/zero rather than shared map
* stress-zero: add write to /dev/zero as this is also allowed
* stress-zlib: remove redundant assignment to ret
* stress-zlib: use PRIu64 format specifiers for uint64_t types
* stress-fcntl: fix build warning on minix
* helper: sigaltstack is available for GNU/HURD
* helper: fix random segfaults because of setting stack start incorrectly
* stress-zlib: clean up some tabbing/whitespace alignments in table
* stress-ng: don't use stress_set_zlib_method if zlib is not available
* helper: set sa_flags to SA_ONSTACK to fix stackmmap segfault
* stress-stackmmap: ensure signal handler stack is not on the stack
* stress-stackmmap: fix random segfaulting
* stress-atomic: fix build of this stressor
* Add a stress_sigaltstack alt stack helper and use helper
* Revert "helper: ensure ss_flags are set to SA_ONSTACK"
* helper: ensure ss_flags are set to SA_ONSTACK
* helper: GNU/HURD and Minix don't support sigaltstack, so ignore this
* stress_sighandler: ensure signal handlers use alternative signal stack
* stress-stackmmap: jump back to main loop via swapcontext
* Forgot to check in modifications to stress-ng.[ch] for the zlib changes
* stress-zlib: add check sum sanity checking and --zlib-method
* affinity: voidify returns from printf family of calls
* voidify returns from fflush
* voidify returns from printf family of calls
* voidify return from kill()
* voidify return from close, fclose and closedir
* stress-fcntl: minix does not require fd_get
* helper: use STRESS_SC_PAGES as defined in previous commit
* helper: try to use avg available phys pages and then total phys pages
* stress-ng.h: Re-organise ordering and formatting of macros
* Clean up the GCC attribute macros
* Add ALWAYS_INLINE gcc macro, force inlining of some critical functions
* Add a NORETURN gcc attribute macro and flag waste_resources accordingly
* stress-vm: initialize bit_error_count as MAP_FAILED
* stress-vm: check for bit errors and report them rather than ignoring them
* stress-bigheap: ensure heap growth size is rounded to pagesize
* Add new helper to check sizes in bytes and print in human readable format
* Allow memory stressors to run with ridiculously large allocations
* Allow one to specify sizes of files or memory in % of total available.
* Manual: clarify --cpu-load and --cpu-slice options
* Print out stressors in a class when using --class <name>?
-------------------------------------------------------------------
Mon Feb 27 11:55:19 UTC 2017 - mpluskal@suse.com

View File

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