Accepting request 621271 from home:mnhauke
- Update to version 0.09.33 * Makefile: bump version * stress-pty: make open failure on ENOMEM non-fatal * stress-sockpair: handle EPERM error on read gracefully * stress-quota: don't count a pass as a failure * stress-quota: add some ESRCH failure debug info * stress-quota: don't fail if file system does not enable quota * stress-socket: don't make ECONNRESET on recv fatal * stress-spawn: skip if run as root * stress-spawn: fix comment * stress-vm: only declare stress_set_vm_flags if it is required * cache: remove unused function get_cache_name * stress-iomix: only declare stress_iomix_inode_ioctl when it is required * stress-sleep: remove sleep-max-adjustment handler * stress-pthread: remove pthread-max-adjustment handler * stress-unshare: only declare check_unshare when it is really required * stress-file-ioctl: only declare check_flag when it is really required * stress-dev: declare ret only for when it is used * stress-chroot: sanity check for ENOENT as a false positive * Add a slow-test-all make rule to perform more exhaustive testing * stress-dentry: remove redundant args argument * Add ptrace build autodetection * Update copyright year to 2018 in some odd files * Remove trailing space and tabs from end of lines * ignite-cpu: set process name to stress-ng-ignite * thrash: use the pagein method of forcing pages back into memory * thrash: add ksm memory merging (Linux only) OBS-URL: https://build.opensuse.org/request/show/621271 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=106
This commit is contained in:
parent
0b6a5d7de8
commit
5740ef2256
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0de97212a83b2f8a34ee31ef32a7bc69066ed49ebdc59b51aa4060cb95e29321
|
||||
size 352176
|
3
stress-ng-0.09.33.tar.xz
Normal file
3
stress-ng-0.09.33.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca8198c6249471f6a4fcc3d9e3de04ed8662926957507d4a4d6f55ffa4eb3801
|
||||
size 354140
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 06:09:57 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Update to version 0.09.33
|
||||
* Makefile: bump version
|
||||
* stress-pty: make open failure on ENOMEM non-fatal
|
||||
* stress-sockpair: handle EPERM error on read gracefully
|
||||
* stress-quota: don't count a pass as a failure
|
||||
* stress-quota: add some ESRCH failure debug info
|
||||
* stress-quota: don't fail if file system does not enable quota
|
||||
* stress-socket: don't make ECONNRESET on recv fatal
|
||||
* stress-spawn: skip if run as root
|
||||
* stress-spawn: fix comment
|
||||
* stress-vm: only declare stress_set_vm_flags if it is required
|
||||
* cache: remove unused function get_cache_name
|
||||
* stress-iomix: only declare stress_iomix_inode_ioctl when it is
|
||||
required
|
||||
* stress-sleep: remove sleep-max-adjustment handler
|
||||
* stress-pthread: remove pthread-max-adjustment handler
|
||||
* stress-unshare: only declare check_unshare when it is really
|
||||
required
|
||||
* stress-file-ioctl: only declare check_flag when it is really
|
||||
required
|
||||
* stress-dev: declare ret only for when it is used
|
||||
* stress-chroot: sanity check for ENOENT as a false positive
|
||||
* Add a slow-test-all make rule to perform more exhaustive testing
|
||||
* stress-dentry: remove redundant args argument
|
||||
* Add ptrace build autodetection
|
||||
* Update copyright year to 2018 in some odd files
|
||||
* Remove trailing space and tabs from end of lines
|
||||
* ignite-cpu: set process name to stress-ng-ignite
|
||||
* thrash: use the pagein method of forcing pages back into memory
|
||||
* thrash: add ksm memory merging (Linux only)
|
||||
* thrash: add kernel memory compaction (Linux only)
|
||||
* stress-dentry: add some misc operations on a directory fd
|
||||
* stress-dentry: add lookup failures to exercise directory searching
|
||||
* Add a watchdog stressor
|
||||
* stress-kill: add some early delay to give parent time to spawn
|
||||
stressors
|
||||
* stress-rtc: add select on RTC device
|
||||
* stress-netlink-proc: fix build with kernel v3.9
|
||||
* stress-context: rename uc_link to uctx_link
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 28 06:10:47 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.09.32
|
||||
Version: 0.09.33
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user