Re: [PATCH] drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable module

2023-02-02 Thread Maxime Ripard
On Thu, 02 Feb 2023 11:23:32 +0100, Arnd Bergmann wrote: > In configurations with CONFIG_KUNIT=m, builting the unit test > into the kernel causes a link failure: > > arm-linux-gnueabi-ld: drivers/gpu/drm/vc4/tests/vc4_mock.o: in function > `__build_mock': > vc4_mock.c:(.text+0x6e): undefined refe

[PATCH] drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable module

2023-02-02 Thread Arnd Bergmann
From: Arnd Bergmann In configurations with CONFIG_KUNIT=m, builting the unit test into the kernel causes a link failure: arm-linux-gnueabi-ld: drivers/gpu/drm/vc4/tests/vc4_mock.o: in function `__build_mock': vc4_mock.c:(.text+0x6e): undefined reference to `kunit_do_failed_assertion' arm-linux-