Commit Graph

131 Commits

Author SHA256 Message Date
Martin Pluskal
93bc2479d0 Accepting request 1141977 from home:dirkmueller:Factory
- update to 0.17.4:
  * kernel-coverage: add longer duration sysbadaddr test
  * stress-pthread: disable pthread_sigqueue call for CYGWIN
  * stress-tree: disable RB trees for CYGWIN
  * stress-sparsematrix: disable RB trees for CYGWIN
  * core-helper: add _start workaround for CYGWIN
  * core-shim: fix setdomainname check on HAVE_SETDOMAINNAME
  * stress-dir: don't reference non-POSIX d_reclen for CYGWIN
  * stress-mmapfork: use stress_mmap_populate for MAP_POPULATE
  * stress-xattr: workaround ENODATA not being defined for NetBSD
  * stress-metamix: voidify parameter temp_dir if O_DIRECTORY is
    not defined
  * core-time: voidify parameter dnow, cleans up Dilos build
    warning
  * stress-sysbadaddr: fix another valid fd check, should be >= 0
  * stress-sysbadaddr: fix valid fd check, should be >= 0
  * stress-sysbadaddr: close fdin rather than fdout on fdout open
    failure
  * stress-sysfs: use SCNu16 formate specifier for sscanf
    uint16_t
  * stress-sock: remove shadowed declaration of variable i
  * stress-vdso: add clock_getres
  * stress-sysinval: set dirfd mode, gid and uid back to original
    setting
  * stress-sigxfsz: retry setrlimit with smaller size if limit is
    too large
  * stress-copy-file: replace sizeof(char) with 8
  * stress-copy-file: fix the max off_t, it's signed to cater for
    this
  * stress-sysbadaddr: use shim_cacheflush instead of direct

OBS-URL: https://build.opensuse.org/request/show/1141977
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=243
2024-01-30 07:11:06 +00:00
Martin Pluskal
183ea15380 Accepting request 1133113 from home:mnhauke
- Update to version 0.17.3
  Changes since 0.16.4
  * https://github.com/ColinIanKing/stress-ng/compare/V0.16.04...V0.17.03

OBS-URL: https://build.opensuse.org/request/show/1133113
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=241
2023-12-15 08:13:43 +00:00
Martin Hauke
4bb92dad4d Accepting request 1108123 from home:amanzini:branches:benchmark
- Update to version 0.16.4
  * see https://github.com/ColinIanKing/stress-ng/blob/V0.16.04/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/1108123
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=239
2023-08-30 13:35:56 +00:00
Martin Pluskal
7a6bbf8c1a Accepting request 1072860 from home:mnhauke
- Udpate to version 0.15.6
  * see https://github.com/ColinIanKing/stress-ng/blob/V0.15.06/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/1072860
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=237
2023-03-19 08:46:58 +00:00
Martin Pluskal
8ccb639d11 Accepting request 1058214 from home:dirkmueller:Factory
- update to 0.15.2:
  * test/test-float.c: Avoid tickling an implicit int error
  * test-aligned-alloc: Define _GNU_SOURCE for the aligned_alloc prototype
  * test-fchmodat: Include <sys/stat.h> for the fchmodat prototype
  * test-pidfd-getfd: Include <syspidfd.h> if available for pidfd_getfd
  * rework stress_strnrnd()
  * stress-signest: disable alternative stack before unmap
  * Makefile: bump verison, update to new code name
  * stress-forkheavy: cast mmap return to same type as pointer metrics
  * stress-fp: disable float128 for OpenBSD
  * stress-fp: disable float80 due to unresolved division by zero SIGFPEs
  * core-shared-heap: cast void * ptt to uintptr_t to clean up icc build
    warning
  * stress-matrix-3d: remove redundant redeclaration of variable j
  * stress-matrix: remove redundant redeclaration of variable j
  * stress-efivar: rename varname to get_varname to avoid name shadowing
  * stress-fp: add fp rates into metrics output, increase metrics to 24
    slots
  * stress-fp: only count bogo-ops for float, double, long double
  * core-helper: silence a spurious gcc warning
  * stress-str: replace search for _ with +
  * README.md: update number of stressors
  * stress-fp: exercise various floating point values with +, *, /
    operations
  * stress-branch: add yield call for SH4 to allow it to be interrupted
  * stress-pci: add locking around PCI memory rate stats
  * stress-ipsec-mb: add locking around statistics being dumped in debug
  * core-shared-heap: ensure offset is always aligned to natural pointer
    alignment
  * stress-fault: restore signal handlers at end of stressor loop

OBS-URL: https://build.opensuse.org/request/show/1058214
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=235
2023-01-13 18:26:26 +00:00
Martin Pluskal
14d9f1b9b2 Accepting request 1046188 from home:dirkmueller:Factory
- update to 0.15.01:
  * stress-tlb-shootdown: fix missing temporary directory removal
  * stress-priv-instr: handle SIGBUS as SIGILL for FreeBSD
  * stress-procfs: rename shadowed variable offset to mem_offset
  * stress-brk: cast uint8_t ptr to void * for munmap
  * stress-syscall: remove redundant initialization of variable max
  * kernel-coverage: add two more stack stressor options
  * stress-stack: add a new --stack-unmap option to unmap pages in stack
  * stress-brk: regularly unmap pages in heap to create many heap mappings
  * stress-pagemove: fix modulo of negative issue causing page check
    failure
  * stress-procfs: clean up off_t and ptr cast warnings
  * stress-priv-instr: add support for aarch64
  * stress-far-branch: set base to 0, remove mask
  * stress-priv-instr: fix swapped size and fd args to mmap
  * stress-priv-instruct: fix typo: HAVE_ASM_S390_PTLV -> HAVE_ASM_S390_PTLB
  * stress-priv-instr: onlt log unhandled instructions info if any ops are
    not trapped
  * stress-priv-instr: add privileged instruction stressor
  * stress-x86cpuid: fix short help message
  * stress-*, core-*: Fix uname success check for Solaris/OpenHipster
  * stress-x86cpuid: stressor does not verify, so set VERIFY_NONE
  * stress-rdrand: reduce number of loops to avoid timeout overrun
  * stress-x86cpuid: remove trailing spaces after comments
  * stress-ng: free names[i] at first opportunity
  * stress-syscall: clean up some valgrind uninitialized memory warnings
  * stress-syscall: set threshold based on total available syscall tests
  * stress-syscall: add restart_syscall system call
  * stress-x86cpuid: add some more CPUID leaf types
  * stress-nop: add some more x86 long nops, add metrics

OBS-URL: https://build.opensuse.org/request/show/1046188
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=233
2023-01-02 14:18:00 +00:00
Martin Pluskal
b60e6e86c5 Accepting request 1036719 from home:mnhauke
- update to version 0.15.0
  * see https://github.com/ColinIanKing/stress-ng/blob/V0.15.00/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/1036719
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=231
2022-11-24 13:47:16 +00:00
Martin Hauke
f94dc3ed8c Accepting request 1009294 from home:dirkmueller:Factory
- update to version 0.14.6
  * see https://github.com/ColinIanKing/stress-ng/blob/V0.14.06/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/1009294
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=229
2022-10-10 08:41:39 +00:00
Martin Pluskal
534e45a23b Accepting request 1004466 from home:mnhauke
- update to version 0.14.5
  * see https://github.com/ColinIanKing/stress-ng/blob/V0.14.05/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/1004466
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=227
2022-09-20 07:42:00 +00:00
Martin Pluskal
a110245fe7 Accepting request 990732 from home:dirkmueller:Factory
- update to version 0.14.3
  * see https://github.com/ColinIanKing/stress-ng/blob/V0.14.03/debian/changelog
  for the full changelog 

- Update to version 0.14.00

OBS-URL: https://build.opensuse.org/request/show/990732
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=225
2022-07-26 06:22:36 +00:00
Martin Pluskal
f6e414ff0a Accepting request 969818 from home:mnhauke
- Update to ersion 0.14.00
  See https://github.com/ColinIanKing/stress-ng/blob/V0.14.00/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/969818
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=223
2022-04-14 08:20:14 +00:00
Martin Pluskal
7a752f599c Accepting request 965222 from home:dirkmueller:Factory
- update to 0.13.12:
  See https://github.com/ColinIanKing/stress-ng/blob/V0.13.12/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/965222
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=221
2022-03-31 08:55:06 +00:00
Martin Pluskal
a3c94edfb1 Accepting request 925179 from home:mnhauke
- Update to version 0.13.05
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/925179
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=220
2021-10-14 10:46:48 +00:00
Martin Pluskal
2dda726246 Accepting request 922078 from home:mnhauke
- Update to version 0.13.04
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/922078
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=219
2021-09-29 08:09:09 +00:00
Martin Pluskal
44a8877108 Accepting request 919873 from home:mnhauke
- Update to version 0.13.02
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/919873
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=218
2021-09-21 10:29:25 +00:00
Martin Pluskal
1298c0c0cf Accepting request 916048 from home:mnhauke
- Update to version 0.13.01
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog
- Reenable parallel build

OBS-URL: https://build.opensuse.org/request/show/916048
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=217
2021-09-03 07:07:47 +00:00
Martin Pluskal
6d73f9d812 Accepting request 913390 from home:mnhauke
- Update to version 0.13.00
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/913390
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=216
2021-08-25 08:41:12 +00:00
Martin Pluskal
99e3cedf7b Accepting request 902819 from home:mnhauke
- Update to version 0.12.11
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/902819
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=215
2021-06-28 13:47:02 +00:00
Martin Pluskal
1140b4518a Accepting request 898262 from home:mnhauke
- Update to version 0.12.10
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

- Update to version 0.12.08
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/898262
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=213
2021-06-08 08:41:47 +00:00
Martin Pluskal
83bd8aeedc Accepting request 888012 from home:mnhauke
- Update to version 0.12.06
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/888012
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=211
2021-04-23 12:57:20 +00:00
Martin Pluskal
19382b3f25 Accepting request 875782 from home:mnhauke
- Update to version 0.12.04
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/875782
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=209
2021-03-01 07:52:34 +00:00
Martin Pluskal
a856e38966 Accepting request 858788 from home:mnhauke
- Update to version 0.12.01
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/858788
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=207
2020-12-27 08:14:19 +00:00
Martin Pluskal
56b5887d38 Accepting request 853110 from home:mnhauke
- Update to version 0.12.00
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/853110
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=205
2020-12-07 06:47:57 +00:00
Martin Pluskal
de55c9de51 Accepting request 848515 from home:mnhauke
- Update to version 0.11.24
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/848515
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=203
2020-11-16 07:44:56 +00:00
Martin Pluskal
569c328c16 Accepting request 845094 from home:mnhauke
- Update to version 0.11.23
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/845094
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=201
2020-11-02 05:38:48 +00:00
Martin Pluskal
978b47ab32 Accepting request 843642 from home:mnhauke
- Update to version 0.11.22
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/843642
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=199
2020-10-23 17:39:08 +00:00
Martin Pluskal
f96d128c54 Accepting request 835299 from home:mnhauke
- Update to version 0.11.21
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/835299
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=197
2020-09-18 05:17:45 +00:00
Martin Pluskal
52dd6ddc74 Accepting request 832833 from home:mnhauke
- Update to version 0.11.20
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/832833
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=195
2020-09-08 08:25:38 +00:00
Martin Pluskal
79bb3f56b2 Accepting request 829016 from home:mnhauke
- Update to version 0.11.19
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/829016
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=193
2020-08-24 16:38:05 +00:00
Martin Pluskal
1645f17523 Accepting request 826091 from home:mnhauke
- Update to version 0.11.18
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/826091
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=191
2020-08-13 08:32:42 +00:00
Martin Hauke
5e1d3f04ff Accepting request 823805 from home:mnhauke
- Update to version 0.11.17
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/823805
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=189
2020-08-04 17:51:18 +00:00
Martin Hauke
aa11b1e0ab Accepting request 821290 from home:pevik:branches:benchmark
- Update to version 0.11.15
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/821290
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=186
2020-07-17 09:58:32 +00:00
Martin Pluskal
4ef71cac84 Accepting request 815977 from home:mnhauke
- Update to version 0.11.14
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/815977
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=184
2020-06-19 18:23:10 +00:00
Martin Pluskal
3664a0947d Accepting request 809672 from home:mnhauke
- Update to version 0.11.12
  * Setup the checksum before forking off child stressor (LP: #1880840)
    - fixes null checksum if child is killed before the stressor
      function gets invoked.
  * stress-stackmmap: make ends of stack inaccessible to stop clobbering
    non-stack regions
  * stress-dev: disable TIOCGETD for the moment as it causes some hang
    issues
  * stress-context: always swap context back to main microthread on
    termination
  * stress-sock: voidify fd arg to clean up build warning on Solaris
  * Add run-time autoconfig check for struct ifconf
  * stress-sem-sysv: test illegal semtimedop only if it is exists
  * stress-sem-sysv: workaround kfreebsd8 EINVAL on semtimedop
  * stress-sem-sysv: don't use semtimedop if it returns -ENOSYS
  * stress-sem-sysv: only exercise SEM_STAT on linux
  * stress-ng: fetch yaml filename before running stress tests
  * Makefile: rm -f the makefile on clean
  * stress-ng: Don't track config or show in diff
  * Makefile: remove the need for an empty config file
  * stress-ng: fix long form if -x option, use "exclude" instead of "list"
  * stress-ng: README: update libsctp name for RHEL, fedora, related
    distros
  * stress-memthrash: silently ignore ESRCH pthread_join failures
  * stress-madvise: voidify pthread_join return, we don't care about it
  * stress-inode-flags: voidify pthread_join return, we don't care
    about it
  * stress-dev: voidify pthread_join return, we don't care about it
  * shim_waitpid: allow a few retries before throttling retry
  * kernel-coverage.sh: move the quick spin through stressors to the end

OBS-URL: https://build.opensuse.org/request/show/809672
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=182
2020-05-27 20:45:34 +00:00
Martin Pluskal
7ba8b83b7a Accepting request 806043 from home:mnhauke
- Update to version 0.11.10
  * core-ftrace + manual: update caveat about ftrace stats
  * stress-pty: fix incorrect placing of #endif's
  * core-ftrace: warn when --ftrace is used on systems that don't
    support it
  * core-ftrace: voidify unused argument in stress_ftrace_add_pid
  * kernel-coverage: add ftrace and class exercising
  * core-ftrace: move OPT_FLAGS_FTRACE check to core-ftrace
  * core-ftrace: try to filter by parent and child process IDs
  * core-ftrace: add caveat about tracing stats captured
  * core-ftrace: fix some resource free'ing issues
  * stress-efi-var: optimize check for . files
  * stress-efivar: remove free of efi_dentries
  * stress-chdir: ensure all fd's and filenames are invalid before
    testing
  * Add --ftrace option to get some kernel function tracing metrics
  * stress-pty: exercise tcdrain, tcflush, tcflow and tcgetattr
  * stress-vm: use mwc64() for random numbers rather than random()
  * stresss-vdso: add missing line
  * stress-pipe: fix build failure on non-Linux platforms on pr_fail
  * Replace pr_fail_err with pr_fail to allow more flexible error
    messages
  * Remove pr_fail_dbg and replace with pr_fail
  * Remove pr_fail_args_errno and pr_fail_errno
  * core-helper: remove directory if an error occurs on mkdir

OBS-URL: https://build.opensuse.org/request/show/806043
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=180
2020-05-17 07:03:49 +00:00
Martin Pluskal
24171b4378 Accepting request 801213 from home:mnhauke
- Update to version 0.11.09
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/801213
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=178
2020-05-07 12:59:41 +00:00
Martin Pluskal
6d8413a7c8 Accepting request 796696 from home:mnhauke
- Update to version 0.11.08
  See http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
  for the full changelog

OBS-URL: https://build.opensuse.org/request/show/796696
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=176
2020-04-24 05:23:07 +00:00
Martin Pluskal
41a52f546e Accepting request 789713 from home:mnhauke
- Update to version 0.11.06
  * stress-dev: remove TIOCGETC and TIOCSETC ioctl to fix FTBFS on
    alpha
    - this is the 2nd attempt to fix this issue, this time I'm
      removing the use these specific ioctl commands.

- Update to version 0.11.05
  * stress-dev: define a shim for struct tchar, fixes a FTBFS
    on arch alpha

- Update to version 0.11.04
  * stress-sockabuse: reduce scope of variable sfd
  * stress-reboot: reduce scope of another ret variable
  * stress-reboot: reduce scope of variable ret
  * stress-skiplist: make function skip_list_free static
  * stress-madvise: relax constness of buf pointer
  * stress-reboot: don't pass args to clone, it is not required
  * stress-reboot: remove shadowed variable ret
  * stress-sysbaddr: add guard on bad_getdomainname and comment
    out bad_acct
  * stress-sysbadaddr: disable acct for the moment.
  * stress-sysbadaddr: limit clone to just linux for the moment
  * stress-sysbadaddr: pass incremented addresses to avoid restrict
    warnings
  * stress-sysinfo: cast void * to the appropriate arg types on system
    calls
  * stress-reboot: add and use SHIM_CAP_SYS_BOOT
  * stress-reboot: move help so it's always built in
  * Add a reboot stressor.  This does not actually reboot a system.
  * stress-sigfd: exercise the fd info of the signalfd

OBS-URL: https://build.opensuse.org/request/show/789713
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=174
2020-03-30 10:55:30 +00:00
Martin Pluskal
55b42ee299 Accepting request 785706 from home:mnhauke
- Update to version 0.11.3
  * Code cleanup only, no functional changes

OBS-URL: https://build.opensuse.org/request/show/785706
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=172
2020-03-16 20:17:04 +00:00
Martin Hauke
5982efcdd2 Accepting request 782687 from home:mnhauke
- Supplement against bash-completion, not bash

- Drop SLE12 compat ifdef

OBS-URL: https://build.opensuse.org/request/show/782687
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=170
2020-03-08 13:26:01 +00:00
Martin Pluskal
85a5fc3a99 Accepting request 781660 from home:mnhauke
- Update to version 0.11.02
  * core-parse-opts: cater for -ve values
  * core-parse-opts: check for non-numeric in numeric args
  * Fix --random mode
  * Allow negative --random for selecting number of online CPUs
  * stress-prctl: add PR_SET_IO_FLUSHER PR_GET_IO_FLUSHER prctl
    commands
  * stress-mmapfork: check if parent is OOM'd and force exit on
    early abort
  * stress-mmapfork: force reap on interrupt waiting for pid
  * stress-mmapfork: ensure we kill and reap child processes
  * stress-mmapfork: reap when no more process slots are free
  * stress-mmap: add in more yield points

OBS-URL: https://build.opensuse.org/request/show/781660
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=168
2020-03-05 07:34:12 +00:00
Martin Pluskal
aafa9b43f7 Accepting request 779418 from home:mnhauke
- 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

- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/779418
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=166
2020-02-26 15:10:59 +00:00
Martin Pluskal
c096c47d03 Accepting request 768447 from home:mnhauke
- Update to version 0.10.18
  * stress-urandom: handle ENOTTY errors on ioctl() on older
    kernels
- Update to version 0.10.17
  * stress-dev: add blocked device open sanity check
  * stress-cpu: add lowest common multiple sanity check on gcd
    computation
  * stress-clock: exercise clock_getres on a /dev/ptp0 clockid
  * stress-clock: exercise /dev/ptp0 on linux
  * stress-tmpfs: add MAP_HUGETLB mmap option and reduce sleep time
  * stress-mmap: remove duplicated no_mem_retries increment
  * stress-membarrier: exercise more membarrier commands
  * stress-fcntl: exercise F_SETOWN, F_SETOWN_EX and F_GETOWN_EX
    more
  * stress-exec: create and try to execute a garbage executable
  * stress-stream: fix failure message logging
  * stress-shm: add some more shm exercising on shm fd
  * stress-ramfs: rename mount point directory to mnt
  * stress-af-alg: add helpers to lookup hash types by name or type
  * stress-af-alg: remove ptr + 2 occurrences
  * stress-msg: exercise MSG_COPY if it is available
  * stress-aio-linux: ignore EINVAL on io submits for fdsync or
    fsync commands
  * stress-brk: silently ignore brk on a specific address failures
  * stress-sysfs: disable ROM test as this is causing some issues
  * stress-mq: use 0..127 priority levels chosen at random
  * stress-quota: add CAP_SYS_ADMIN prechecks before running the
    stressor
  * stress-sysfs: skip over /sysfs kernel debug interfaces

OBS-URL: https://build.opensuse.org/request/show/768447
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=164
2020-01-30 09:15:03 +00:00
Martin Pluskal
cdade993d7 Accepting request 763353 from home:mnhauke
- Update to version 0.10.16
  * stress-bad-altstack: aggressively re-try when we can't
    segfault the handler
  * stress-aio-linux: perform periodic async fdsync and fsync
    and use lots of open files
  * stress-aio-linux: add async reads and allocate buffers
  * stress-dev: Add TIOCMBIS and TIOCMBIC ioctls
  * stress-dev: add TIOCNXCL and TIOCEXCL ioctls
  * stress-dev: add a couple more tty specific ioctls
  * stress-aio: fix sleepy wait to make it interruptible
  * Manual: move the --set and --set-ops to the correct place
  * stress-sysfs: improve timeout on slow sysfs entries
  * stress-ramfs: create/lstat/remove symlink file on ramfs
    filesystem

OBS-URL: https://build.opensuse.org/request/show/763353
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=162
2020-01-12 07:56:18 +00:00
Martin Pluskal
e17eb4ab49 Accepting request 760734 from home:mnhauke
- Update to version 0.10.15
  * Lots of bugfixes and fixed compiler warnings since 0.10.14 See
    http://kernel.ubuntu.com/git/cking/stress-ng.git/plain/debian/changelog
    for the full changelog

OBS-URL: https://build.opensuse.org/request/show/760734
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=160
2020-01-04 14:24:05 +00:00
Martin Pluskal
3e966b89ef Accepting request 757618 from home:mnhauke
- Update to version 0.10.14
  * stress-chdir: fix opening of paths[i]
  * stress-vecmath: don't use TARGET_CLONES on ppc64, it breaks
    some older compilers
  * stress-hrtimes: handle fork resource failures more gracefully.
  * stress-chdir: mix random value and grey code of nth file
  * stress-chdir: make paths more random and chdir to / for more
    stress
  * stress-wait: clean up a comment
  * stress-sem: add sem_getvalue call to increase coverage
  * stress-sem: add sem_timedwait to increase test coverage
  * sigprocmask: fix missing sigprogmask and add sigtimedwait
  * core-cache: remove / from cache path

OBS-URL: https://build.opensuse.org/request/show/757618
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=158
2019-12-18 08:56:58 +00:00
Martin Hauke
e53f3eb761 Accepting request 756999 from home:sbahling:branches:benchmark
- add BuildRequires: bash-completion for older distro targets to
  avoid "directories not owned by a package" build failure

OBS-URL: https://build.opensuse.org/request/show/756999
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=156
2019-12-15 09:48:07 +00:00
Martin Pluskal
27df7877c2 Accepting request 755364 from home:mnhauke
- Update to version 0.10.13
  * stress-dev: add TIOCMGET, TIOCGICOUNT and TIOCGSERIAL ioctls
  * stress-close: add more open types, don't chown files if root,
    remove AF_APPLETALK
  * stress-close: enable some more socket domains
  * test: add test-setproctitle.c, forgot to add this earlier
  * Where possible set the process title (argv[0])
  * Change cache size information from info to debug level output
  * stress-ng: add missing space between switch statement and (
  * Add SIGILL to signals that need to be handled, it was missing
  * stress-rdrand: fix typo in \n at end of info message
  * stress-sock: fix build issues on systems without HAVE_RECVMMSG
  * stress-sock: get the incoming CPU of the socket
  * stress-sock: get MTU size and set TOS to IPTOS_THROUGHPUT
  * kernel-coverage.sh: add random sock-opts flag
  * stress-sock: also exercice recvmmsg and recvmsg
  * stress-sock: remove debug
  * stress-sock: add a random send option for --sock-opt
  * core-mwc: fix mwc8() being reset when using mwc1()
  * stress-schedpolicy: silently ignore EBUSY returns

OBS-URL: https://build.opensuse.org/request/show/755364
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=154
2019-12-10 09:50:45 +00:00
Martin Pluskal
3e7ed26a3a Accepting request 751456 from home:mnhauke
- Update to version 0.10.12
  * stress-sem-sysv: fix GETALL arg, it should not be pass by reference
  * stress-clock: fix segfault when timer_create fails
  * kernel-coverage.sh: add more hdd specific advice hints
  * stress-revio: fix fadv-seq option, it is currently disabled
  * stress-hdd: fix fadv-seq option, it is currently disabled
  * stress-sem-sysv: remove trailing whitespace
  * stress-udp: exercise SIOCOUTQ and SIOCINQ ioctls
  * stress-sock: exercise SIOCOUTQ and SIOCINQ ioctls
  * stress-udp-flood: add SIOCOUTQ ioctl
  * Include linux/sockios.h include if is available
  * stress-shm: add lseek to exercise shm
  * stress-sem-sysv: exercise GETALL semctl command
  * stress-sem-sysv: fix typo GEZCNT -> GETZCNT
  * stress-sysfs: add poll to sysfs exercising
  * stress-sysfs: add some more file specific operations on /sysfs
    files
  * stress-clock: don't wait for timer completions, makes test more
    aggressive
  * stress-madvise: add MADV_COLD and MADV_PAGEOUT advice flags
  * stress-msg: add random MSG_STAT_ANY msgctl call
  * stress-msg: check struct msginfo is available with HAVE_MSGINFO
  * kernel-coverage.sh: remove unix socket domain from udp stressor
  * stress-rdrand: increase rdrand read rate by adding inner loop
  * Manual: add clone3() to --clone description
  * core-shim: remove debug
  * stress-clone: convert NULL to a uint64_t for tls clone argument
  * stress-clone: exercise clone3() if it is available
  * stress-clone: add linux 5.5 CLONE_CLEAR_SIGHAND flag
  * stress-rdrand: remove rdrand32

OBS-URL: https://build.opensuse.org/request/show/751456
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=152
2019-11-28 09:01:29 +00:00
Martin Pluskal
e4930a7fa8 Accepting request 749991 from home:mnhauke
- Update to version 0.10.11
  * Rename stress-socketmany to stress-sockmany to match the stressor
    name
  * Rename stress-socketpair to stress-sockpair to match the stressor
    name
  * Rename stress-socket-diag to stress-sockdiag to match the stressor
    name
  * Rename stress-socket-fd to stress-sockfd to match the stressor name
  * stress-sock: rename functions with sctp in name to sock
  * Rename sock stressor stress-socket.c to stress-sock.c
  * Add sockmany stressor to exercise many open socket connections
  * stress-dev: add initial /dev/ptp device exercising code
  * stress-schedpolicy: add SCHED_DEADLINE scheduling
  * stress-softlockup: force lowest niceness to be less nice
  * stress-softlockup: clean up a comment
  * kernel-coverage.sh: Add some more corner case stressors
  * stress-shm-sysv: silently ignore EINVAL when deleting shared memory
  * manual: add default number of system V shared memory segments
  * stress-zero: add lseeks as these are allowed on /dev/zero
  * stress-zombie: don't give up when we hit out of memory
  * stress-schedpolicy: exercise sched_util_max if it is useable
  * stress-cache: add --cpu-sfence sfence instruction support (x86 only)
  * stress-af-alf: fix stack clobbering issue on arm64/armhf
  * stress-af-alg: report send/sendmsg EINVAL errors as debug, ignore
    for next time
  * stress-af-alg: add a preemption point on each crypto iteration

OBS-URL: https://build.opensuse.org/request/show/749991
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=150
2019-11-21 06:29:20 +00:00