From e33d3fb7f0917b56a0833045ba8d159d1efbc5c87cd0159c732ad0060b6c235a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 23 Sep 2016 12:47:39 +0000 Subject: [PATCH] - Update to version 0.06.17: OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=12 --- stress-ng-0.06.14.tar.gz | 3 -- stress-ng-0.06.17.tar.gz | 3 ++ stress-ng.changes | 86 ++++++++++++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 90 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.06.14.tar.gz create mode 100644 stress-ng-0.06.17.tar.gz diff --git a/stress-ng-0.06.14.tar.gz b/stress-ng-0.06.14.tar.gz deleted file mode 100644 index 3a4d473..0000000 --- a/stress-ng-0.06.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b9611f0e69645d271ef9ce39cab4f22ce1a98590ccd9ef41635b7c95d677e1a -size 332760 diff --git a/stress-ng-0.06.17.tar.gz b/stress-ng-0.06.17.tar.gz new file mode 100644 index 0000000..6130f2f --- /dev/null +++ b/stress-ng-0.06.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2836df40479bd2ee5c5823e73025bff3c1b9c6f1ec3f65f05c96e2a28e4c7de +size 337099 diff --git a/stress-ng.changes b/stress-ng.changes index 8291dd1..bcaf769 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,89 @@ +------------------------------------------------------------------- +Fri Sep 23 12:42:24 UTC 2016 - mpluskal@suse.com + +- Update to version 0.06.17: + * Makefile: bump version + * Update manual to explain the caveats with --perf + * perf: detect when perf counters can't be used (LP: #1626009) + - add better explanation on how to enable --perf as + an unprivileged user +- Changes for version 0.06.16: + * Makefile: bump version + * Makefile: add test-libsctp.c to make dist rule + * test-libcrypt: fix cppcheck warning + * Debian/control: add libgcrypt11-dev + * stress-procfs: clear stack before use + * manual: update date + * stress-sysfs: only report an info message on instance 0 + * test-libsctp: add some checks for required macros + * sched: fix build warning when building with clang on minix + * sched: fix build warning when building with clang on minix + * stress-stack: fix build warning when building with clang on minix + * stress-mmap: fix build warning when building with clang on minix + * stress-get: fix build warning with clang on minix + * stress-sctp: add in missing --sctp-domain option, update manual + * Update net helper to add addresses, add new SCTP stressor + * Some minor cleanups to main stress-ng header, nothing major + * rename get_unsigned_long to get_uint32 + * Some more 80 column source line width fixes + * stress-sysfs: use fstat rather than access on path + * stress-procfs: forgot to re-open closed file + * stress-procfs: add some illegal read calls to try to break procfs + * stress-sysfs: add some illegal read calls to try to break sysfs + * Make snapcraft confinement devmode + * Minor formatting changes to ensure 80 column wide source + * stress-tlb-shootdown: fix indentation + * stress-context: don't build with sigaltstack if minix or hurd + * stress-context: add use of sigaltstack and SS_AUTODISARM + * helper: fix indentation + * stress-opcode: fix indentation + * stress-ioprio: remove duplicate and badly indented umask() call + * stress-epoll: fix indentation on if statement + * helper: set core size to zero if possible with setrlimit + * helper: force number of cpus to be 1 if sysconf not available + * net: declare missing in6addr_any for minix + * stress-mmap: make mprotect a no-op for minix + * stress-mmap: don't use msync for minix + * stress-shm-sysv: don't use msync for minix + * stress-stack: don't use sigaltstack for minix + * sched: make this a no-op for minix + * mlock: make this a no-op for minix + * don't enable STRESS_MSYNC for minix + * don't enable STRESS_YIELD for minix + * stress-flock: don't yield if minix + * mincore: make this a no-op for minix + * madvise: this is a no-op for minix + * stress-mlock: don't build for minix + * stress-cpu: minix does not support cabsl, use cabs instead + * stress-hdd: don't do madvise for minix + * stress-get: minix does not have getpgrp() + * stress-ng.h: don't build in mlock stressor if minix + * forgot to guard MLOCK stressor with STRESS_MLOCK check + * stress-get: minix does not have getpgid() + * mounts: fix build issues for minix + * mincore: fix build warning on minix + * stress-ng.h: only include if it is available + * stress-wait: cater for systems that lack WCONTINUED + * stress-sigsuspend: remove header inclusion, not required + * stress-quota: make err local to each code block + * stress-quota: remove redundant err assignment + * stress-quota: rename local errno so we don't alias global errno + * stress-quota: fix cppcheck style warning + * stress-madvise: fix cppcheck style warning + * stress-clock: fix cppcheck style warning + * stress-sysfs: fix cppcheck style warning, initialize stack + * stress-ng: clarify precedence of & and ?, fixes cppcheck style warnings + * stress-handle: ensure scanf %s field is limited to avoid overruns + * Fix SunOS builds, add socket and nsl library link flags + * Use mfence instead of __sync_synchronize for gcc pre 4.2 on x86 + * Makefile: explicitly specify C standard using --std=gnu99 + * stress-vm: don't use binary constants, gcc may not support these +- Changes for 0.06.15: + * Makefile: bump version + * stress-af-alg: account for number of ENOENT crypto bind failures + * stress-af-alg: don't report bind on ENOENT as a failure (LP: #1617788) + - retry is performed, failures are accounted for in debug verbose -v mode + ------------------------------------------------------------------- Sat Aug 27 08:52:55 UTC 2016 - mpluskal@suse.com diff --git a/stress-ng.spec b/stress-ng.spec index 21caed9..858269d 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.06.14 +Version: 0.06.17 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0