On Thu, Feb 29, 2024 at 06:04:03PM +0100, Mickaël Salaün wrote: > Previously, if a thread creation failed (e.g. -ENOMEM), the function was > called (kunit_catch_run_case or kunit_catch_run_case_cleanup) without > marking the test as failed. Instead, fill try_result with the error > code returned by kthread_run(), which will mark the test as failed and > print "internal error occurred...". > > Cc: Brendan Higgins <brendanhigg...@google.com> > Cc: David Gow <david...@google.com> > Cc: Rae Moar <rm...@google.com> > Cc: Shuah Khan <sk...@linuxfoundation.org> > Signed-off-by: Mickaël Salaün <m...@digikod.net>
Reviewed-by: Kees Cook <keesc...@chromium.org> -- Kees Cook