From 008d5ba55eb0edfd981194badbb1a826d7dc3a9727528aa90d8305f2d2431958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 1 Oct 2017 19:19:29 +0000 Subject: [PATCH] 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 --- stress-ng-0.08.10.tar.gz | 3 -- stress-ng-0.08.16.tar.gz | 3 ++ stress-ng.changes | 99 ++++++++++++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 103 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.08.10.tar.gz create mode 100644 stress-ng-0.08.16.tar.gz diff --git a/stress-ng-0.08.10.tar.gz b/stress-ng-0.08.10.tar.gz deleted file mode 100644 index 9984b03..0000000 --- a/stress-ng-0.08.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2465f788ce297a9ea496df3b6084ee6835836d15c118a07d26273a977cdcd12 -size 435918 diff --git a/stress-ng-0.08.16.tar.gz b/stress-ng-0.08.16.tar.gz new file mode 100644 index 0000000..127bde0 --- /dev/null +++ b/stress-ng-0.08.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315311d4fd09d1e06935bcb9c72b8bbb8289f8d4385a32a6b427bd067d816a87 +size 446671 diff --git a/stress-ng.changes b/stress-ng.changes index 1d51115..9d3c7d5 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -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 + * stress-resources: clean up warning when POSIX MQs are not available + * include 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 diff --git a/stress-ng.spec b/stress-ng.spec index c0150e7..8323ccb 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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