Re: [RFC v3 06/19] arch: um: enable running kunit from User Mode Linux

From: Rob Herring
Date: Wed Nov 28 2018 - 16:26:17 EST


On Wed, Nov 28, 2018 at 1:37 PM Brendan Higgins
<brendanhiggins@xxxxxxxxxx> wrote:
>
> Make minimum number of changes outside of the KUnit directories for
> KUnit to build and run using UML.

There's nothing in this patch limiting this to UML. Only patch 1 does
that and I would remove that depends. I'd guess most folks will want
to run under something other than UML. DRM for instance (though the
virtual KMS stuff may work in UML?).

Plus you want to make sure this all builds with allmodconfig for x86
(or ARM) because those get the most (and quickest) compile coverage.

Rob