Accepting request 676579 from home:mnhauke
- Update to version 0.09.53 * stress-zlib: mark zero pipe reads as an interrupted pipe * stress-zlib: improve error handling messages * stress-sem: check for errno being zero for dilos * test/test-bsd-wchar: Explicitly include stdio.h * stress-af-alg: add yield detection before a blocking accept() * stress-socket: add yield detection before a blocking accept() * stress-sctp: add yield detection before a blocking accept() * stress-dccp: add yield detection before a blocking accept() * stress-epoll: add yield detection before a blocking accept() * stress-socket-fd: add more yield detection points * stress-ng: cast pid_t to int for printf * stress-vm-segv: add some voidifications on ptrace calls * Voidify return from several functions * core-perf: add spinlock/unlock error checking * thermal-zone: remove degrees char and also add Kelvin too * stress-tree: ensure avl cleans it's nodes on free * stress-key: don't perform KEYCTL_CLEAR, add more error checking * stress-daemon: perform more SysV daemon like actions * Handle ENOMEM fork failures by retrying * stress-ng: catch and report weird child termination issues OBS-URL: https://build.opensuse.org/request/show/676579 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=122
This commit is contained in:
parent
5742270026
commit
4230f78708
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78c7e86ce085c2838d0f476ebbf2582dd104497b4dcb40e91d4befebd50b03b9
|
||||
size 382632
|
3
stress-ng-0.09.53.tar.xz
Normal file
3
stress-ng-0.09.53.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbee54c4e149ed6624cdd034537e6c5801e4662cf5a1f8e4e1d231d780c904f4
|
||||
size 383408
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 15:38:20 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.09.53
|
||||
* stress-zlib: mark zero pipe reads as an interrupted pipe
|
||||
* stress-zlib: improve error handling messages
|
||||
* stress-sem: check for errno being zero for dilos
|
||||
* test/test-bsd-wchar: Explicitly include stdio.h
|
||||
* stress-af-alg: add yield detection before a blocking accept()
|
||||
* stress-socket: add yield detection before a blocking accept()
|
||||
* stress-sctp: add yield detection before a blocking accept()
|
||||
* stress-dccp: add yield detection before a blocking accept()
|
||||
* stress-epoll: add yield detection before a blocking accept()
|
||||
* stress-socket-fd: add more yield detection points
|
||||
* stress-ng: cast pid_t to int for printf
|
||||
* stress-vm-segv: add some voidifications on ptrace calls
|
||||
* Voidify return from several functions
|
||||
* core-perf: add spinlock/unlock error checking
|
||||
* thermal-zone: remove degrees char and also add Kelvin too
|
||||
* stress-tree: ensure avl cleans it's nodes on free
|
||||
* stress-key: don't perform KEYCTL_CLEAR, add more error checking
|
||||
* stress-daemon: perform more SysV daemon like actions
|
||||
* Handle ENOMEM fork failures by retrying
|
||||
* stress-ng: catch and report weird child termination issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 15:59:53 UTC 2019 - mardnh@gmx.de
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.09.52
|
||||
Version: 0.09.53
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user