Accepting request 607442 from home:mnhauke

- Update to version 0.09.27
  * Makefile: bump version
  * Remove empty end lines from debian/control, debian/changelog
  * stress-filename: set rc to EXIT_SUCCESS if we get a timeout on again
    loop
  * stress-chdir: only use O_DIRECTORY if it is supported
  * stress-xattr: remove need to #include <xattr/xattr.h>
  * stress-utime: only declare ts when required
  * stress-utime: don't use UTIME_NOW or UTIME_OMIT if they are not
    defined
  * stress-pthread: exercise set_robust_list linux system call
  * stress-zlib: fix parity data generator
  * Add build-time check for faccessat
  * Add new access/faccessat stressor
  * stress-zlib: reorder rand_data_funcs and add in missing funcs
  * stress-zlib: Add sweep sin wave double prevision data
  * Add parity bit data zlib method
  * stress-cpu: fix parity sum check
  * syscalls.txt: fix up utimensat
  * stress-utime: add utimensat system call
  * Add build check for utimensat
  * stress-efivar: keep track of bad efivars and don't re-read them
  * stress-ng.h: forgot to include <asm/ldt.h> when HAVE_MODIFY_LDT is
    defined
  * Update  modify_ldt syscall
  * stress-clone: add modify_ldt call
  * Add build time check for modify_ldt
  * Update syscall.txt with latest syscall additions
  * stress-pthread: exercise setns()
  * stress-clone: exercise setns()

OBS-URL: https://build.opensuse.org/request/show/607442
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=95
This commit is contained in:
Martin Pluskal 2018-05-15 10:58:56 +00:00 committed by Git OBS Bridge
parent cecca88ce5
commit f220a777b9
3 changed files with 51 additions and 1 deletions

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

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

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue May 15 10:08:45 UTC 2018 - mardnh@gmx.de
- Update to version 0.09.27
* Makefile: bump version
* Remove empty end lines from debian/control, debian/changelog
* stress-filename: set rc to EXIT_SUCCESS if we get a timeout on again
loop
* stress-chdir: only use O_DIRECTORY if it is supported
* stress-xattr: remove need to #include <xattr/xattr.h>
* stress-utime: only declare ts when required
* stress-utime: don't use UTIME_NOW or UTIME_OMIT if they are not
defined
* stress-pthread: exercise set_robust_list linux system call
* stress-zlib: fix parity data generator
* Add build-time check for faccessat
* Add new access/faccessat stressor
* stress-zlib: reorder rand_data_funcs and add in missing funcs
* stress-zlib: Add sweep sin wave double prevision data
* Add parity bit data zlib method
* stress-cpu: fix parity sum check
* syscalls.txt: fix up utimensat
* stress-utime: add utimensat system call
* Add build check for utimensat
* stress-efivar: keep track of bad efivars and don't re-read them
* stress-ng.h: forgot to include <asm/ldt.h> when HAVE_MODIFY_LDT is
defined
* Update modify_ldt syscall
* stress-clone: add modify_ldt call
* Add build time check for modify_ldt
* Update syscall.txt with latest syscall additions
* stress-pthread: exercise setns()
* stress-clone: exercise setns()
* Add build time check for setns
* syscalls.c: add fchdir
* stress-chdir: add fchdir syscall
* stress-zlib: add pink noise data generation method
* stress-bind-mount: don't clone signal handlers in clone child
* stress-bind-bound: respawn process to handle limit on bind mounts
* Add a EFI variable reading stressor
* Add prctl stressor
* stress-ng.h: don't allow both HAVE_SYS_XATTR_H and HAVE_ATTR_XATTR_H
* Forgot to commit changes to Makefile.config
* xattr: autodetect for different xattr paths attr/xattr.h and
sys/xattr.h
* stress-dev: add BLKSECTGET ioctl
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 29 19:28:12 UTC 2018 - mardnh@gmx.de Sun Apr 29 19:28:12 UTC 2018 - mardnh@gmx.de

View File

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