Accepting request 755364 from home:mnhauke

- Update to version 0.10.13
  * stress-dev: add TIOCMGET, TIOCGICOUNT and TIOCGSERIAL ioctls
  * stress-close: add more open types, don't chown files if root,
    remove AF_APPLETALK
  * stress-close: enable some more socket domains
  * test: add test-setproctitle.c, forgot to add this earlier
  * Where possible set the process title (argv[0])
  * Change cache size information from info to debug level output
  * stress-ng: add missing space between switch statement and (
  * Add SIGILL to signals that need to be handled, it was missing
  * stress-rdrand: fix typo in \n at end of info message
  * stress-sock: fix build issues on systems without HAVE_RECVMMSG
  * stress-sock: get the incoming CPU of the socket
  * stress-sock: get MTU size and set TOS to IPTOS_THROUGHPUT
  * kernel-coverage.sh: add random sock-opts flag
  * stress-sock: also exercice recvmmsg and recvmsg
  * stress-sock: remove debug
  * stress-sock: add a random send option for --sock-opt
  * core-mwc: fix mwc8() being reset when using mwc1()
  * stress-schedpolicy: silently ignore EBUSY returns

OBS-URL: https://build.opensuse.org/request/show/755364
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=154
This commit is contained in:
Martin Pluskal 2019-12-10 09:50:45 +00:00 committed by Git OBS Bridge
parent 3e7ed26a3a
commit 27df7877c2
4 changed files with 28 additions and 4 deletions

View File

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

3
stress-ng-0.10.13.tar.xz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Dec 9 19:32:58 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.10.13
* stress-dev: add TIOCMGET, TIOCGICOUNT and TIOCGSERIAL ioctls
* stress-close: add more open types, don't chown files if root,
remove AF_APPLETALK
* stress-close: enable some more socket domains
* test: add test-setproctitle.c, forgot to add this earlier
* Where possible set the process title (argv[0])
* Change cache size information from info to debug level output
* stress-ng: add missing space between switch statement and (
* Add SIGILL to signals that need to be handled, it was missing
* stress-rdrand: fix typo in \n at end of info message
* stress-sock: fix build issues on systems without HAVE_RECVMMSG
* stress-sock: get the incoming CPU of the socket
* stress-sock: get MTU size and set TOS to IPTOS_THROUGHPUT
* kernel-coverage.sh: add random sock-opts flag
* stress-sock: also exercice recvmmsg and recvmsg
* stress-sock: remove debug
* stress-sock: add a random send option for --sock-opt
* core-mwc: fix mwc8() being reset when using mwc1()
* stress-schedpolicy: silently ignore EBUSY returns
-------------------------------------------------------------------
Wed Nov 27 20:10:29 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -18,7 +18,7 @@
Name: stress-ng
Version: 0.10.12
Version: 0.10.13
Release: 0
Summary: Tool to load and stress a computer
License: GPL-2.0-only