- Update to version 0.07.04:
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=14
This commit is contained in:
parent
e33d3fb7f0
commit
40c8c6699c
3
stress-ng-0.07.04.tar.gz
Normal file
3
stress-ng-0.07.04.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f2622e7be87be931d665a0cc1bb9648f87ea7e997b4b1ca0bb7fe39095d0323
|
||||
size 344427
|
@ -1,3 +1,153 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 12 13:29:50 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.07.04:
|
||||
* no changes mentioned
|
||||
- Changes for version 0.07.03:
|
||||
* stress-ioprio: use current pgrp and not global pgrp (LP: #1640631)
|
||||
- Changes for version 0.07.02:
|
||||
* Makefile: bump version
|
||||
* Manual: Add exit status 4 EXIT_NOT_IMPLEMENTED to documentation
|
||||
* Treewide: remove messy #if defined() build checks
|
||||
* Allocate io_reqs on heap rather than alloca
|
||||
* Makefile: re-format PEDANTIC CFLAGS
|
||||
* stress-fiemap: fix up --fiemap-bytes option
|
||||
* stress-sock-fd: add --sockfd-port option
|
||||
* Add PEDANTIC build flags for extra checking
|
||||
* stress-icache: fix volatile cast warning
|
||||
* stress-vm: fix volatile cast warning
|
||||
* stress-socket: fix shadowing on addr
|
||||
* stress-mincore: addr does not need to be volatile
|
||||
* stress-ng, thermal_zone, remove shared param, it is global
|
||||
* parse-opts: fix char * cast warnings
|
||||
* perf: remove (char *) cast
|
||||
* helper: fix warnings
|
||||
* use gnu printf style attributes to pr_yaml
|
||||
* helper: cast pointer to const to fix warning
|
||||
* stress-poll: fix shadowing on ret, rename one to rc
|
||||
* Fix various bad castings for munge_underscore
|
||||
* stress-oom-pipe: fix shadowing on fd, rename to pfd to avoid confusion
|
||||
* stress-mq: remove shadowing variable attr
|
||||
* stress-hdd: remove duplicate declarations of ret; make it a ssize_t
|
||||
* stress-ng: make helper functions static
|
||||
* thrash: rename pid to thrash_pid
|
||||
* stress-zombie: make helper functions static
|
||||
* stress-zlib: make helper functions static
|
||||
* stress-xattr: remove redundant shadowing variable ret
|
||||
* stress-mremap: fix shadowing on rc, remove rc
|
||||
* stress-link: fix shadowing on ret
|
||||
* stress-rw-vm: fix shadowing of ret
|
||||
* stress-vm-rw: make helper functions static
|
||||
* stress-unshare: make helper function static
|
||||
* stress-tsearch: constify pointers
|
||||
* stress-socket-fd: make helper function static
|
||||
* stress-seek: fix shadowing on ret
|
||||
* stress-readahead: make helper function static, fix shadowing on ret
|
||||
* stress-qsort: constify pointers
|
||||
* stress-mlock: constify addr pointer cast
|
||||
* stress-mergesort: constify pointers
|
||||
* stress-memfd: fix shadowing of variable name
|
||||
* stress-fork: make helper function static
|
||||
* stress-lsearch: constify pointer casts
|
||||
* stress-itimer: make helper function static
|
||||
* stress-iopri: remove local pgrp that shadows global
|
||||
* stress-inotify: make helper func static, fix some const casts
|
||||
* stress-heapsort: fix constify warnings
|
||||
* stress-handle: make helper functions static
|
||||
* stress-fp-error: fix float comparison
|
||||
* stress-fifo: make helper function static, fix ret shadowing
|
||||
* stress-filename: make helper functions static
|
||||
* stress-fiemap: make helper functions static
|
||||
* stress-dnotify: make dnotify_attrib_file static, fix newpath const
|
||||
* stress-dentry: fix shadowing of variable j
|
||||
* stress-bsearch: correctly constify casts on i1, i2
|
||||
* stress-bind-mount: make stress_bind_mount_child static
|
||||
* stress-cpu-online: make stress_cpu_online_set static
|
||||
* stress-clone: make stress_clone* helper functions static
|
||||
* stress-bsearch: constify i1 and i2
|
||||
* stress-aio-linux: remove duplicate and shadowing variable ret
|
||||
* stress-af-alg: make helper functions static
|
||||
* Remove redundant re-declaration of mwc_seed
|
||||
* stress-cap: sscanf on pid_t should be %d
|
||||
* Make munge_underscore arg const char *
|
||||
* Mungify _ to - in stressor names in --stressors option
|
||||
- Changes for version 0.07.01:
|
||||
* Makefile: bump version
|
||||
* manual: update date
|
||||
* stress-ng: fix build issues for Solaris
|
||||
* stress-rmap: fix warnings with gcc 3.4.3
|
||||
* stress-rmap: Don't build for OpenBSD, it does not support posix_fallocate
|
||||
* stress-rmap: don't build for Minix
|
||||
* stress-rmap: rename macro CHILD_MAX to RMAP_CHILD_MAX
|
||||
* Add dnotify stressor
|
||||
* stress-*: voidify calls to setpgid
|
||||
* thrash: remove ptrace waits, not really required
|
||||
* thrash: use more standand %jx to scan in memory sizes
|
||||
* thrash: remove debug messages
|
||||
* manual: fix missing escape on - in --metrics-brief
|
||||
* Add --stressors option to show available stressors
|
||||
* cache: ensure path is set correctly for CPUs > 0
|
||||
* cache: fix FIXMEs on determining the CPU number a process is running on
|
||||
* Add stress_get_cpu() helper to fetch CPU number process is running on
|
||||
* manual: fix typo --stack-full should be --stack-fill
|
||||
* stress-rmap: remove redundant NO_MEM_RETRIES_MAX
|
||||
* stress-apparmor: another fix to signal handler comment
|
||||
* stress-rmap: uncomment setpgid call
|
||||
* stress-rmap: replace white spaces with tab
|
||||
* Add rmap stressor
|
||||
* stress-apparmor: fix comment
|
||||
* stress-icmp-flood: just count number of sendto failures
|
||||
* Add --thrash option. Don't use it unless you are crazy.
|
||||
* debian tests: expand the SKIPPED notes on the test script
|
||||
* debian test: use STRESS_NG var for stress-ng
|
||||
* debian test: Use sh and make use POSIX string compare
|
||||
* Add proc helper to help with init/destroy stressor helpers
|
||||
* call stress_unmap_shared if share cache region allocation fails
|
||||
* Add stress_map_shared helper to mmap stress-ng shared region
|
||||
* generalise max proc limiting
|
||||
* Factor out random stressor setting into helper function
|
||||
* Factor out pathological stressor disabling into helper function
|
||||
* stress-resources: declare pid if O_TMPFILE is also defined
|
||||
- Changes for version 0.07.00:
|
||||
* Makefile: bump version
|
||||
* Make ICMP flood stressor conditional build on OS basis
|
||||
* debian/rules: add hardening flags
|
||||
* helper: fix white space indentation (spaces replaced by tab)
|
||||
* stress-ng: bracket pid number on abort early message
|
||||
* stress-userfaultfd: catch OOMs and report these as no resource issues
|
||||
* stress-timer: make stress_timer_set static
|
||||
* stress-sysfs: add zero byte writes to sysfs files
|
||||
* stress-procfs: add zero byte writes to procfs files
|
||||
* stress-icache: ensure we mprotect on page aligned boundary
|
||||
* stress-opcode: unmap the shared region so we don't clobber it
|
||||
* stress-ng: generalise the run-time unsupported stressor checks
|
||||
* Add ICMP flood stressor
|
||||
* stress-shm*: minor change to comment
|
||||
* stress-rtc: fix ioctl() issues, use rtc_wkalrm for wake alarm ioctls
|
||||
* stress-rtc: add padding around rtc_tm to workaround an ioctl bug
|
||||
* stress-oom-pipe: fix pipe fd offset bug, causing writes to fd 0 on ppc64el
|
||||
* stress-ng: fix spelling of resrouces -> resources
|
||||
* stress-rtc: handle return code correctly and -EINTR aborts
|
||||
- Changes for version 0.06.18:
|
||||
* Makefile: bump version
|
||||
* stress-resources: include alloca.h for __sun__ arch
|
||||
* stress-ng: add missing break from switch on OPT_NO_RAND_SEED case
|
||||
* stress-procfs/sysfs: abort rather than re-doing reads on read errors
|
||||
* Add --no-rand-seed option to force reproduceable test start conditions
|
||||
* stress-wcstr: use safe strlcat and strlcpy BSD* systems
|
||||
* stress-str: use safe strlcat and strlcpy on *BSD systems
|
||||
* stress-str: use safe strlcat and strlcpy if we have BSD string library
|
||||
* Makefile: explicitly add -lc flags, stops a warning on FreeBSD builds
|
||||
* stress-resources: pid variable declared only on specific builds
|
||||
* stress-resources: don't build in syscall shims if we don't use them
|
||||
* stress-mmapfork: set max strncat size appropriately
|
||||
* Remove old deprecated --vm-stride from man page
|
||||
* stress-resources: chew up less memory
|
||||
* Remove resources stressor from fast test all
|
||||
* stress-resources: add setpgid call
|
||||
* stress-resources: try harder to terminate on SIGALRM
|
||||
* Add resource stressor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 12:42:24 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.06.17
|
||||
Version: 0.07.04
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user