Re: [PATCH v2 4/7] init: main: add KUnit to kernel init

From: Luis Chamberlain
Date: Mon Mar 02 2020 - 15:00:34 EST


On Thu, Jan 30, 2020 at 03:08:09PM -0800, Brendan Higgins wrote:
> Remove KUnit from init calls entirely, instead call directly from
> kernel_init().
>
> Co-developed-by: Alan Maguire <alan.maguire@xxxxxxxxxx>
> Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx>
> Signed-off-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>
> Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxx>

Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx>

In particular the placement and strategy matches my expectations and
allows us to think of __init as a separate beast, as we should.

Luis