Accepting request 806043 from home:mnhauke
- Update to version 0.11.10 * core-ftrace + manual: update caveat about ftrace stats * stress-pty: fix incorrect placing of #endif's * core-ftrace: warn when --ftrace is used on systems that don't support it * core-ftrace: voidify unused argument in stress_ftrace_add_pid * kernel-coverage: add ftrace and class exercising * core-ftrace: move OPT_FLAGS_FTRACE check to core-ftrace * core-ftrace: try to filter by parent and child process IDs * core-ftrace: add caveat about tracing stats captured * core-ftrace: fix some resource free'ing issues * stress-efi-var: optimize check for . files * stress-efivar: remove free of efi_dentries * stress-chdir: ensure all fd's and filenames are invalid before testing * Add --ftrace option to get some kernel function tracing metrics * stress-pty: exercise tcdrain, tcflush, tcflow and tcgetattr * stress-vm: use mwc64() for random numbers rather than random() * stresss-vdso: add missing line * stress-pipe: fix build failure on non-Linux platforms on pr_fail * Replace pr_fail_err with pr_fail to allow more flexible error messages * Remove pr_fail_dbg and replace with pr_fail * Remove pr_fail_args_errno and pr_fail_errno * core-helper: remove directory if an error occurs on mkdir OBS-URL: https://build.opensuse.org/request/show/806043 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=180
This commit is contained in:
parent
24171b4378
commit
7ba8b83b7a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3637e6d37f511ddb43798875584fdf0db05abfe586e4c4123c0e8dd1f6280686
|
||||
size 439784
|
3
stress-ng-0.11.10.tar.xz
Normal file
3
stress-ng-0.11.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:110519ac10cc46cd99a29909543e74f6f58a95903bc8beae9d6553ca2dd48674
|
||||
size 443208
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 16 16:18:51 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.11.10
|
||||
* core-ftrace + manual: update caveat about ftrace stats
|
||||
* stress-pty: fix incorrect placing of #endif's
|
||||
* core-ftrace: warn when --ftrace is used on systems that don't
|
||||
support it
|
||||
* core-ftrace: voidify unused argument in stress_ftrace_add_pid
|
||||
* kernel-coverage: add ftrace and class exercising
|
||||
* core-ftrace: move OPT_FLAGS_FTRACE check to core-ftrace
|
||||
* core-ftrace: try to filter by parent and child process IDs
|
||||
* core-ftrace: add caveat about tracing stats captured
|
||||
* core-ftrace: fix some resource free'ing issues
|
||||
* stress-efi-var: optimize check for . files
|
||||
* stress-efivar: remove free of efi_dentries
|
||||
* stress-chdir: ensure all fd's and filenames are invalid before
|
||||
testing
|
||||
* Add --ftrace option to get some kernel function tracing metrics
|
||||
* stress-pty: exercise tcdrain, tcflush, tcflow and tcgetattr
|
||||
* stress-vm: use mwc64() for random numbers rather than random()
|
||||
* stresss-vdso: add missing line
|
||||
* stress-pipe: fix build failure on non-Linux platforms on pr_fail
|
||||
* Replace pr_fail_err with pr_fail to allow more flexible error
|
||||
messages
|
||||
* Remove pr_fail_dbg and replace with pr_fail
|
||||
* Remove pr_fail_args_errno and pr_fail_errno
|
||||
* core-helper: remove directory if an error occurs on mkdir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 12:37:04 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.11.09
|
||||
Version: 0.11.10
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user