From b830e7f373765c8d9fa45dd4143940ce9067b43b3c86e1f8f63546bd434b28bb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 6 Nov 2019 16:33:19 +0000 Subject: [PATCH] Accepting request 745602 from home:mnhauke - Update to version 0.10.09 * code cleanup * stress-af-alg: add default configs to complement /proc/crypto list * stress-af-alg: add defconfigs with --af-alg-dump * stress-af-alg: introduce the --af-alg-dump option * stress-af-alg: use 'aead' salg_type for CRYPTO_AEAD on bind() * stress-af-alg: fix sockaddr algorithm type on bind() * stress-stack: check for ENOMEM fork failure and retry * stress-stack: don't throw a fatal error when sigaltstack fails * stress-stack: return error code in child using _exit() and not return * core-madvise: Add 5.4 MADV_COLD and MADV_PAGEOUT hints * stress-prctl: add PR_GET_SPECULATION_CTRL exerciser * Manual: update af-alg description * Make a couple of const strings static * stress-af-alg: fix build errors on undefined macros * stress-af-alg: add aead support * stress-af-alg: remove some debugging messages * stress-af-alg: remove old unused crypto structures * stress-af-alg: only add crypto algorithms that are supported by the stressor * stress-af-alg: use crypto algorithm data from /proc/crypto * stress-clone: Add CLONE_NEWCGROUP * stress-daemon: add expanding backoff timeout * stress-daemon: keep retrying fork if we don't have enough resources * stress-daemon: add minor backoff before fork retry (LP: #1849595) * stress-vm: print stressor name using args->name rather than literal string * stress-readahead: print stressor name in failure message * stress-matrix-3d: use pr_fail for short error failure messages OBS-URL: https://build.opensuse.org/request/show/745602 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=146 --- stress-ng-0.10.08.tar.xz | 3 --- stress-ng-0.10.09.tar.xz | 3 +++ stress-ng.changes | 37 +++++++++++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.10.08.tar.xz create mode 100644 stress-ng-0.10.09.tar.xz diff --git a/stress-ng-0.10.08.tar.xz b/stress-ng-0.10.08.tar.xz deleted file mode 100644 index a03b30d..0000000 --- a/stress-ng-0.10.08.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce -size 403472 diff --git a/stress-ng-0.10.09.tar.xz b/stress-ng-0.10.09.tar.xz new file mode 100644 index 0000000..7764c65 --- /dev/null +++ b/stress-ng-0.10.09.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c633871584d7dc2f43c6b3553f727008b7dc0dc5bfceb4260684dedbe00624 +size 405148 diff --git a/stress-ng.changes b/stress-ng.changes index 194a081..5170cca 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed Nov 6 06:41:11 UTC 2019 - Martin Hauke + +- Update to version 0.10.09 + * code cleanup + * stress-af-alg: add default configs to complement /proc/crypto list + * stress-af-alg: add defconfigs with --af-alg-dump + * stress-af-alg: introduce the --af-alg-dump option + * stress-af-alg: use 'aead' salg_type for CRYPTO_AEAD on bind() + * stress-af-alg: fix sockaddr algorithm type on bind() + * stress-stack: check for ENOMEM fork failure and retry + * stress-stack: don't throw a fatal error when sigaltstack fails + * stress-stack: return error code in child using _exit() and not + return + * core-madvise: Add 5.4 MADV_COLD and MADV_PAGEOUT hints + * stress-prctl: add PR_GET_SPECULATION_CTRL exerciser + * Manual: update af-alg description + * Make a couple of const strings static + * stress-af-alg: fix build errors on undefined macros + * stress-af-alg: add aead support + * stress-af-alg: remove some debugging messages + * stress-af-alg: remove old unused crypto structures + * stress-af-alg: only add crypto algorithms that are supported by the + stressor + * stress-af-alg: use crypto algorithm data from /proc/crypto + * stress-clone: Add CLONE_NEWCGROUP + * stress-daemon: add expanding backoff timeout + * stress-daemon: keep retrying fork if we don't have enough resources + * stress-daemon: add minor backoff before fork retry (LP: #1849595) + * stress-vm: print stressor name using args->name rather than literal + string + * stress-readahead: print stressor name in failure message + * stress-matrix-3d: use pr_fail for short error failure messages + * stress-matrix-3d: use pr_fail_err for short error failure messages + * stress-iomix: fix one more pr_fail message + * stress-iomix: use pr_fail_err for short error failure messages + ------------------------------------------------------------------- Mon Oct 21 13:26:17 UTC 2019 - Martin Hauke diff --git a/stress-ng.spec b/stress-ng.spec index 422531d..c2517b7 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.10.08 +Version: 0.10.09 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only