diff --git a/stress-ng-0.10.18.tar.xz b/stress-ng-0.10.18.tar.xz deleted file mode 100644 index 41d970e..0000000 --- a/stress-ng-0.10.18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f069eb8e324de1c2341262e23f1ab55791de8a723dc6456ee113f0fbb71ea753 -size 417592 diff --git a/stress-ng-0.11.01.tar.xz b/stress-ng-0.11.01.tar.xz new file mode 100644 index 0000000..e2d36fe --- /dev/null +++ b/stress-ng-0.11.01.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe19548c87aa1a1b9b2be3b359ec2621b88bcb16998b77527549a7736f65494 +size 421236 diff --git a/stress-ng.changes b/stress-ng.changes index 2da8b50..ce76af1 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,101 @@ +------------------------------------------------------------------- +Wed Feb 26 13:31:21 UTC 2020 - Martin Hauke + +- Update to version 0.11.01 + * Ensure --aggressive mode terminates early (LP: #1858858) + * stress-ptrace: also check for EACESS errors + * stress-ptrace: add one more EPERM check + * stress-ptrace: make EPERM non-fatal error, modify pr_info + messages + * stress-ptrace: terminate in with failure if child cannot be + ptraced + +------------------------------------------------------------------- +Sun Feb 16 15:42:36 UTC 2020 - Martin Hauke + +- Update to version 0.11.00 + * Makefile: bump version and change codename + * stress-pipeherd: make sure child terminates with _exit() + * kernel-coverage: add timer-slack timer setting + * Fix --timer-slack correctly, fetch argument and set it + * core-parse-opts: sanity check uint32 and int32 min/max values + * Add environment stressor + * Make several const objects static + * stress-pidfd: voidify return from pause system call + * stress-get: add missing check_do_run exit points after new get* + system calls + * stress-get: exercise a few more get* system calls + * stress-pipeherd: add context switch stats + * Add pipeherd stressor: a stress to simulate a thundering herd of + pipe wakeups + +------------------------------------------------------------------- +Sat Feb 8 20:35:52 UTC 2020 - Martin Hauke + +- Update to version 0.10.19 + * stress-mmapaddr: make stress_mmapaddr_child static + * stress-wait: remove duplicated pr_fail message and cast pid_t to + long int + * stress-memrate: rename NANOSEC to STRESS_NANOSEC to avoid clashing + * stress-cyclic: avoid NANOSEC* name classhes, rename to STRESS_NANOSEC + * Fix the MAX_FILE_LIMIT shift, use 1ULL instead of 1UL + * stress-sockfd: attempt to read from the fd passed over the socket + * stress-fork: fix time_now calls to stress_time_now + * stress-clone: move a #if defined that got moved to the wrong place + * set maximum file size based on off_t size + * set maximum memory limit to MAX_48 and maximized limits to MAX_32 + * core-sched: prefix typedefs with stress_ + * core-perf: prefix typedefs with stress_ + * core-net: prefix typedefs with stress_ + * core-ignite-cpu: prefix typedefs with stress_ + * core-cache: prefix typedefs with stress_ + * core-cache: prefix typedefs with stress_ + * stress-*: prefix typedefs with stress_ + * stress-pty: allocate the pty structure on the heap, don't use the + stack + * stress-stackmmap: ensure random data is pushed onto the stack + * stress-stack: fill pages with non-zero content to avoid same-page + merges + * stress-spawn: fix up a comment + * stress-wait: add waitid siginfo sanity checks + * stress-wait: fix WIFCONTINUED check because of a typo in the check + * core-helper: map signal number to signal name + * core-shim: fix renaming of time_now to stress_time_now + * core-helper: voidify arg fd in stress_is_dev_tty + * stress-x86syscall: move scope of variable j + * stress-vdso: measure test overhead to compute more accurate results + * stress-x86syscall: measure test overhead to compute more accurate + results + * core-time: prefix helper functions with stress_ + * core-thrash: prefix helper functions with stress_ + * core-thermal-zone: prefix helper functions with stress_ + * core-perf: prefix perf helper functions with stress_ + * core-mount: add stress_ to mount helper functions + * Add stress_ to mmap_set and mmap_check helper functions + * Prefix mincore helper functions with stress_ + * Rename madvise_random to stress_madvise_random + * stress-zlib: scale the logmap value to produce harder to compress + data + * stress-zlib: add chaotic number generator using a logmap method + * replace g_keep_stressing_flag with two helper functions + * stress-memthrash: add byte swapping memory stepping thrasher + * stress-sysfs: add bad sysfs files to hash table + * Makefile: remove need to define __FreeBSD_Kernel__ + * Add more stress_ prefixes to various core functions + * core-ignite-cpu: prefix ignite_* functions with stress_ + * core-cpu: rename cpu_is_x86 to stress_cpu_is_x86 + * core-hash: remove need for str pointer + * core-hash: optimize hash adding, reduce need for strdup and a free + * stress-zombie: make max zombies a 32 bit + * stress-clone: make max clones a 32 bit + * stress-chdir: cleanup the chdir(cwd) loop + * stress-memrate: clean up continuation lines + * Rename set_oom_adjustment -> stress_set_oom_adjustment + * Add stress_oomable_child helper to catch and restart OOM'd child + processes + * stress-chdir: use flags rather than #ifdef around the open call + * core-hash: move various string hashing functions to core-hash + ------------------------------------------------------------------- Wed Jan 29 20:22:53 UTC 2020 - Martin Hauke diff --git a/stress-ng.spec b/stress-ng.spec index 349b0c1..f7afbae 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -1,7 +1,7 @@ # # spec file for package stress-ng # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2015, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.10.18 +Version: 0.11.01 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only