stress-ng:master

Last commit made on 2023-06-16
Get this branch:
git clone -b master https://git.launchpad.net/stress-ng

Branch merges

Branch information

Name:
master
Repository:
lp:stress-ng

Recent commits

e622627... by Colin Ian King

core-klog: dump out processes on hard lockups

Signed-off-by: Colin Ian King <email address hidden>

c94999f... by Colin Ian King

stress-udp: pass child error return status back to stressor main if failed

Signed-off-by: Colin Ian King <email address hidden>

47b8715... by Colin Ian King

stress-udp: silently ignore EPERM sendto failures

Signed-off-by: Colin Ian King <email address hidden>

fada6a9... by Colin Ian King

core-interrupts: add FORMAT type hint

Signed-off-by: Colin Ian King <email address hidden>

e06f50d... by Colin Ian King

stress-func*c: use soft decimal float for s390x

Hard decimal float for s390x can trip illegal instructions on systems
without this processor support, for example in QEMU. Disable it and
use soft decimal float with a GCC pragma.

Signed-off-by: Colin Ian King <email address hidden>

88d1871... by Colin Ian King

core-helper: add extra paranoid checking for sysconf

Signed-off-by: Colin Ian King <email address hidden>

a578715... by Colin Ian King

Debian: update changelog

Signed-off-by: Colin Ian King <email address hidden>

241121b... by Colin Ian King

Makefile: bump version

Signed-off-by: Colin Ian King <email address hidden>

73b94d3... by Colin Ian King

core-shim: add shim_raise helper to workaround SH4 raise

SH4 raise with glibc does not raise a signal, add a shim for
this for SH4 to perform kill(getpid, signo) instead.

Signed-off-by: Colin Ian King <email address hidden>

c87cc25... by Colin Ian King

stress-funccall: disable Decimal and complex floats for SH4

We're hitting illegal instructions, disable these until I can
get access to a system to fully debug this.

Signed-off-by: Colin Ian King <email address hidden>