Accepting request 727837 from home:mnhauke

- Update to version 0.10.04
  * Remove execute bit on bash completion script
  * stress-cpu: fix build time checks for __cpuid()
  * stress-cpu: add a collatz sequence stressor
  * stress-dev: temporarily disable hpet test
  * stress-stack: use memory backed mmap'd alternative stack
  * stress-inode-flags: detect failures in pthread and propagate
    these back to parent (LP: #1841900)
  * Add a pthread return pointer to pthread args
  * Add new 5.3 sched_attr fields, fixes EFBIG on sched_{get|set}attr
  * core-helper: don't call sched_getcpu on s390x

OBS-URL: https://build.opensuse.org/request/show/727837
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=136
This commit is contained in:
Martin Pluskal 2019-09-03 07:11:02 +00:00 committed by Git OBS Bridge
parent 1e948689c5
commit 180313c69a

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Sep 2 19:09:24 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.10.04
* Remove execute bit on bash completion script
* stress-cpu: fix build time checks for __cpuid()
* stress-cpu: add a collatz sequence stressor
* stress-dev: temporarily disable hpet test
* stress-stack: use memory backed mmap'd alternative stack
* stress-inode-flags: detect failures in pthread and propagate
these back to parent (LP: #1841900)
* Add a pthread return pointer to pthread args
* Add new 5.3 sched_attr fields, fixes EFBIG on sched_{get|set}attr
* core-helper: don't call sched_getcpu on s390x
-------------------------------------------------------------------
Tue Aug 27 09:35:54 UTC 2019 - Martin Hauke <mardnh@gmx.de>