~kmously/ubuntu/+source/stress-ng:master

Last commit made on 2021-05-21
Get this branch:
git clone -b master https://git.launchpad.net/~kmously/ubuntu/+source/stress-ng
Only Khaled El Mously can upload to this branch. If you are Khaled El Mously please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~kmously/ubuntu/+source/stress-ng

Recent commits

9f900e3... by Khaled El Mously

stress-misaligned: Fix #ifdef for HAVE_INT128_T and stress_misaligned_methods

Signed-off-by: Khalid Elmously <email address hidden>

75f522b... by Colin Ian King

stress-icmp-flood: clean up implicit cast warnings with pedantic clang builds

Various explicit casts to clean up warnings.

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

152fa16... by Colin Ian King

stress-bad-altstack: remove void * cast of signal handler function

This is a pretty weird usecase, but gcc complains if the (void *)
cast is used, so remove it:

stress-bad-altstack.c:272:58: warning: cast discards ‘volatile’ qualifier
from pointer target type [-Wcast-qual]

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

b56dca4... by Colin Ian King

stress-hdd: cast ret to size_t to clear up build warning

Minor build warning fix.

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

ebe347a... by Colin Ian King

stress-cpu-online: clean up build warnings

Minor type changes and casts

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

a173350... by Colin Ian King

stress-af-alg: cast j to ssize_t to compare with send() return

Minor gcc build warning fix.

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

fa90319... by Colin Ian King

stress-hdd: clean up implicit cast warnings with pedantic clang builds

Various type changes and explicit casts to clean up warnings. Also
add a data helper to generate data patterns for write/read + verify
operations.

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

34ad602... by Colin Ian King

stress-getdent: clean up implicit cast warnings with pedantic clang builds

Various type changes and explicit casts to clean up warnings.

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

1caebea... by Colin Ian King

stress-fanotify: clean up implicit cast warnings with pedantic clang builds

Various explicit casts to clean up warnings.

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

a16143e... by Colin Ian King

stress-fallocate: clean up implicit cast warnings with pedantic clang builds

Various explicit casts to clean up warnings. Also add NORETURN to
signal handler that exits w/o any return.

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