On 8/28/19 2:31 AM, 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 <rdun...@infradead.org> > Link: > https://lore.kernel.org/linux-kselftest/0352fae9-564f-4a97-715a-fabe01625...@kernel.org/T/#t > Cc: Stephen Rothwell <s...@canb.auug.org.au> > Cc: Sergey Senozhatsky <sergey.senozhatsky.w...@gmail.com> > Signed-off-by: Brendan Higgins <brendanhigg...@google.com> > --- > include/kunit/test.h | 11 ++++----- > kunit/test.c | 57 +++++--------------------------------------- > 2 files changed, 11 insertions(+), 57 deletions(-)
Acked-by: Randy Dunlap <rdun...@infradead.org> # build-tested thanks. -- ~Randy