Quoting Brendan Higgins (2019-08-27 10:49:32) > Previously KUnit assumed that printk would always be present, which is > not a valid assumption to make. Fix that by ifdefing out functions which > directly depend on printk core functions similar to what dev_printk > does. > > Reported-by: Randy Dunlap <[email protected]> > Link: > https://lore.kernel.org/linux-kselftest/[email protected]/T/#t > Cc: Stephen Rothwell <[email protected]> > Signed-off-by: Brendan Higgins <[email protected]> > ---
Does kunit itself have any meaning if printk doesn't work? Why not just depend on CONFIG_PRINTK for now?

