From 7ba8b83b7a6447bd1f1cfc44b7571d7e58214ca6d7a5b37c9d4e84c84149b147 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 17 May 2020 07:03:49 +0000 Subject: [PATCH] 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 --- stress-ng-0.11.09.tar.xz | 3 --- stress-ng-0.11.10.tar.xz | 3 +++ stress-ng.changes | 29 +++++++++++++++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.11.09.tar.xz create mode 100644 stress-ng-0.11.10.tar.xz diff --git a/stress-ng-0.11.09.tar.xz b/stress-ng-0.11.09.tar.xz deleted file mode 100644 index 5ca4dee..0000000 --- a/stress-ng-0.11.09.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3637e6d37f511ddb43798875584fdf0db05abfe586e4c4123c0e8dd1f6280686 -size 439784 diff --git a/stress-ng-0.11.10.tar.xz b/stress-ng-0.11.10.tar.xz new file mode 100644 index 0000000..b457e6e --- /dev/null +++ b/stress-ng-0.11.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110519ac10cc46cd99a29909543e74f6f58a95903bc8beae9d6553ca2dd48674 +size 443208 diff --git a/stress-ng.changes b/stress-ng.changes index 51ec053..20f69b1 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat May 16 16:18:51 UTC 2020 - Martin Hauke + +- 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 diff --git a/stress-ng.spec b/stress-ng.spec index df2edb8..fd8070c 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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