From c2189d9c61c6feedd5de0fad789ffe6a780563ef91111aae07af14983e452f2a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 8 Jun 2018 13:55:16 +0000 Subject: [PATCH] Accepting request 615238 from home:mnhauke - Update to version 0.09.29 * Makefile: bump version * Manual: fix spelling mistakes and update date * stress-sigfpe: remove need for fp_zero * stress-sigfpe: cater for systems without SA_SIGINFO * stress-socket: fix warning on unused variable ret * stress-sigfpe: remove feenableexcept, it is extraneous * stress-sigfpe: fix verify mode, match exception with error code * stress-sigfpe: zero siginfo struct * stress-apparmor: kill child processes aggressively * stress-sigfpe: reset fp exception states to fix math issues * stress-apparmor: add more yield point checking * Makefile.config: move pthread library to end to fix static linking issues * Fix typo in manual, --mmapfixedA-ops -> --mmapfixed-ops * stress-sigfpe: force more fpe exceptions, exercise handler more * stress-socket: use TCP_QUICKACK if available * stress-socket: add FIONREAD size peeking * stress-userfaultfd: exercise /proc/$pid/fdinfo/$timerfd proc file * stress-timerfd: exercise /proc/$pid/fdinfo/$timerfd proc file * Rename g_terminate_signum to terminate_signum and make it static * Renaming symbols to indicate they are used in process termination * Remove some unused old struct typedefs * Make some functions static * Deconstify some const pointers (ughh) * Add deconstifier helper. * remove redundant and shadowing variable ret * stress-dccp: add missing , * Move the class info into the stressor_info_t for each stressor * Rename class_t to class_info_t OBS-URL: https://build.opensuse.org/request/show/615238 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=100 --- stress-ng-0.09.28.tar.xz | 3 --- stress-ng-0.09.29.tar.xz | 3 +++ stress-ng.changes | 46 ++++++++++++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 50 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.28.tar.xz create mode 100644 stress-ng-0.09.29.tar.xz diff --git a/stress-ng-0.09.28.tar.xz b/stress-ng-0.09.28.tar.xz deleted file mode 100644 index 79af4c0..0000000 --- a/stress-ng-0.09.28.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bce494b1f2fa54973f4824c9d32eecfba05e251463530e12fb971d5b2925cb5a -size 346540 diff --git a/stress-ng-0.09.29.tar.xz b/stress-ng-0.09.29.tar.xz new file mode 100644 index 0000000..de27b47 --- /dev/null +++ b/stress-ng-0.09.29.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e701b5a11db8135bac3b7a47efea8573987df1d879d01f5d8c34cf61880490e +size 349276 diff --git a/stress-ng.changes b/stress-ng.changes index 416dc32..febdba3 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Fri Jun 8 13:03:02 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.29 + * Makefile: bump version + * Manual: fix spelling mistakes and update date + * stress-sigfpe: remove need for fp_zero + * stress-sigfpe: cater for systems without SA_SIGINFO + * stress-socket: fix warning on unused variable ret + * stress-sigfpe: remove feenableexcept, it is extraneous + * stress-sigfpe: fix verify mode, match exception with error code + * stress-sigfpe: zero siginfo struct + * stress-apparmor: kill child processes aggressively + * stress-sigfpe: reset fp exception states to fix math issues + * stress-apparmor: add more yield point checking + * Makefile.config: move pthread library to end to fix static linking + issues + * Fix typo in manual, --mmapfixedA-ops -> --mmapfixed-ops + * stress-sigfpe: force more fpe exceptions, exercise handler more + * stress-socket: use TCP_QUICKACK if available + * stress-socket: add FIONREAD size peeking + * stress-userfaultfd: exercise /proc/$pid/fdinfo/$timerfd proc file + * stress-timerfd: exercise /proc/$pid/fdinfo/$timerfd proc file + * Rename g_terminate_signum to terminate_signum and make it static + * Renaming symbols to indicate they are used in process termination + * Remove some unused old struct typedefs + * Make some functions static + * Deconstify some const pointers (ughh) + * Add deconstifier helper. + * remove redundant and shadowing variable ret + * stress-dccp: add missing , + * Move the class info into the stressor_info_t for each stressor + * Rename class_t to class_info_t + * stress-cpu: fix bitops checksum + * stress-access: fix build warning on Solaris with %o on mode_t + * stress-memthrash: restore accidentally removed function + stress_set_memthrash_method + * stress-mergesort: fix missing { + * affinity: fix prototype of set_cpu_affinity + * stress-cyclic: fix build warning on non-linux systems + * Point to stress_not_implemented rather than wrapping each time + * Add stressor_info_t for stress specific info + * Clean up optarg handling, make it more table driven + * Revert Add pr_* logging sleepy locks (LP: #1774571) + * Add pr_* logging sleepy locks + ------------------------------------------------------------------- Fri Jun 1 19:47:36 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index 40c41c3..7fdf331 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.28 +Version: 0.09.29 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only