stress-ng 0.16.04-1 source package in Ubuntu

Changelog

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

  * Makefile: bump version
  * core-asm-ret: move STRESS_ARCH_{LE|BE} macros from stress-far-branch
    to core-asm-ret
  * core-asm-ret: convert _ in name to -
  * stress-icache: fix missing assignment to ret
  * core-cpu-cache: #ifdef out more functions not required for non-linux
    builds
  * core-cpu-cache: #ifdef out functions not required for non-linux builds
  * core-cpu-cache: stress_cpu_cache_get_index: voidify args for
    non-linux build
  * core-cpu-cache: stress_cpu_cache_get_index: return 0 for non-linux
    systems
  * core-asm-ret: Add asm return function and re-use it in 3 stressors
  * stress-icache: don't exercise i-cache if not page aligned
  * stress-flushcache: don't exercise i-cache if not page aligned
  * stress-lockbus: add more compiler support checks
  * stress-icache: remove gcc constraint, there are no compiler
    constraints now
  * stress-flushcache: enable for more compilers (clang, icx, icc)

 -- Colin Ian King <email address hidden>  Sun, 13 Aug 2023 23:10:14 +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.16.04-1.dsc 2.1 KiB 7e41aca4eaad2750e9cec70c1ef163b7e618db40f034db853d7007856d9e7616
stress-ng_0.16.04.orig.tar.xz 3.1 MiB 5c0b00943b4a07070858c19f5d626017607c4cf699a568afc63db94e870254ec
stress-ng_0.16.04-1.debian.tar.xz 172.8 KiB 13b1c3b7dc5f9a45d44cf444f9f87e3307f15d3ad94a7ec2e756b26d91826d8a

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