Re: [PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests

2024-02-29 Thread Kees Cook
On Thu, Feb 29, 2024 at 06:04:07PM +0100, Mickaël Salaün wrote: > Fix KUNIT_SUCCESS() calls to pass a test argument. > > This is a no-op for now because this macro does nothing, but it will be > required for the next commit. > > Cc: Brendan Higgins > Cc: David Gow > Cc: Rae Moar > Cc: Shuah Kh

[PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests

2024-02-29 Thread Mickaël Salaün
Fix KUNIT_SUCCESS() calls to pass a test argument. This is a no-op for now because this macro does nothing, but it will be required for the next commit. Cc: Brendan Higgins Cc: David Gow Cc: Rae Moar Cc: Shuah Khan Signed-off-by: Mickaël Salaün --- lib/kunit_iov_iter.c | 18 +---