Comment 5 for bug 1973214

Revision history for this message
Colin Ian King (colin-king) wrote :

Fix committed upstream:

commit 6f7aaab0cb6fa29bcd64f36797acc40ef1eab987 (HEAD -> master)
Author: Colin Ian King <email address hidden>
Date: Fri Sep 9 15:28:53 2022 +0100

    stress-shm-sysv: move exercise_shmat to end of each test round

    Exercise shmat after the main round of testing so that any invalid
    failures don't cause shmat failures in the main test loop. Also ensure
    any failures in the child process get passed back to the main process
    via the exit return code from the child.

    Fixes: https://github.com/ColinIanKing/stress-ng/issues/227