Re: [PATCH kunit] kunit: building kunit as a module breaks allmodconfig
From: Brendan Higgins <hidden>
Date: 2020-01-14 02:19:10
Also in:
linux-kselftest, lkml
From: Brendan Higgins <hidden>
Date: 2020-01-14 02:19:10
Also in:
linux-kselftest, lkml
On Fri, Jan 10, 2020 at 1:39 PM Shuah Khan [off-list ref] wrote:
Hi Alan, On 1/10/20 4:49 AM, Alan Maguire wrote:quoted
kunit tests that do not support module build should depend on KUNIT=y rather than just KUNIT in Kconfig, otherwise they will trigger compilation errors for "make allmodconfig" builds. Fixes: 9fe124bf1b77 ("kunit: allow kunit to be loaded as a module") Signed-off-by: Alan Maguire <redacted> Reported-by: Stephen Rothwell <redacted>Thanks for fixing this quickly. For future reference, Signed-off-by should be last. I fixed it and applied the patch.
Thanks everyone for taking care of this so quickly in my absence! Cheers