From ef052d0926c5fffaebdd706d3846436095f1111cf56e0ac2a286543b2be97f10 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 11 Apr 2018 14:57:40 +0000 Subject: [PATCH] Accepting request 595665 from home:mnhauke - Update to version 0.09.24 * Makefile: bump version * Misc small fixes detected by static analysis (LP: #1762848) * stress-fcntl: use | rather than |= to get new_flags * stress-tmpfs: clear mnts and check if mnts[i] is null * stress-sync-file: fix incorrect placement of break statement * stress-af-alkg: check for more NULL cmsg pointers * stress-pipe: ensure no uninitialized data is written to pipe * stress-fcntl: use | rather than |= to get new_flags * test/test-posix-memalign.c: free allocated buffer * test/test-fanotify.c: free buffer * stress-mmapfailed: check for null return from mremap OBS-URL: https://build.opensuse.org/request/show/595665 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=89 --- stress-ng-0.09.23.tar.xz | 3 --- stress-ng-0.09.24.tar.xz | 3 +++ stress-ng.changes | 16 ++++++++++++++++ stress-ng.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 stress-ng-0.09.23.tar.xz create mode 100644 stress-ng-0.09.24.tar.xz diff --git a/stress-ng-0.09.23.tar.xz b/stress-ng-0.09.23.tar.xz deleted file mode 100644 index 3ef3d1c..0000000 --- a/stress-ng-0.09.23.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac72f4c7ff2c5b4578aaf33cab2944b696cda97d20fa5d915eddd2aae965dd8f -size 336256 diff --git a/stress-ng-0.09.24.tar.xz b/stress-ng-0.09.24.tar.xz new file mode 100644 index 0000000..a495403 --- /dev/null +++ b/stress-ng-0.09.24.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392e0d39877507d49724fd2ac1f8398ce54af52d78d96744daedc85c42e66f73 +size 337080 diff --git a/stress-ng.changes b/stress-ng.changes index f0f06c5..988f4a4 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 11 12:48:02 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.24 + * Makefile: bump version + * Misc small fixes detected by static analysis (LP: #1762848) + * stress-fcntl: use | rather than |= to get new_flags + * stress-tmpfs: clear mnts and check if mnts[i] is null + * stress-sync-file: fix incorrect placement of break statement + * stress-af-alkg: check for more NULL cmsg pointers + * stress-pipe: ensure no uninitialized data is written to pipe + * stress-fcntl: use | rather than |= to get new_flags + * test/test-posix-memalign.c: free allocated buffer + * test/test-fanotify.c: free buffer + * stress-mmapfailed: check for null return from mremap + ------------------------------------------------------------------- Wed Mar 28 18:06:28 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index ca39b6d..e003e6b 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.23 +Version: 0.09.24 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only