2023-11-26 21:32:41

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the drm-misc-fixes tree

Hi all,

After merging the drm-misc-fixes tree, today's linux-next build (x86_64
allmodconfig) failed like this:

ERROR: modpost: "device_is_dependent" [drivers/gpu/drm/drm_kms_helper.ko] undefined!

Caused by commit

39d5b6a64ace ("drm/bridge: panel: Check device dependency before managing device link")

I have used the drm-misc-fixes tree from next-20231124 for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2023-11-27 05:32:38

by Liu Ying

[permalink] [raw]
Subject: RE: linux-next: build failure after merge of the drm-misc-fixes tree

On Monday, November 27, 2023 5:32 AM, Stephen Rothwell <[email protected]> wrote:
> Hi all,
>
> After merging the drm-misc-fixes tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> ERROR: modpost: "device_is_dependent"
> [drivers/gpu/drm/drm_kms_helper.ko] undefined!

I've sent a new patch series to address the build failure.
It includes a new patch to export device_is_dependent and then
adds the offending commit.
https://lore.kernel.org/all/[email protected]/T/#t

Regards,
Liu Ying

>
> Caused by commit
>
> 39d5b6a64ace ("drm/bridge: panel: Check device dependency before
> managing device link")
>
> I have used the drm-misc-fixes tree from next-20231124 for today.
>
> --
> Cheers,
> Stephen Rothwell