stress-ng 0.13.09-1 source package in Ubuntu

Changelog

stress-ng (0.13.09-1) unstable; urgency=medium

  * stress-syncload: add build time check that atomic ops on doubles
    is supported
  * stress-ng.h: Make start_time naturally aligned for improved
    atomic performance
  * stress-syncload: Remove sched yield
  * stress-ng.h: no need for start_time to be volatile
  * stress-syncload: use atomic load/store in preference to spinlock
  * stress-synload: add yield points for OS X builds
  * stress-x86syscall: reduce the scope of variable str
  * stress-x86syscall: reduce the scope of variable str
  * stress-randlist: reduce the scope of variable i
  * stress-aio: reduce the scope of variable ret
  * stress-cache: ensure variable cpu is not clobbered
  * stress-syncload: only declare ret if it is required
  * core-vmstat: only build stress_find_mount_dev for linux
  * core-vmstat: make stress_find_mount_dev static
  * stress-vforkmany, fork: use indirect vfork call
  * stress-nop: inline each nop instruction and add Kalray VLIW nop
  * stress-cache: ensure variable masked_flags is not clobbered
  * stress-bad-altstack: use valid smallest alternative stack
  * stress-skiplist: zero allocated list items and free list on
    alloc failure
  * stress-*fork: use vfork shim wrapper macro to use syscall or vfork
  * stress-memthrash: define stress_memthrash_flush only for x86
  * stress-pthread: use calloc'd stack in preference to mmap'd one
  * Add hppa architecture and disable sigaltstack
  * stress-cache: move on to next round if SIGSEGV occurs w/o timeout
  * stress-cache: add more SIGSEGV detection and fix ret return
  * test-fanonify: remove include of stress-ng.h
  * core-cache: only perform sparc cache checks for sparc builds
  * stress-fp-error: workaround 1 / PI inexact fp error issue
  * core-cache: add Linux arch Alpha cache size detection
  * stress-ng.h: ensure ARCH specific #defines are defined to a value
  * Rename ARM asm macros and tests with ARM in name, part #1, ARM
  * Rename ppc64 asm macros and tests with ppc64 in name, part #1, ppc64
  * Rename x86 asm macros and tests with x86 in name, part #1, x86
  * Add autocheck of clflush x86 instruction and check if it is
    available at run time
  * Rename STRESS_ARCH_RISC_V to STRESS_ARCH_RISCV
  * Add RISC-V memory fence shim helper
  * core-vmstat: update copyright
  * stress-readahead: Update copyright
  * stress-iomix: update copyright
  * stress-iomix: try to drop cached data after sync'd to file
  * stress-iomix: add in missing comment
  * stress-iomix: add madvise calls to make reads more effort
  * stress-readahead: add fadvise call to try and drop cached data
  * core-vmstat: remove some trailing white spaces
  * core-vmstat: improve device name lookup for iostat
  * stress-ng: Fix --temp-path directory checking (#163)

 -- Colin Ian King <email address hidden>  Sun, 19 Dec 2021 20:42:44 +0100

Upload details

Uploaded by:
Colin Ian King
Uploaded to:
Sid
Original maintainer:
Colin Ian King
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
stress-ng_0.13.09-1.dsc 2.3 KiB 081a000c37a8e6da6ef70765f93f771b61aa1997007aad42a6a6cf1096505e0a
stress-ng_0.13.09.orig.tar.xz 587.4 KiB fec8be70d66909ab951009b6159ccbf1fb92cc6cbf7b86d7c10214e8212aa98b
stress-ng_0.13.09-1.debian.tar.xz 120.4 KiB bfe10d8b5c9f523bdfb629f7b40a7d22c455ecb8a936048af238609965e90f25

Available diffs

No changes file available.

Binary packages built by this source

stress-ng: tool to load and stress a computer

 stress-ng can stress various subsystems of a computer. It can stress load
 CPU, cache, disk, memory, socket and pipe I/O, scheduling and much more.
 stress-ng is a re-write of the original stress tool by Amos Waterland but
 has many additional features such as specifying the number of bogo operations
 to run, execution metrics, a stress verification on memory and compute
 operations and considerably more stress mechanisms.

stress-ng-dbgsym: debug symbols for stress-ng