On Mon, Mar 03, 2025 at 11:52:32AM -0000, Patchwork wrote: > == Series Details == > > Series: drm/client: Build the tests with CONFIG_DRM_KUNIT_TEST=m > URL : https://patchwork.freedesktop.org/series/145707/ > State : failure > > == Summary == > > Error: make failed > CALL scripts/checksyscalls.sh > DESCEND objtool > INSTALL libsubcmd_headers > CHK kernel/kheaders_data.tar.xz > HDRTEST drivers/gpu/drm/xe/generated/xe_wa_oob.h > UPD include/generated/utsversion.h > CC init/version-timestamp.o > KSYMS .tmp_vmlinux0.kallsyms.S > AS .tmp_vmlinux0.kallsyms.o > LD .tmp_vmlinux1 > ld: drivers/gpu/drm/drm_client_modeset.o: in function `drm_test_pick_cmdline_named': > /home/kbuild/kernel/drivers/gpu/drm/tests/drm_client_modeset_test.c:142:(.text+0x3c9): undefined reference to `drm_helper_probe_single_connector_modes' That comes from drm_kms_helper.ko, but drm_client* goes into drm.ko. So this looks like a circular dependency :/ > ld: /home/kbuild/kernel/drivers/gpu/drm/tests/drm_client_modeset_test.c:136:(.text+0x4b1): undefined reference to `kunit_unary_assert_format' No idea what is going on with these. Should be coming via CONFIG_KUNT and we do seem to depend on that. -- Ville Syrjälä Intel