Accepting request 530268 from home:mnhauke

- Update to version 0.08.16:
  * Makefile: bump version
  * stress-aio-linux: automatically scale requests (LP: #1711675)
  * stress-socket-diag: sockdiag_send zero return should be checked
  * stress-socket-diag: sockdiag_send should return 0 on stress test end
  * stress-socket-diag: ensure name is sockdiag and not sock-diag
  * Add swapon/off stressor
- Update to version 0.08.15:
  * Makefile: bump version
  * Manual: update date
  * Abstract a shim for off64_t
  * shim: fix typo, error should be errno
  * stress-opcode: don't use seccomp if SECCOMP_SET_MODE_FILTER is not defined
  * stress-memrate: add volatile in void cast to fix buildw arning
  * stress-socket-diag: constify attr and cast
  * shim: move iopriority shims from io-priority.c to shim.c
  * stress-pthread: fix typo mutx -> mutex
  * Add cpu-online and oom-pipe stressors to the pathological class
  * shim: move shim_sync_file_range from stress-sync-file to shim
  * shim: use __NR_futex instead of SYS_futex in syscall
  * stress-dup: use dup3 shim
  * shim: add shim to dup3
  * stress-mincore: reset random address if it matches previous address
  * syscalls.txt: update
  * stress-clock: add half-baked attempt to set timer
  * helper: remove extraneous and incorrect < 0 after prctl call
  * fix -x exclude option
  * stress-ng: make index size_t type
  * stress-opcode: add seccomp filtering to limit syscalls
  * helper: stress_drop_capabilities: don't allow new privileges

OBS-URL: https://build.opensuse.org/request/show/530268
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=44
This commit is contained in:
Ondřej Súkup 2017-10-01 19:19:29 +00:00 committed by Git OBS Bridge
parent e5aeed72ee
commit 008d5ba55e
4 changed files with 103 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,102 @@
-------------------------------------------------------------------
Sun Oct 1 14:28:32 UTC 2017 - mardnh@gmx.de
- Update to version 0.08.16:
* Makefile: bump version
* stress-aio-linux: automatically scale requests (LP: #1711675)
* stress-socket-diag: sockdiag_send zero return should be checked
* stress-socket-diag: sockdiag_send should return 0 on stress test end
* stress-socket-diag: ensure name is sockdiag and not sock-diag
* Add swapon/off stressor
- Update to version 0.08.15:
* Makefile: bump version
* Manual: update date
* Abstract a shim for off64_t
* shim: fix typo, error should be errno
* stress-opcode: don't use seccomp if SECCOMP_SET_MODE_FILTER is not defined
* stress-memrate: add volatile in void cast to fix buildw arning
* stress-socket-diag: constify attr and cast
* shim: move iopriority shims from io-priority.c to shim.c
* stress-pthread: fix typo mutx -> mutex
* Add cpu-online and oom-pipe stressors to the pathological class
* shim: move shim_sync_file_range from stress-sync-file to shim
* shim: use __NR_futex instead of SYS_futex in syscall
* stress-dup: use dup3 shim
* shim: add shim to dup3
* stress-mincore: reset random address if it matches previous address
* syscalls.txt: update
* stress-clock: add half-baked attempt to set timer
* helper: remove extraneous and incorrect < 0 after prctl call
* fix -x exclude option
* stress-ng: make index size_t type
* stress-opcode: add seccomp filtering to limit syscalls
* helper: stress_drop_capabilities: don't allow new privileges
* Enable SCHED_DEADLINE and rework some abstraction interfaces
* timers: cast to type of tv fields rather than long long int
* stress-madvise: add MADV_WIPEONFORK
* stress-vforkmany: cleanup build warnings on munmap on openindiana
* stress-memrate: cleanup build warnings on munmap on openindiana
* stress-matrix: cleanup build warnings on munmap on openindiana
* temporarily disable SCHED_DEADLINE scheduling
- Update to version 0.08.14:
* Makefile: bump version
* Update TODO list
* Add a latin (Lorem Ipsum) random text mode to zlib method
* test-mq-posix: force failure for GNU/HURD
* test-mq-posix: fix build failure because of missing <signal.h>
* stress-resources: clean up warning when POSIX MQs are not available
* include <sys/uio.h> in stress-ng.h
* stress-mq: make build depend on HAVE_MQ_POSIX being defined
* Add branch stressor that exercises process branch prediction
* stress-memrate: perform oom adjustment in child earlier than allocation
* test-sock-diag: voidify array unix_diag to work around clang warning
* stress-kcmp: fix kcmp shim and fully implement KCMP_EPOLL_TFD stressor
* stress-semaphore: make POSIX semaphores depend on HAVE_SEM_POSIX
* stress-resources: waste POSIX message queues
* stress-resources: waste SYSV message queues
* stress-resources: waste SYSV semaphores
- Update to version 0.08.13:
* stress-rdrand: use 32 bit rdrand for i386
* stress_drop_capabilities: voidify name to avoid warning
* Enable 64 bit large file system support by default
* debian/rules: Add hardening=+all
* manual: fix several spelling mistakes
* stress-cpu: fix spelling mistake "assigment" -> "assignment"
* stress-ng: fix spelling mistake "afer" -> "after"
* stress-opcode: drop all capabilties so we can't do much
damage (LP: #1714044)
* helper: add stress_drop_capabilities to drop all capabilities
* stress-socket-diag: use new HAVE_SOCK_DIAG_H build time check flag
* Add sock_diag.h auto configure build time checking
* Add sockdiag stressor
* stress-fcntl: fix build failure on SLES11 SP4 (LP: #1709905)
* stress-cyclic: fix build warning on systems w/o atomic ops
* stress-softlockup: fix build warning on systems w/o atomic ops
- Update to version 0.08.12:
* Makefile: bump version
* helper: add more debug to filenames to help debugging
* stress-inode-flags: fix incorrect path being used on
directory (LP: #1712857)
- Update to version 0.08.11:
* Makefile: bump version
* stress-zlib: use _start for OpenBSD builds
* stress-zlib: don't build objcode stress method for sun targets
* Manual: update date
* Add objcode zlib stressor method to compress object code data
* stress-zlib: sort zlib methods by name
* exit immediately on end of --stressors option
* stress-inode-flags: remove temp file and directory
* Fix comment in helper
* stress-radixsort: fix warning on calloc sizeof
* Add new inode-flags stressor
* stress-dev: correct a comment
* stress-dev: add select and F_GETSIG fcntl calls
-------------------------------------------------------------------
Tue Aug 8 06:28:58 UTC 2017 - mardnh@gmx.de

View File

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