diff --git a/stress-ng-0.09.17.tar.xz b/stress-ng-0.09.17.tar.xz deleted file mode 100644 index c3ebee0..0000000 --- a/stress-ng-0.09.17.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c6d721642ec5e59474c56f1e6b4af5b00141ce2f8f40e7a9741187ef39c2e80 -size 330140 diff --git a/stress-ng-0.09.18.tar.xz b/stress-ng-0.09.18.tar.xz new file mode 100644 index 0000000..46c9026 --- /dev/null +++ b/stress-ng-0.09.18.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c88332b91838af27f4b80c2e621e744ae04ce6f19b150ac748f9ba43d22509 +size 332256 diff --git a/stress-ng.changes b/stress-ng.changes index db6e3ab..381a1f4 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Thu Mar 1 15:05:29 UTC 2018 - mardnh@gmx.de + +- Update to version 0.09.18 + * Makefile: bump version + * stress-sysfs: sysfs_path does not need to be marked as volatile + * stress-flock: make function stress_flock_child static + * stress-dev: pass thread data using pthread_args_t context + * stress-dev: rename ret to wret to fix variable shadowing + * stress-seal: don't redefine MFD_ALLOW_SEALING + * test/test-ustat: fail for GNU/HURD, it is not implemented + * helper: use sz only in scope that requires it + * stress-fcntl: fix build error in do_fcntl + * Pass SHIM_PTHREAD_PROCESS_SHARED rather than 0 as flags arg + to shim spin lock init + * stress-dev: Fix compat shim build warnings on OS X + * stress-dev: use abstracted pthread spinlock for portability sake + * syscalls.txt: add getpagesize + * stress-get: use getpagesize if it is available + * helper: use getpagesize() for legacy systems without sysconf + * Add automatic build getpagesize detection + * stress-exec: where possible, use execveat() as well as execve() + * syscalls.txt: add epoll_create and epoll_pwait to syscall table + * stress-epoll: use epoll_create and epoll_pwait to get more coverage + * stress-sock: use accept4 to add more system call coverage + * stress-dev: add some block specific ioctls + * stress-dev: add more seeking and shared memory mapping + * syscalls: add ustat + * stress-sysinfo: add legacy ustat() system call + * Update syscalls log + * stress-poll: add ppoll and pselect calls to add more stress coverage + * stress-dev: make stressor more stressful, less thread spawning + * stress-sysfs: only stress sysfs if spinlock succeeded and bump counter + * stress-sysfs: remove redundant null check on path + ------------------------------------------------------------------- Fri Feb 23 08:35:36 UTC 2018 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index 67659e5..7f66408 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.17 +Version: 0.09.18 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only