Accepting request 613525 from home:mnhauke

- Update to version 0.09.28
  * Makefile: bump version
  * stress-zlib: rename variable i to j to fix variable shadowing
    warning
  * stress-prctl: make function stress_prctl_child static
  * stress-fanotify: remove shadow'd declaration of ret
  * stress-access: remove redundant declaration of ret
  * stress-sysbaddaddr: fix indenting
  * stress-flock: fix indenting
  * stress-enosys: fix indenting
  * test/test-modify-ldt: return ret to stop clang warning
  * test/test-pselect: make rfds, wfds static, stop clang warnings
  * stress-clone: put statements of if block in { }
  * stress-shm-sysv: voidify return from shmctl call
  * stress-prctl: voidify return from prctl system call
  * stress-clone: voidify return from modify_ldt system call
  * stress-iomix: fix early termination due to incorrect bogo ops
    comparison
  * Manual: update thread information for memthrash stressor
  * stress-memthrash: add warning and hint about sub-optimal stressor
    choice
  * stress-af-alg: fix errno = ENOENT assignment, should be == comparison
  * stress-set: add autodetect for setregid, setresgid, setresuid,
    setreuid
  * stress-af-alg: skip over ciphers that may not exist
  * stress-af-alg: make ENOKEY a non-critical failure
  * stress-af-alg: forgot to add in \n
  * stress-af-alg: expand error message to capture more information
  * stress-shm-sysv: add exercising for SHM_SET for linux only
  * stress-shm-sysv: add SHM_LOCK/SHM_UNLOCK commands

OBS-URL: https://build.opensuse.org/request/show/613525
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=98
This commit is contained in:
Martin Pluskal 2018-06-04 06:47:25 +00:00 committed by Git OBS Bridge
parent 8ad7e58a95
commit 3e50dccb09
4 changed files with 58 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3eb2dccfa993609ed436db55f48ae2dac9f58991badacda2ed7056ae958b82c
size 344456

3
stress-ng-0.09.28.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bce494b1f2fa54973f4824c9d32eecfba05e251463530e12fb971d5b2925cb5a
size 346540

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Fri Jun 1 19:47:36 UTC 2018 - mardnh@gmx.de
- Update to version 0.09.28
* Makefile: bump version
* stress-zlib: rename variable i to j to fix variable shadowing
warning
* stress-prctl: make function stress_prctl_child static
* stress-fanotify: remove shadow'd declaration of ret
* stress-access: remove redundant declaration of ret
* stress-sysbaddaddr: fix indenting
* stress-flock: fix indenting
* stress-enosys: fix indenting
* test/test-modify-ldt: return ret to stop clang warning
* test/test-pselect: make rfds, wfds static, stop clang warnings
* stress-clone: put statements of if block in { }
* stress-shm-sysv: voidify return from shmctl call
* stress-prctl: voidify return from prctl system call
* stress-clone: voidify return from modify_ldt system call
* stress-iomix: fix early termination due to incorrect bogo ops
comparison
* Manual: update thread information for memthrash stressor
* stress-memthrash: add warning and hint about sub-optimal stressor
choice
* stress-af-alg: fix errno = ENOENT assignment, should be == comparison
* stress-set: add autodetect for setregid, setresgid, setresuid,
setreuid
* stress-af-alg: skip over ciphers that may not exist
* stress-af-alg: make ENOKEY a non-critical failure
* stress-af-alg: forgot to add in \n
* stress-af-alg: expand error message to capture more information
* stress-shm-sysv: add exercising for SHM_SET for linux only
* stress-shm-sysv: add SHM_LOCK/SHM_UNLOCK commands
* stress-mq: POSIX mq on linux allows one to read MQ status, add this
* stress-af-alg: add crc32c
* syscalls.txt: update swapon/swapoff info
* stress-hsearch: fix spelling mistake in comment
* syscalls: update statx and umount system calls
* stress-chown: add lchown system call
* stress-xattr: exercise the filename based xattr system calls
* stress-pthread: use tgkill and gettid system calls
* syscalls: mark tkill as obsolete
* syscalls: ignore ugetrlimit
* stress-hdd: use truncate as well as the ftruncate
* syscalls: add update to setsid
* stress-set: add setsid call
* stress-efivar: fix error return in efi_get_variable
* split mlocked region into mlocked text segment and mlocked data segment
* stress-ng.h: add empty macro definitions for ALIGNED and SECTION
* stress-efivar: add ioctl and fstat exercising on efivar fd's
* test/test-setpgid: don't pass -ve args
* stress-set: voidify returns to discard warnings
* Add set stressor
-------------------------------------------------------------------
Tue May 15 10:08:45 UTC 2018 - mardnh@gmx.de

View File

@ -18,7 +18,7 @@
Name: stress-ng
Version: 0.09.27
Version: 0.09.28
Release: 0
Summary: Tool to load and stress a computer
License: GPL-2.0-only