Commit Graph

132 Commits

Author SHA256 Message Date
89591cdc0d Accepting request 543970 from home:mnhauke
- Update to version 0.09.03
  * Makefile: bump version
  * Manual: update date
  * stress-physpage: move unsupported function
  * Add new physpage stressor
  * Manual: add more notes on the OOM behaviour of the stack stressor
  * Add in stressor name or core context as prefix in pr_dbg messages
  * stress-fanotify: write "test" rather than "foo"
  * stress-exec: don't allow this to run as root, skip rather than fail
  * stress-ng: remove semaphore.h, it is in stress-ng.h already
  * stress-hrtimers: don't kill pid 0

OBS-URL: https://build.opensuse.org/request/show/543970
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=52
2017-11-21 08:12:00 +00:00
16a8c73d41 Accepting request 540170 from home:mnhauke
- Update to version 0.09.02
  * Makefile: bump version
  * Manual: update contributors names and date
  * README: update, add OS X instructions and add clean rule
  * shim: cast to int for brk for __APPLE__
  * stress-ng.h: fix missing _ off __APPLE_ macro name
  * Use shim_sbrk and shim_brk wrappers
  * Add shim for brk and sbrk
  * stress-pthread: use shim_sched_yield instead if pthread_yield
  * stress-ng.h: use shim spinlock in warn_once inline helper
  * pthreads: shim spinlocks so we can use mutex if not available
  * Makefile.config: add missing (
  * Make BSD library more flexible, especially with __APPLE__ arch
  * stress-inode-flags: reset flags to zero at end of loop (LP: #1730297)
  * stress-inode-flags: move counter to bump once per loop iteration
  * stress-random: enable random stressor for __APPLE__ arch
  * stress-filename: default to POSIX filename chars for __APPLE__
  * stress-filename: OS X can't have ':' in filenames
  * stress-fcntl: fix up incorrect name of failed system call
  * stress-fcntl: remove need for 2nd fd in F_DUPFD
  * stress-mmap: add MAC OS X mmap flags
  * stress-schedpolicy: disable this for __APPLE__ arch
  * sched: detect __APPLE__ and don't used sched funcs for this arch
  * stress-zlib: correct text start/end for all OS choices
  * test/test-libpthread: ensure we check all pthread functionality
  * Update README.Android notes

OBS-URL: https://build.opensuse.org/request/show/540170
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=50
2017-11-09 12:35:49 +00:00
Martin Pluskal
3cd55afe02 Accepting request 539610 from home:mnhauke
- Update to version 0.09.01
  * Makefile: bump version
  * Manual: update contributors names and date
  * README: update, add OS X instructions and add clean rule
  * shim: cast to int for brk for __APPLE__
  * stress-ng.h: fix missing _ off __APPLE_ macro name
  * Use shim_sbrk and shim_brk wrappers
  * Add shim for brk and sbrk
  * stress-pthread: use shim_sched_yield instead if pthread_yield
  * stress-ng.h: use shim spinlock in warn_once inline helper
  * pthreads: shim spinlocks so we can use mutex if not available
  * Makefile.config: add missing (
  * Make BSD library more flexible, especially with __APPLE__ arch
  * stress-inode-flags: reset flags to zero at end of loop (LP: #1730297)
  * stress-inode-flags: move counter to bump once per loop iteration
  * stress-random: enable random stressor for __APPLE__ arch
  * stress-filename: default to POSIX filename chars for __APPLE__
  * stress-filename: OS X can't have ':' in filenames
  * stress-fcntl: fix up incorrect name of failed system call
  * stress-fcntl: remove need for 2nd fd in F_DUPFD
  * stress-mmap: add MAC OS X mmap flags
  * stress-schedpolicy: disable this for __APPLE__ arch
  * sched: detect __APPLE__ and don't used sched funcs for this arch
  * stress-zlib: correct text start/end for all OS choices
  * test/test-libpthread: ensure we check all pthread functionality
  * Update README.Android notes

- Update to version 0.09.00:
  * Makefile: bump major version
  * Makefile Add perf-event.c and usr.bin.pulseaudio.eg to dist rule

OBS-URL: https://build.opensuse.org/request/show/539610
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=48
2017-11-07 16:38:43 +00:00
Martin Pluskal
7035707df2 Accepting request 535479 from home:mnhauke
- Update to version 0.08.18

OBS-URL: https://build.opensuse.org/request/show/535479
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=46
2017-10-21 06:24:33 +00:00
008d5ba55e Accepting request 530268 from home:mnhauke
- Update to version 0.08.16:
  * Makefile: bump version
  * stress-aio-linux: automatically scale requests (LP: #1711675)
  * stress-socket-diag: sockdiag_send zero return should be checked
  * stress-socket-diag: sockdiag_send should return 0 on stress test end
  * stress-socket-diag: ensure name is sockdiag and not sock-diag
  * Add swapon/off stressor
- Update to version 0.08.15:
  * Makefile: bump version
  * Manual: update date
  * Abstract a shim for off64_t
  * shim: fix typo, error should be errno
  * stress-opcode: don't use seccomp if SECCOMP_SET_MODE_FILTER is not defined
  * stress-memrate: add volatile in void cast to fix buildw arning
  * stress-socket-diag: constify attr and cast
  * shim: move iopriority shims from io-priority.c to shim.c
  * stress-pthread: fix typo mutx -> mutex
  * Add cpu-online and oom-pipe stressors to the pathological class
  * shim: move shim_sync_file_range from stress-sync-file to shim
  * shim: use __NR_futex instead of SYS_futex in syscall
  * stress-dup: use dup3 shim
  * shim: add shim to dup3
  * stress-mincore: reset random address if it matches previous address
  * syscalls.txt: update
  * stress-clock: add half-baked attempt to set timer
  * helper: remove extraneous and incorrect < 0 after prctl call
  * fix -x exclude option
  * stress-ng: make index size_t type
  * stress-opcode: add seccomp filtering to limit syscalls
  * helper: stress_drop_capabilities: don't allow new privileges

OBS-URL: https://build.opensuse.org/request/show/530268
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=44
2017-10-01 19:19:29 +00:00
e5aeed72ee Accepting request 515121 from home:mnhauke
- Update to version 0.08.10:
  * Makefile: bump version
  * stress-dirdeep: fix warning on unused variable ret on BSD systems
  * Update manual description for the --all option
  * job: allow classes to be run as jobs (LP: #1706970)
  * stress-dirdeep: don't remove directories in main exercise function
  * return EXIT_SUCCESS for class cpu? class command
  * stress-dirdeep: exercise files rather than create/delete
  * manual: fix wording in memthrash table
  * stress-dirdeep: Fix inode accounting, add more -v information feedback
  * Add --dirdeep-inodes option to limit of inodes being consumed:
  * parse-opts: don't allow negative percentages
  * Add stress_get_filesystem_available_inodes to get inode number
  * Add generialized percentage opt parser get_uint64_percent
  * helper: remove debug message from stress_get_filesystem_size
  * stress-ng: ensure --version option terminates immediately

OBS-URL: https://build.opensuse.org/request/show/515121
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=42
2017-08-09 11:32:58 +00:00
Martin Pluskal
3ee3822a41 Accepting request 511198 from home:mnhauke
- Update to version 0.08.08:
  * Makefile: bump version
  * stress-memrate: don't fail so badly when we can't allocate memory
  * stress-ng: fix segfault on --memcpy, requires 1 arg and not zero
  * Manual: update date
  * stress-cpu: Minix also does not have lgammal so work around this
  * stress-dirdeep: fix clang + Minix build warning, cast char to int
  * stress-memrate: add OOM check detection
  * stress-cpu: NetBSD does not have lgammal so work around this
  * stress-radixsort: fix build issues on systems w/o libbsd
  * Add new memrate stressor
  * shim: trivial fix to comment typo
  * stress-cpu: optimize factorial calculation
  * job: avoid memory overflow on strncpy on txt
  * Add --matrix-yx option
  * iterate over size of classes and remove need for terminator
  * stress-radixsort: remove casting, clean up build warning with PEDANTIC=1
  * README: Add notes on PEDANTIC builds
  * No need to extern define opterr, it is already defined in getopt.h
  * Fix static build issues with the use of getpwuid
  * Add longjmp handling to unwind parsing errors
  * Improve job error handling
  * Add a LIKELY annotation to the 75% likely path on mwc8()
  * Add a radixsort CPU/memory/cache stressor
  * stress-rmap: force faster termination and cleanups
  * stress-ng.h: forgot to commit matrix size increase to 8192
  * stress-matrix: scale up default float values by 65535
  * stress-matrix: don't allocate matrices on the stack, mmap them instead
  * stress-icache: call shim_cacheflush to flush ICACHE
  * Add --vm-madvise option

OBS-URL: https://build.opensuse.org/request/show/511198
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=40
2017-07-18 14:35:36 +00:00
Martin Pluskal
cd252d7194 Accepting request 507008 from home:pgeorgiadis:branches:benchmark
-  update to version 0.08.07

OBS-URL: https://build.opensuse.org/request/show/507008
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=38
2017-06-29 10:15:05 +00:00
6fae9a7209 Accepting request 505619 from home:mnhauke
- update to version 0.08.06:
  * Makefile: bump version
  * Debian/control: update standards version to 4.0.0
  * Make test-sem-sysv.c fail for GNU/HURD
  * Make test-mq-sysv.c fail for GNU/HURD
  * Make test-affinity fail for GNU/HURD
  * stress-cyclic: fix build issues on non-Linux platforms
  * Clean up some warnings found on test config code
  * Add --cyclic-method to cyclic measurements stressor
  * Add build-time checks for SYSV shared memory APIs
  * stress-sigsegv: add NOCLOBBER hint to fix warning with gcc 5.4.1
  * test-sem-posix: include time.h to build on BSD
  * stress-sem-sysv: make semtimedop a linux only feature
  * Add build-time checks for SYSV message queues
  * Forgot to add in new test-mq-posix.c test source
  * Add build-time checks for POSIX message queues
  * Add in cyclic help options
  * stress-vforkmany: add self adjusting waste memory allocation
  * stress-vforkmany: make child processes larger to be more OOM'able
  * stress-socket-fd: Add checks for sendmsg failures
  * stress-socket-fd: send SIGALRM rathe rather than SIGKILL to child
  * Add new --cyclic-dist distribution option
  * stress-vforkmany: allow children to be OOM'd (LP: #1698747)
  * sem-sysv: add linux checks for linux only semctl commands
  * Add SYSV semaphore autodetection at build time
  * job: voidify some function returns and constify len
  * stress-cyclic: fix tab/spacing indentation

OBS-URL: https://build.opensuse.org/request/show/505619
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=36
2017-06-22 08:41:33 +00:00
Martin Pluskal
82a6768354 Accepting request 504518 from home:mnhauke
- update to version 0.08.05:
  * test-sem-posix: don't build for FreeBSD kernels
  * stress-cyclic: only produce stats for first instance 
  * stress-sem: hust build on systems that provide POSIX semaphores
  * stress-madvise: fix build warning with clobbered sz with gcc 3.4.3
  * stress-vm: fix build warning on munmap
  * stress-fcntl: fix build issue on kFreeBSD
  * stress-softlockup: fix build error on GNU/HURD
  * stress-madvise: fix another BSD build warning
  * stress-madvise: fix build warnings on BSD
  * stress-cyclic: fix build issues on non-Linux systems
  * Add build time checks for POSIX semaphores
  * stress-cyclic: add NOCLOBBER hints to avoid gcc 4.9.2 longjmp warnings
  * fix bogo ops setting, this was broken in the set/get settings changes
  * stress-cyclic: avoid division by zero error
  * Add new real time cyclic stressor
  * Propagate stressor killed status back up to parent
  * Make --class cpu? exit 0 rather than 1
  * stress-fcntl: only build in fd_get when it is required
  * stress-fcntl: only build in check_return if required
  * test-affinity: voidify unused rc return
  * stress-sigsegv: remove redundant null assignment to ptr
  * stress-rlimit: reduce scope of fds, ptr and oldbrk
  * stress-softlockup: constify fields in data structure
  * stress-seccomp: check for specific macros after including the headers
  * Add --abort option to force all stressor to abort if a stressor fails
  * stress-softlockup: try to synchronize start of all children
  * stress-futex: use shim'd futex calls
  * Add abstraction shims to futex operations
  * madvise: fix build failure because of incorrect build config check

OBS-URL: https://build.opensuse.org/request/show/504518
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=34
2017-06-18 21:29:21 +00:00
Martin Pluskal
12d56197f4 Accepting request 501169 from home:mnhauke
- update to version 0.08.04:
  * Makefile: bump version
  * debian/control: use libgcrypt20-dev (Closes: #864137)
  * stress-kcmp: add new KCMP_EPOLL_TFD to enums

  * Makefile: bump version

OBS-URL: https://build.opensuse.org/request/show/501169
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=32
2017-06-05 13:57:38 +00:00
Martin Pluskal
b0ed220925 Accepting request 500521 from home:mnhauke
- update to version 0.08.03:
 * Makefile: bump version
  * Manual: update date
  * stress-pthread: don't use pthread_yield for NetBSD and Solaris
  * stress-wait: fix waitpid, make sure it's waiting with correct flags
  * stress-wait: fix WCONINUED typo and add better waitpid error detection
  * stress-nice: where possible force a sched yield
  * stress-memcpy: force calls to memcpy and memmove
  * stress-longjmp: remove extraneous tab
  * stress-matrix: Add a few more simple matrix method
  * stress-longjmp: make it a little more stressy
  * Add OPTIMIZE1 -O1 optimization hint
  * Add NOINLINE macro for forcing no-inlining of small functions
  * stress-exec: Make exec fail detection more intelligent
  * Add comment hinting to fallthrough macro to help static analyzers
  * stress-epoll: fix comment about delay time
  * stress-cpu: make macro args distinguishable from function names
  * stress-cpu: correct a comment function name
  * stress-pthread: add pthread_yield() call for more scheduler stress
  * cache: add in missing const to argument
  * cache: minor code clean ups
  * constify set/get setting function args
  * stress-aio-linux: use DIRECT_IO and aligned buffers
  * Remove the main_opt_t and set/get these using the set/get settings
  * perf: constify n in perf_yaml_label
  * stress-cpu: add factorial computation and approximations method
  * manual: update contributors list, add Abdul Haleem
  * stress-ng: help: fix typo and replace method m with method M
  * stress-cpu-online: EBUSY shouldn't be a fatal error
  * Fix: Macro defination for SECCOMP_SET_MODE_FILTER

OBS-URL: https://build.opensuse.org/request/show/500521
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=30
2017-06-02 07:17:11 +00:00
Martin Pluskal
1e62348787 Accepting request 496472 from home:mnhauke
- update to version 0.08.02:
  * Makefile: bump version
  * stress-dev: don't build for __sun__, it does not have DT_* macros
  * example-jobs/device.job: Add dev stressor
  * Move the --dev stressor to the CLASS_DEV class
  * example-jobs/memory.job: add memthrash example
  * Expand the default run time text into human time units for large times
  * stress-dev: remove linux only build constraint
  * stress-dev: use pthread_args_t rather than a special context struct
  * Makefile: update perf rule to match output of other CC rules
  * stress-dev: ensure we check for all watchdog names
  * Make zero timeouts run forever.
  * Add dev stressor to exercise /dev entries
  * stress-sockpair: make parent less oomable than the child
  * stress-memthrash: optimization tweaks, makes it run a bit hotter
  * stress-memthrash: add OOM detection handling
  * stress-memthrash: Add MAP_POPULATE to mmap'd region

OBS-URL: https://build.opensuse.org/request/show/496472
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=28
2017-05-19 07:10:10 +00:00
Martin Pluskal
16d0b76f52 Accepting request 495007 from home:mnhauke
- update to version 0.08.01:
  * Makefile: bump version
  * stress-memthrash: implement stress_set_memthrash_method for
    non-pthread builds
  * stress-memthrash: provide some feedback about the method being used
  * typedef a pproc_info_t ptr to proc_info_t type, we can use this on g99
  * Revert "Use g11 as we are using C11 forward typedef declarations"
  * Use g11 as we are using C11 forward typedef declarations
  * stress-zlib: no need to initialize info
  * stress-str: no need to initialize info
  * stress-matrix: no need to initialize info
  * stress-cpu: no need to initialize info
  * stress-wcs: replace static option with set/get option settings
  * stress-wcs: rename stress_wcs_stressor_info_t to
    stress_wcs_method_info_t
  * stress-vm: rename stress_vm_stressor_info_t to stress_vm_method_info_t
  * stress-str: rename stress_str_stressor_info_t and use set/get method
  * stress-matrix: rename stress_matrix_stressor_info_t to
    stress_matrix_method_info_t
  * stress-cpu: rename stress_cpu_stressor_info_t to
    stress_cpu_method_info_t
  * Add --memthrash-method methods
  * stress-cpu: move HOT OPTIMIZE3 to correct function
  * thermal-zone: fix tab indentation
  * Add memthrash memory thrashing stressor
  * TODO: remove acl from list, it is covered by stress-xattr.c
  * stress-netdev: remove unused macro MAX_INTERFACES
  * Add new netdev (network device) stressor
  * stress-fork: remove unused static option variables
  * Add #! handling in jobs, allow one to run stress-ng from a job script

OBS-URL: https://build.opensuse.org/request/show/495007
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=26
2017-05-15 20:37:03 +00:00
Martin Pluskal
fcf5b0ef2d Accepting request 494406 from home:mnhauke
- update to version 0.08.00:
  * Makefile: bump version to 0.08.00
  * Makefile: add test-aligned-128.c to dist rule
  * stress-vm: voidify return from get_setting call
  * Add an example job that exercises all the matrix methods
  * Quote the name of the stressor method to make it clearer
  * Allow multiple instances of the same stressor to be run
  * stress-vm: use new set/get_setting on vm-method option
  * stress-matrix: use new set/get_setting on matrix-method option
  * stress-cpu: add debug info on the cpu method being used
  * stress-ng: clean up some of the overly wide lines
  * Use struct field tags to specify field settings for new args_t
  * Comment new settings types
  * job: fix old gcc warnings, cast char to int before passing to isblank()
  * remove stressor_id_find(), it is no longer used
  * stress-iomix: voidify iomix_bytes for non-linux builds
  * stress-hdd: ensure flags are zero
  * Add check for no stress workers being run
  * Be tidy and free up stashed settings
  * stress-cpu: use set/get_settings on cpu-method option
  * stress-shm: allocate addr and shm_names on heap rather than stack
  * Ensure that when rounding to nearest page we don't round to zero
  * Add new set/get_settings() mechanism to stash settings
  * stress-vm-splice: ensure minimial mmap size is at least a page size
  * Use the correct number of procs for sequential running
  * Rework the proc info setup, clean up and refactor chunks of code
  * Pass a list of proc_info_t's to stress_run, remove not_runnable flag
  * Replace procs[] array with a doubly-linked list of proc_info_t
  * Track per stressor stats with a pointer to the shared stats data
  * stress-sync-file: clean up warning on signed integer comparison

OBS-URL: https://build.opensuse.org/request/show/494406
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=25
2017-05-10 17:45:46 +00:00
Martin Pluskal
063012e808 Accepting request 481758 from home:mimi_vx:branches:benchmark
- update to version 0.0.7.26:
  * fast-test-all: revert back to maximum of 4 stressors
  * stress-zero: disable write to /dev/zero for minix
  * shim: fix build error and warnings on Minix builds
  * stress-fstat: allow threadless builds for systems without pthreads
  * stress-ng: fix cppcheck style warnings: reduce scope of variables i and j
  * stress-fstat: reduce scope of variable fd
  * stress-zlib: clean up cppcheck style warnings
  * stress-stackmmap: clean up cppcheck style warning
  * stress-bind-mount: use args_t wrapper for clone to fix warning
  * Wrap const *args_t to pass non const void * arg to pthread_create
  * stress-tmpfs: constify array mmap_flags[]
  * stress-shm-sysv: constify array shm_flags[]
  * stress-opcode: constify static array sigs[]
  * stress-mmap: constify mmap_flags
  * stress-af-alg: constify static data structures
  * test-asm-nop: add copyright boiler plate message
  * Make default cache size information debug only
  * thrash: add some function comments
  * shim: add more comments
  * Use the mincore shim to hide BSD/linux 3rd argument differences
  * Add shim for mincore(2)
  * shim: madvise: map madvise advice to posix_madvise advice
  * stressors: use shim_madvise rather than madvise
  * Add shim for madvise(2)
  * stress-fp-error: check for EDOM, ERANGE (lp#1674000)
  * Make FORCE_DO_NOTHING build in a nop before other ways of doing nothing
  * stress-matrix: align matrices to 64 bytes to reduce cache stalls
  * stress-matrix: use restrict on arrays for more compute
  * stress-icache: add missing support for PPC64

OBS-URL: https://build.opensuse.org/request/show/481758
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=23
2017-03-21 12:16:27 +00:00
Martin Pluskal
32012bf3c6 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=22 2017-03-18 11:28:35 +00:00
Martin Pluskal
36a277340d - Update to version 0.07.25:
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=21
2017-03-18 11:17:33 +00:00
Martin Pluskal
0bc634ff61 - Update to version 0.07.21:
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=19
2017-02-27 11:58:42 +00:00
Martin Pluskal
65fc727f80 - Update to version 0.07.13:
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=17
2017-01-06 15:23:01 +00:00
Martin Pluskal
2581d9933e OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=15 2016-11-12 13:36:50 +00:00
Martin Pluskal
40c8c6699c - Update to version 0.07.04:
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=14
2016-11-12 13:35:44 +00:00
Martin Pluskal
e33d3fb7f0 - Update to version 0.06.17:
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=12
2016-09-23 12:47:39 +00:00
Martin Pluskal
fdb4ac038e - Update to version 0.06.14:
* Makefile: bump version
  * stress-mmapfork: add more feedback on segv faults (LP: #1614099)
- Changes for 0.06.13:
  * Makefile: bump version
  * Makefile: add snapcraft into make dist
  * ignite-cpu: ensure buffer is null terminated before calling strlen
  * stress-affinity: only check CPU move if sched_getaffinity succeeds
  * Add snapcraft packaging
  * stress-seccomp: inject some random BPF op codes
  * force indirect libc calls to enforce calls to libc wide str functions
  * stress-str: fix incorrect order on args in call to stress funcs
  * stress-str: force indirect libc calls to enforce calls to libc str
  * functions
  * ensure cache info is only printed once
  * Manual: fix typo: build -> built

OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=10
2016-08-27 08:54:29 +00:00
Martin Pluskal
8fbf6c2bc4 * Makefile: bump version once more
* Update manual page date since we've touched the manual	
  * stress-seal: don't abort fatally if memfd_create is not 
    available.	
  * fast-test-all: cater for non-fatal test exit status	
  * Add oom-pipe to fast-test-all exclusion list	
    system call	
  * Makefile; bump version	
  * fast-test-all: don't run seccomp, it may not pass on some 
    kernels	
  * stress-fault: handle segfaults that occur on some BSD kernels	
  * stress-icache: only madvice if MADV_NOHUGEPAGE is defined	
  * stress-icache: don't assume that read/write/exec protection is 
    allowed	
  * Update cache-mfence helper. It supports ARM now.	Zhiyi Sun
  * Makefile: bump version again	
  * stress-atomic + build: the autodetect smarts did not work, fix 
    them	
  * Makefile: bump version	
  * stress-atomic: don't make tmp volatile, fixes clang warnings	
  * Add smarts to Makefile to detect if atomic GCC functions are 
    supported	
  * Makefile: bump version	
  * Manual: update date	
  * stress-ptrace: EINTR is not a failure on waitpid	
  * stress-tlb-shootdown: remove case where < 2 CPUs abort the test	
  * Add GCC atomic ops stressor	
  * stress-copy-file-range: handle ENOSPC as non-fatal	
  * stress-icache: call __clear_cache() between code modifications.	
  * Enable icache stressor for arm

OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=8
2016-07-16 16:57:39 +00:00
Martin Pluskal
a1fd150868 - Update to version 0.06.12:
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=7
2016-07-16 12:19:36 +00:00
Martin Pluskal
654d45b2f2 - Use correct rpm group
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=6
2016-07-12 19:06:27 +00:00
Dominique Leuenberger
fb412cc070 Accepting request 406732 from benchmark
New usefull package

OBS-URL: https://build.opensuse.org/request/show/406732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stress-ng?expand=0&rev=1
2016-07-09 07:23:46 +00:00
Martin Pluskal
8b91938980 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=4 2016-07-05 12:10:18 +00:00
Martin Pluskal
590bca30ff OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=3 2016-07-05 09:27:36 +00:00
Martin Pluskal
d180d4b1f5 - Update to version 0.06.07:
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=2
2016-07-05 09:24:06 +00:00
Martin Pluskal
cbe14bca9b osc copypac from project:server:monitoring package:stress-ng revision:5
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=1
2016-07-05 09:10:41 +00:00