You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core-helper: replace stress_redo_fork with stress_retry_fork
The new stress_retry_fork helper performs a fork and retries it
if it fails. The retries repeat until timeout, or bogo-ops are
reached or SIGALRM occurs. If a non-resource fork failure occurs
the retry is stopped. The retries option allows an upper limit
to retrying, zero means infinite retries. This new helper
allows the ugly retry goto loops in stressors to be removed too.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
0 commit comments