Accepting request 615238 from home:mnhauke
- Update to version 0.09.29 * Makefile: bump version * Manual: fix spelling mistakes and update date * stress-sigfpe: remove need for fp_zero * stress-sigfpe: cater for systems without SA_SIGINFO * stress-socket: fix warning on unused variable ret * stress-sigfpe: remove feenableexcept, it is extraneous * stress-sigfpe: fix verify mode, match exception with error code * stress-sigfpe: zero siginfo struct * stress-apparmor: kill child processes aggressively * stress-sigfpe: reset fp exception states to fix math issues * stress-apparmor: add more yield point checking * Makefile.config: move pthread library to end to fix static linking issues * Fix typo in manual, --mmapfixedA-ops -> --mmapfixed-ops * stress-sigfpe: force more fpe exceptions, exercise handler more * stress-socket: use TCP_QUICKACK if available * stress-socket: add FIONREAD size peeking * stress-userfaultfd: exercise /proc/$pid/fdinfo/$timerfd proc file * stress-timerfd: exercise /proc/$pid/fdinfo/$timerfd proc file * Rename g_terminate_signum to terminate_signum and make it static * Renaming symbols to indicate they are used in process termination * Remove some unused old struct typedefs * Make some functions static * Deconstify some const pointers (ughh) * Add deconstifier helper. * remove redundant and shadowing variable ret * stress-dccp: add missing , * Move the class info into the stressor_info_t for each stressor * Rename class_t to class_info_t OBS-URL: https://build.opensuse.org/request/show/615238 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=100
This commit is contained in:
parent
3e50dccb09
commit
c2189d9c61
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bce494b1f2fa54973f4824c9d32eecfba05e251463530e12fb971d5b2925cb5a
|
|
||||||
size 346540
|
|
3
stress-ng-0.09.29.tar.xz
Normal file
3
stress-ng-0.09.29.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e701b5a11db8135bac3b7a47efea8573987df1d879d01f5d8c34cf61880490e
|
||||||
|
size 349276
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 8 13:03:02 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.09.29
|
||||||
|
* Makefile: bump version
|
||||||
|
* Manual: fix spelling mistakes and update date
|
||||||
|
* stress-sigfpe: remove need for fp_zero
|
||||||
|
* stress-sigfpe: cater for systems without SA_SIGINFO
|
||||||
|
* stress-socket: fix warning on unused variable ret
|
||||||
|
* stress-sigfpe: remove feenableexcept, it is extraneous
|
||||||
|
* stress-sigfpe: fix verify mode, match exception with error code
|
||||||
|
* stress-sigfpe: zero siginfo struct
|
||||||
|
* stress-apparmor: kill child processes aggressively
|
||||||
|
* stress-sigfpe: reset fp exception states to fix math issues
|
||||||
|
* stress-apparmor: add more yield point checking
|
||||||
|
* Makefile.config: move pthread library to end to fix static linking
|
||||||
|
issues
|
||||||
|
* Fix typo in manual, --mmapfixedA-ops -> --mmapfixed-ops
|
||||||
|
* stress-sigfpe: force more fpe exceptions, exercise handler more
|
||||||
|
* stress-socket: use TCP_QUICKACK if available
|
||||||
|
* stress-socket: add FIONREAD size peeking
|
||||||
|
* stress-userfaultfd: exercise /proc/$pid/fdinfo/$timerfd proc file
|
||||||
|
* stress-timerfd: exercise /proc/$pid/fdinfo/$timerfd proc file
|
||||||
|
* Rename g_terminate_signum to terminate_signum and make it static
|
||||||
|
* Renaming symbols to indicate they are used in process termination
|
||||||
|
* Remove some unused old struct typedefs
|
||||||
|
* Make some functions static
|
||||||
|
* Deconstify some const pointers (ughh)
|
||||||
|
* Add deconstifier helper.
|
||||||
|
* remove redundant and shadowing variable ret
|
||||||
|
* stress-dccp: add missing ,
|
||||||
|
* Move the class info into the stressor_info_t for each stressor
|
||||||
|
* Rename class_t to class_info_t
|
||||||
|
* stress-cpu: fix bitops checksum
|
||||||
|
* stress-access: fix build warning on Solaris with %o on mode_t
|
||||||
|
* stress-memthrash: restore accidentally removed function
|
||||||
|
stress_set_memthrash_method
|
||||||
|
* stress-mergesort: fix missing {
|
||||||
|
* affinity: fix prototype of set_cpu_affinity
|
||||||
|
* stress-cyclic: fix build warning on non-linux systems
|
||||||
|
* Point to stress_not_implemented rather than wrapping each time
|
||||||
|
* Add stressor_info_t for stress specific info
|
||||||
|
* Clean up optarg handling, make it more table driven
|
||||||
|
* Revert Add pr_* logging sleepy locks (LP: #1774571)
|
||||||
|
* Add pr_* logging sleepy locks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 19:47:36 UTC 2018 - mardnh@gmx.de
|
Fri Jun 1 19:47:36 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.09.28
|
Version: 0.09.29
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user