On (08/28/19 02:31), Brendan Higgins wrote:
[..]
> Previously KUnit assumed that printk would always be present, which is
> not a valid assumption to make. Fix that by removing call to
> vprintk_emit, and calling printk directly.
> 
> Reported-by: Randy Dunlap <[email protected]>
> Link: 
> https://lore.kernel.org/linux-kselftest/[email protected]/T/#t
> Cc: Stephen Rothwell <[email protected]>
> Cc: Sergey Senozhatsky <[email protected]>
> Signed-off-by: Brendan Higgins <[email protected]>

[..]

> -static void kunit_vprintk(const struct kunit *test,
> -                       const char *level,
> -                       struct va_format *vaf)
> -{
> -     kunit_printk_emit(level[1] - '0', "\t# %s: %pV", test->name, vaf);
> -}

This patch looks good to me. I like the removal of recursive
vsprintf() (%pV).

        -ss

Reply via email to