On Tue, Jan 28, 2020 at 10:38 PM Stephen Boyd sboyd@kernel.org wrote:
Quoting Brendan Higgins (2020-01-27 23:19:59)
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
Although, why can't it be squashed with the previous patch?
I think that this is pretty much the smallest logical change that doesn't touch just KUnit. I figured it might make it easier for people not interested in KUnit what changes I am making to init. I assume that people don't touch init willy-nilly, right?