Hello community,

here is the log from the commit of package stress-ng for openSUSE:Leap:15.2 
checked in at 2020-02-29 17:15:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/stress-ng (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.stress-ng.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stress-ng"

Sat Feb 29 17:15:31 2020 rev:90 rq:779925 version:0.11.01

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/stress-ng/stress-ng.changes    2020-01-31 
17:19:43.776497985 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.stress-ng.new.26092/stress-ng.changes 
2020-02-29 17:15:41.832950113 +0100
@@ -1,0 +2,98 @@
+Wed Feb 26 13:31:21 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- 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 <mar...@gmx.de>
+
+- 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 <mar...@gmx.de>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  stress-ng-0.10.18.tar.xz

New:
----
  stress-ng-0.11.01.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ stress-ng.spec ++++++
--- /var/tmp/diff_new_pack.01HRdz/_old  2020-02-29 17:15:42.316951111 +0100
+++ /var/tmp/diff_new_pack.01HRdz/_new  2020-02-29 17:15:42.320951119 +0100
@@ -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 <mar...@gmx.de>
 #
 # 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

++++++ stress-ng-0.10.18.tar.xz -> stress-ng-0.11.01.tar.xz ++++++
++++ 18404 lines of diff (skipped)


Reply via email to