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
This commit is contained in:
parent
569533d3fd
commit
b830e7f373
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce
|
||||
size 403472
|
3
stress-ng-0.10.09.tar.xz
Normal file
3
stress-ng-0.10.09.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06c633871584d7dc2f43c6b3553f727008b7dc0dc5bfceb4260684dedbe00624
|
||||
size 405148
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 06:41:11 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <mardnh@gmx.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user