2016-03-15 23:59:08

by Stephen Rothwell

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

Hi Michal,

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

drivers/gpu/drm/gma500/mdfld_dsi_output.c:407:39: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
.dpms = /*drm_helper_connector_dpms*/mdfld_dsi_connector_dpms,
^

Caused by commit

ea8daa7b9784 ("kbuild: Add option to turn incompatible pointer check into error")

Maybe this needs to be optional?

I have reverted that commit for today.

--
Cheers,
Stephen Rothwell


2016-03-16 07:53:54

by Daniel Wagner

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the kbuild tree

Hi,

On 03/16/2016 12:58 AM, Stephen Rothwell wrote:
> After merging the kbuild tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/gpu/drm/gma500/mdfld_dsi_output.c:407:39: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
> .dpms = /*drm_helper_connector_dpms*/mdfld_dsi_connector_dpms,
> ^
>
> Caused by commit
>
> ea8daa7b9784 ("kbuild: Add option to turn incompatible pointer check into error")


A fix should be on the way via drm-misc:

https://lkml.org/lkml/2016/2/25/397

Though I don't know what the exact status is (and I haven't really
understood the flow of the patches as far)

cheers,
daniel

2016-03-16 07:56:57

by Michal Marek

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the kbuild tree

On 2016-03-16 08:53, Daniel Wagner wrote:
> Hi,
>
> On 03/16/2016 12:58 AM, Stephen Rothwell wrote:
>> After merging the kbuild tree, today's linux-next build (x86_64
>> allmodconfig) failed like this:
>>
>> drivers/gpu/drm/gma500/mdfld_dsi_output.c:407:39: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
>> .dpms = /*drm_helper_connector_dpms*/mdfld_dsi_connector_dpms,
>> ^
>>
>> Caused by commit
>>
>> ea8daa7b9784 ("kbuild: Add option to turn incompatible pointer check into error")
>
>
> A fix should be on the way via drm-misc:

Right. Stephen, could you perhaps move the kbuild tree down in your list
a bit, so that the fixes are present?

Thanks,
Michal

2016-03-16 11:29:48

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the kbuild tree

Hi Michal,

On Wed, 16 Mar 2016 08:56:50 +0100 Michal Marek <[email protected]> wrote:
>
> Right. Stephen, could you perhaps move the kbuild tree down in your list
> a bit, so that the fixes are present?

Done.

Now you just need to make sure Linus gets them in the right order :-)
--
Cheers,
Stephen Rothwell

2016-03-16 11:31:20

by Michal Marek

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the kbuild tree

On 2016-03-16 12:29, Stephen Rothwell wrote:
> Hi Michal,
>
> On Wed, 16 Mar 2016 08:56:50 +0100 Michal Marek <[email protected]> wrote:
>>
>> Right. Stephen, could you perhaps move the kbuild tree down in your list
>> a bit, so that the fixes are present?
>
> Done.
>
> Now you just need to make sure Linus gets them in the right order :-)

That's the plan :).

Michal