Messages in this thread |  | | Date | Mon, 2 Mar 2020 20:00:27 +0000 | From | Luis Chamberlain <> | Subject | Re: [PATCH v2 4/7] init: main: add KUnit to kernel init |
| |
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@oracle.com> > Signed-off-by: Alan Maguire <alan.maguire@oracle.com> > Signed-off-by: Brendan Higgins <brendanhiggins@google.com> > Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
In particular the placement and strategy matches my expectations and allows us to think of __init as a separate beast, as we should.
Luis
|  |