From 180313c69a05b139e8fd57b9e7125a42e101f6787c237932a5ea00ec592103e2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 3 Sep 2019 07:11:02 +0000 Subject: [PATCH] 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 --- stress-ng.changes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stress-ng.changes b/stress-ng.changes index f2be16d..5c1316c 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Sep 2 19:09:24 UTC 2019 - Martin Hauke + +- 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