From 4230f787081acadcb9dd3bd076b22beb15634bd3315db5559158817d480a790a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 18 Feb 2019 07:43:43 +0000 Subject: [PATCH] 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 --- stress-ng-0.09.52.tar.xz | 3 --- stress-ng-0.09.53.tar.xz | 3 +++ stress-ng.changes | 25 +++++++++++++++++++++++++ stress-ng.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 stress-ng-0.09.52.tar.xz create mode 100644 stress-ng-0.09.53.tar.xz diff --git a/stress-ng-0.09.52.tar.xz b/stress-ng-0.09.52.tar.xz deleted file mode 100644 index 253ff80..0000000 --- a/stress-ng-0.09.52.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78c7e86ce085c2838d0f476ebbf2582dd104497b4dcb40e91d4befebd50b03b9 -size 382632 diff --git a/stress-ng-0.09.53.tar.xz b/stress-ng-0.09.53.tar.xz new file mode 100644 index 0000000..adb0953 --- /dev/null +++ b/stress-ng-0.09.53.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbee54c4e149ed6624cdd034537e6c5801e4662cf5a1f8e4e1d231d780c904f4 +size 383408 diff --git a/stress-ng.changes b/stress-ng.changes index 504d674..a6e0605 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Feb 15 15:38:20 UTC 2019 - Martin Hauke + +- 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 diff --git a/stress-ng.spec b/stress-ng.spec index 196eeab..abbd4d3 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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