Yuchen Lin 2019-02-19 11:00:12 +00:00 committed by Git OBS Bridge
commit 7752879890
4 changed files with 30 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbee54c4e149ed6624cdd034537e6c5801e4662cf5a1f8e4e1d231d780c904f4
size 383408

View File

@ -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 Wed Feb 6 15:59:53 UTC 2019 - mardnh@gmx.de

View File

@ -13,12 +13,12 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: stress-ng
Version: 0.09.52 Version: 0.09.53
Release: 0 Release: 0
Summary: Tool to load and stress a computer Summary: Tool to load and stress a computer
License: GPL-2.0-only License: GPL-2.0-only