diff --git a/stress-ng-0.17.04.tar.gz b/stress-ng-0.17.04.tar.gz deleted file mode 100644 index 0f3dab1..0000000 --- a/stress-ng-0.17.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60c37d8b1effc5772fb30f638e20b1de01e0488e274e283301c3fd6c707d8538 -size 6205049 diff --git a/stress-ng-0.17.06.tar.gz b/stress-ng-0.17.06.tar.gz new file mode 100644 index 0000000..8362f93 --- /dev/null +++ b/stress-ng-0.17.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81dc1ea7f2a821dab11e46cf3a3a893ad45299e51e6976041306871ddbc7f5d +size 6244583 diff --git a/stress-ng.changes b/stress-ng.changes index 0328ac2..0052cc0 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,7 +1,87 @@ +------------------------------------------------------------------- +Sat Mar 16 16:57:22 UTC 2024 - Dirk Müller + +- update to 0.17.6: + * stress-fd-fork: fix comment for STRESS_FD_DEFAULT + * stress-fd-fork: fix spelling mistake "discriptors" -> + "descriptors" + * test/test-utime: zero buf + * test/test/test-pthread-setaffinity-np: zero cpuset + * stress-fork: voidify pid + * Makefile.config: ensure all CONFIG_LDFLAGS are passed through + LIB_ORDER filter + * stress-sigsegv: ignore SEGV_ACCERR error check on OpenBSD + * stress-hsearch: typedef ACTION if we don't have native + hsearch support + * Makefile.config: workaround a make issue on Nixos, add empty + echo in loop + * stress-aiol: fix interrupted or end of stressing aiol waits + with -1 return + * stress-peterson: add mfence to fix failures on out-of-order + ARM cpus + * stress-pci: report untested PCI rates as "unknown" rather + than 0.00 + * stress-ng.h: only define _FILE_OFFSET_BITS if it is not + defined + * stress-signest: add some more signals, sort them in name + order + * Makefile: add --cache-enable-all for slow-test-all and + verify-test-all + * stress-chroot: fix placement of colon in chroot escape + message + * stress-ng: add a few more percent wiggle room on end of run + estimate + * stress-stream: improve memrate message + * stress-mq: add note to increase + /proc/sys/fs/mqueue/queues_max for linux + * stress-kvm: report KVM kernel API as a debug message + * stress-dev: add notes about running as root to exercise more + devices + * Makefile: add --progress and remove --verbose from verify- + test-all and slow-test-all + * stress-mlock: remove extranous space in debug message + * stress-fd-fork: report approx number of fds + * stress-fd-fork: report how many fds were closed + * core-shim: add warning disabling pragma on extern stime + declaration + * stress-fork: handle 32/64 bit address for 32 bit systems + * stress-enosys: don't exercise > 32 bits for 32 bit systems + * stress-exec: only use MAP_STACK if it is defined + * stress-memfd: remove duplicated declaration of fd + * stress-cpu-online: remove duplicated declaration of variable + cpu + * stress-monte-carlo: declare stress_mc_supported for + HAVE_ARC4RANDOM + * stress-fork: voidify unused arg fork_unmap for non-linux + builds + * stress-cache: voidify cache related flags and mask + * stress-dev: swap calloc arguments to the correct way around + * core-target-clones: add Arrowlake and Pantherlake CPU support + * Dockerfile: remove kmod and xxhash + * Dockerfile: add mpfr and judy from community repos + * stress-sigsegv: methodically exercise reads from all VM + address range + * core-perf: add swiotlb perf event and bump event count up as + we are running low + * core-perf: add IRQ tasklet entry/exit metrics + * core-perf: add IPI Raise event + * stress-resources: only declare ppid if HAVE_PIDFD_OPEN is + defined + * stress-cpu-online: ensure cpu is initialized + * core-klog: ignore cpu affinity warnings, these are benign + * stress-cpu-online: round-robin CPUs for instances 1 and 2 + * stress-cpu-online: always try a different cpu and don't try + an already offlined cpu + * stress-ng: Fix net_port_map lock failure + * stress-cpu: don't check for onlining failure for more than 1 + instance + * stress-bitonic: rename bionicsort_count to bitonic_count + * stress-shellsort: remove redundant 8 bit sort + ------------------------------------------------------------------- Thu Feb 22 13:56:11 UTC 2024 - Thorsten Kukuk -- Allow to disable apparmor support (ALP supports only SELinux) +- Allow to disable apparmor support (ALP supports only SELinux) ------------------------------------------------------------------- Sat Jan 27 16:26:55 UTC 2024 - Dirk Müller diff --git a/stress-ng.spec b/stress-ng.spec index f555f80..669ba3a 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -20,7 +20,7 @@ %bcond_without apparmor Name: stress-ng -Version: 0.17.04 +Version: 0.17.06 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0-only